From 91d936b13f19bf167b2434a09571df82d76cfec0 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 21 Dec 2014 06:38:55 +0100 Subject: Add some more vbaover entries --- gba_memory.c | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) (limited to 'gba_memory.c') diff --git a/gba_memory.c b/gba_memory.c index b03d6b8..0b8afbe 100644 --- a/gba_memory.c +++ b/gba_memory.c @@ -2439,6 +2439,23 @@ static const ini_t gbaover[256] = { 0, /* translation_gate_target_2 */ 0, /* translation_gate_target_3 */ }, + { + "Defender Of The Crown (U)", /* rom title */ + "DOTC", /* gamepak_title */ + "ADHE", /* gamepak_code */ + "5N", /* gamepak_maker */ + 0, /* flash_size */ + 0, /* flash_device_id */ + 0, /* save_type */ + 0, /* rtc_enabled */ + 0, /* mirroring_enabled */ + 0, /* use_bios */ + 0x80007ec, /* idle_loop_target_pc */ + 0, /* iwram_stack_optimize */ + 0, /* translation_gate_target_1 */ + 0, /* translation_gate_target_2 */ + 0, /* translation_gate_target_3 */ + }, { "Disney's Aladdin (J)", /* rom title */ "ALADDIN", /* gamepak_title */ @@ -2507,6 +2524,23 @@ static const ini_t gbaover[256] = { 0, /* translation_gate_target_2 */ 0, /* translation_gate_target_3 */ }, + { + "Final Fantasy IV Advance (U)", /* rom title */ + "FF4ADVANCE", /* gamepak_title */ + "BZ4E", /* gamepak_code */ + "01", /* gamepak_maker */ + 0, /* flash_size */ + 0, /* flash_device_id */ + 0, /* save_type */ + 0, /* rtc_enabled */ + 0, /* mirroring_enabled */ + 0, /* use_bios */ + 0x800fabe, /* idle_loop_target_pc */ + 1, /* iwram_stack_optimize */ + 0, /* translation_gate_target_1 */ + 0, /* translation_gate_target_2 */ + 0, /* translation_gate_target_3 */ + }, { "Golden Sun: The Lost Age (U)",/* rom title */ "GOLDEN_SUN_B", /* gamepak_title */ -- cgit v1.2.3