Add more entries to gbaover
This commit is contained in:
parent
99092cafcf
commit
167586fbe3
2 changed files with 90 additions and 5 deletions
|
@ -101,14 +101,14 @@ game_code = AW2E
|
||||||
vender_code = 01
|
vender_code = 01
|
||||||
idle_loop_eliminate_target = 08036e2a
|
idle_loop_eliminate_target = 08036e2a
|
||||||
|
|
||||||
# Animal Yokochou Dokidoki Shinkyuu Shiken (J)
|
# Animal Yokochou Dokidoki Shinkyuu Shiken (J) [!]
|
||||||
game_name = ANIYOKO2
|
game_name = ANIYOKO2
|
||||||
game_code = BAXJ
|
game_code = BAXJ
|
||||||
vender_code = A4
|
vender_code = A4
|
||||||
iwram_stack_optimize = no
|
iwram_stack_optimize = no
|
||||||
|
|
||||||
# This is needed to make the game work.
|
# This is needed to make the game work.
|
||||||
# Another World (Homebrew)
|
# Another World (Homebrew) [!]
|
||||||
game_name = FoxAnWorld
|
game_name = FoxAnWorld
|
||||||
game_code = Home
|
game_code = Home
|
||||||
vender_code = 00
|
vender_code = 00
|
||||||
|
@ -961,7 +961,7 @@ game_code = AFFE
|
||||||
vender_code = 08
|
vender_code = 08
|
||||||
idle_loop_eliminate_target = 0800b428
|
idle_loop_eliminate_target = 0800b428
|
||||||
|
|
||||||
# Megaman Battle Chip Challenge (U)
|
# Megaman Battle Chip Challenge (U) [!]
|
||||||
game_name = BATTLECHIPGP
|
game_name = BATTLECHIPGP
|
||||||
game_code = A89E
|
game_code = A89E
|
||||||
vender_code = 08
|
vender_code = 08
|
||||||
|
@ -991,13 +991,13 @@ game_code = A9MP
|
||||||
vender_code = 41
|
vender_code = 41
|
||||||
idle_loop_eliminate_target = 03001cf8
|
idle_loop_eliminate_target = 03001cf8
|
||||||
|
|
||||||
# Ninja Five-0 (U)
|
# Ninja Five-0 (U) [!]
|
||||||
game_name = NINJA FIVE 0
|
game_name = NINJA FIVE 0
|
||||||
game_code = ANXE
|
game_code = ANXE
|
||||||
vender_code = A4
|
vender_code = A4
|
||||||
iwram_stack_optimize = no
|
iwram_stack_optimize = no
|
||||||
|
|
||||||
# Ninja Cop (E)
|
# Ninja Cop (E) [!]
|
||||||
game_name = NINJA COP
|
game_name = NINJA COP
|
||||||
game_code = ANXP
|
game_code = ANXP
|
||||||
vender_code = A4
|
vender_code = A4
|
||||||
|
|
85
gba_memory.c
85
gba_memory.c
|
@ -2337,6 +2337,40 @@ static const ini_t gbaover[256] = {
|
||||||
0, /* translation_gate_target_2 */
|
0, /* translation_gate_target_2 */
|
||||||
0, /* translation_gate_target_3 */
|
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 & Obelix XXL (E)", /* rom title */
|
||||||
"ASTERIX", /* gamepak_title */
|
"ASTERIX", /* gamepak_title */
|
||||||
|
@ -3017,6 +3051,23 @@ static const ini_t gbaover[256] = {
|
||||||
0, /* translation_gate_target_2 */
|
0, /* translation_gate_target_2 */
|
||||||
0, /* translation_gate_target_3 */
|
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 (E/U)", /* rom title */
|
||||||
"MEGAMAN ZERO", /* gamepak_title */
|
"MEGAMAN ZERO", /* gamepak_title */
|
||||||
|
@ -3119,6 +3170,40 @@ static const ini_t gbaover[256] = {
|
||||||
0, /* translation_gate_target_2 */
|
0, /* translation_gate_target_2 */
|
||||||
0, /* translation_gate_target_3 */
|
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 */
|
"Oriental Blue - Ao no Tengai (J)", /* rom title */
|
||||||
"ORIENTALBLUE", /* gamepak_title */
|
"ORIENTALBLUE", /* gamepak_title */
|
||||||
|
|
Loading…
Add table
Reference in a new issue