From 167586fbe349bde24eb95bc7163e3dc3168109d2 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 22 Dec 2014 00:32:56 +0100 Subject: Add more entries to gbaover --- gba_memory.c | 85 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) (limited to 'gba_memory.c') diff --git a/gba_memory.c b/gba_memory.c index 7bcfe20..1433ad1 100644 --- a/gba_memory.c +++ b/gba_memory.c @@ -2337,6 +2337,40 @@ static const ini_t gbaover[256] = { 0, /* translation_gate_target_2 */ 0, /* translation_gate_target_3 */ }, + { + "Animal Yokochou Dokidoki Shinkyuu Shiken (J)", /* rom title */ + "ANIYOKO2", /* gamepak_title */ + "BAXJ", /* gamepak_code */ + "A4", /* gamepak_maker */ + 0, /* flash_size */ + 0, /* flash_device_id */ + 0, /* save_type */ + 0, /* rtc_enabled */ + 0, /* mirroring_enabled */ + 0, /* use_bios */ + 0, /* idle_loop_target_pc */ + 0, /* iwram_stack_optimize */ + 0x3000f1c, /* translation_gate_target_1 */ + 0, /* translation_gate_target_2 */ + 0, /* translation_gate_target_3 */ + }, + { + "Another World (Homebrew)", /* rom title */ + "FoxAnWorld", /* gamepak_title */ + "Home", /* gamepak_code */ + "00", /* gamepak_maker */ + 0, /* flash_size */ + 0, /* flash_device_id */ + 0, /* save_type */ + 0, /* rtc_enabled */ + 0, /* mirroring_enabled */ + 0, /* use_bios */ + 0, /* idle_loop_target_pc */ + 1, /* iwram_stack_optimize */ + 0x3000f1c, /* translation_gate_target_1 */ + 0, /* translation_gate_target_2 */ + 0, /* translation_gate_target_3 */ + }, { "Asterix & Obelix XXL (E)", /* rom title */ "ASTERIX", /* gamepak_title */ @@ -3017,6 +3051,23 @@ static const ini_t gbaover[256] = { 0, /* translation_gate_target_2 */ 0, /* translation_gate_target_3 */ }, + { + "Megaman Battle Chip Challenge (U)",/* rom title */ + "BATTLECHIPGP", /* gamepak_title */ + "A89E", /* gamepak_code */ + "08", /* gamepak_maker */ + 0, /* flash_size */ + 0, /* flash_device_id */ + 0, /* save_type */ + 0, /* rtc_enabled */ + 0, /* mirroring_enabled */ + 0, /* use_bios */ + 0x8000544, /* idle_loop_target_pc */ + 1, /* iwram_stack_optimize */ + 0, /* translation_gate_target_1 */ + 0, /* translation_gate_target_2 */ + 0, /* translation_gate_target_3 */ + }, { "Megaman Zero (E/U)", /* rom title */ "MEGAMAN ZERO", /* gamepak_title */ @@ -3119,6 +3170,40 @@ static const ini_t gbaover[256] = { 0, /* translation_gate_target_2 */ 0, /* translation_gate_target_3 */ }, + { + "Ninja Cop (E)", /* rom title */ + "NINJA COP", /* gamepak_title */ + "ANXP", /* gamepak_code */ + "A4", /* gamepak_maker */ + 0, /* flash_size */ + 0, /* flash_device_id */ + 0, /* save_type */ + 0, /* rtc_enabled */ + 0, /* mirroring_enabled */ + 0, /* use_bios */ + 0, /* idle_loop_target_pc */ + 0, /* iwram_stack_optimize */ + 0, /* translation_gate_target_1 */ + 0, /* translation_gate_target_2 */ + 0, /* translation_gate_target_3 */ + }, + { + "Ninja Five-0 (U)", /* rom title */ + "NINJA FIVE 0", /* gamepak_title */ + "ANXE", /* gamepak_code */ + "A4", /* gamepak_maker */ + 0, /* flash_size */ + 0, /* flash_device_id */ + 0, /* save_type */ + 0, /* rtc_enabled */ + 0, /* mirroring_enabled */ + 0, /* use_bios */ + 0, /* idle_loop_target_pc */ + 0, /* iwram_stack_optimize */ + 0, /* translation_gate_target_1 */ + 0, /* translation_gate_target_2 */ + 0, /* translation_gate_target_3 */ + }, { "Oriental Blue - Ao no Tengai (J)", /* rom title */ "ORIENTALBLUE", /* gamepak_title */ -- cgit v1.2.3