Add more entries to gbaover

This commit is contained in:
twinaphex 2014-12-22 00:08:37 +01:00
parent 9ea187d3a8
commit 95e630983c
2 changed files with 144 additions and 16 deletions

View File

@ -199,13 +199,13 @@ vender_code = 52
translation_gate_target = 030041c8
translation_gate_target = 03004fa0
# Digimon Battle Spirit (U)
# Digimon Battle Spirit (U) [!]
game_name = DIGIMON BTSP
game_code = A8SE
vender_code = B2
idle_loop_eliminate_target = 08011208
# Digimon Battle Spirit 2 (U)
# Digimon Battle Spirit 2 (U) [!]
game_name = DIGIMON BS2
game_code = BDSE
vender_code = B2
@ -276,8 +276,7 @@ game_code = AGAE
vender_code = A4
idle_loop_eliminate_target = 08013844
# Golden Sun (U)
# Golden Sun (U) [!]
game_name = Golden_Sun_A
game_code = AGSE
vender_code = 01
@ -552,21 +551,18 @@ game_code = APDE
vender_code = 78
idle_loop_eliminate_target = 08000300
# Tringo (U)
# Tringo (U) [!]
game_name = TRINGO
game_code = BTJE
vender_code = 4Z
idle_loop_eliminate_target = 080009a4
# Tottoko Hamutaro Hamuhamu Sports (JU)
# Tottoko Hamutaro Hamuhamu Sports (JU) [!]
game_name = HAMSPORTS
game_code = B85A
vender_code = 01
iwram_stack_optimize = no
# Pinball Challenge Deluxe (E)
game_name = PINBALL CHAL
game_code = APLP
@ -1084,7 +1080,7 @@ game_code = AORJ
vender_code = 01
iwram_stack_optimize = no
# Calciobit (J)
# Calciobit (J) [!]
game_name = CALCIOBIT01
game_code = BIXJ
vender_code = 01
@ -1097,22 +1093,18 @@ game_code = BISJ
vender_code = 1Q
iwram_stack_optimize = no
# Chicken Little (J)
# Chicken Little (J) [!]
game_name = CLITTLEJ
game_code = BCHJ
vender_code = G9
iwram_stack_optimize = no
# Bomberman Jetters Game Collection (J)
# Bomberman Jetters Game Collection (J) [!]
game_name = BOMBERMANJGC
game_code = BOMJ
vender_code = 18
iwram_stack_optimize = no
# Robot Ponkotto 2 - Cross Version (J)
game_name = ROBOPON2CROS
game_code = ACVJ

View File

@ -2388,6 +2388,23 @@ static const ini_t gbaover[256] = {
0, /* translation_gate_target_2 */
0, /* translation_gate_target_3 */
},
{
"Bomberman Jetters Game Collection (J)", /* rom title */
"BOMBERMANJGC", /* gamepak_title */
"BOMJ", /* gamepak_code */
"18", /* 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 */
},
{
"Bomberman Tournament (U)", /* rom title */
"BOMSTORYUSA", /* gamepak_title */
@ -2439,6 +2456,23 @@ static const ini_t gbaover[256] = {
0, /* translation_gate_target_2 */
0, /* translation_gate_target_3 */
},
{
"Calciobit (J)", /* rom title */
"CALCIOBIT01", /* gamepak_title */
"BIXJ", /* gamepak_code */
"01", /* gamepak_maker */
0, /* flash_size */
FLASH_DEVICE_MACRONIX_128KB, /* flash_device_id */
0, /* save_type */
0, /* rtc_enabled */
0, /* mirroring_enabled */
0, /* use_bios */
0, /* idle_loop_target_pc */
1, /* iwram_stack_optimize */
0, /* translation_gate_target_1 */
0, /* translation_gate_target_2 */
0, /* translation_gate_target_3 */
},
{
"Castlevania (E)", /* rom title */
"DRACULA AGB1", /* gamepak_title */
@ -2473,6 +2507,23 @@ static const ini_t gbaover[256] = {
0, /* translation_gate_target_2 */
0, /* translation_gate_target_3 */
},
{
"Chicken Little (J)", /* rom title */
"CLITTLEJ", /* gamepak_title */
"BCHJ", /* gamepak_code */
"G9", /* 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 */
},
{
"Defender Of The Crown (U)", /* rom title */
"DOTC", /* gamepak_title */
@ -2490,6 +2541,40 @@ static const ini_t gbaover[256] = {
0, /* translation_gate_target_2 */
0, /* translation_gate_target_3 */
},
{
"Digimon Battle Spirit (U)", /* rom title */
"DIGIMON BTSP", /* gamepak_title */
"A8SE", /* gamepak_code */
"B2", /* gamepak_maker */
0, /* flash_size */
0, /* flash_device_id */
0, /* save_type */
0, /* rtc_enabled */
0, /* mirroring_enabled */
0, /* use_bios */
0x8011208, /* idle_loop_target_pc */
1, /* iwram_stack_optimize */
0, /* translation_gate_target_1 */
0, /* translation_gate_target_2 */
0, /* translation_gate_target_3 */
},
{
"Digimon Battle Spirit 2 (U)", /* rom title */
"DIGIMON BS2", /* gamepak_title */
"BDSE", /* gamepak_code */
"B2", /* gamepak_maker */
0, /* flash_size */
0, /* flash_device_id */
0, /* save_type */
0, /* rtc_enabled */
0, /* mirroring_enabled */
0, /* use_bios */
0x8010eb0, /* idle_loop_target_pc */
1, /* 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 */
@ -2728,6 +2813,23 @@ static const ini_t gbaover[256] = {
0, /* translation_gate_target_2 */
0, /* translation_gate_target_3 */
},
{
"Golden Sun (U)", /* rom title */
"Golden_Sun_A", /* gamepak_title */
"AGSE", /* gamepak_code */
"01", /* 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 */
0x3000820, /* translation_gate_target_1 */
0x30009ac, /* translation_gate_target_2 */
0x3007dac, /* translation_gate_target_3 */
},
{
"Golden Sun: The Lost Age (U)",/* rom title */
"GOLDEN_SUN_B", /* gamepak_title */
@ -3306,6 +3408,40 @@ static const ini_t gbaover[256] = {
0, /* translation_gate_target_2 */
0, /* translation_gate_target_3 */
},
{
"Tottoko Hamutaro Hamuhamu Sports (J/U)", /* rom title */
"HAMSPORTS", /* gamepak_title */
"B85A", /* gamepak_code */
"01", /* 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 */
},
{
"Tringo (U)", /* rom title */
"TRINGO", /* gamepak_title */
"BTJE", /* gamepak_code */
"42", /* gamepak_maker */
0, /* flash_size */
0, /* flash_device_id */
0, /* save_type */
0, /* rtc_enabled */
0, /* mirroring_enabled */
0, /* use_bios */
0x80009a4, /* idle_loop_target_pc */
1, /* iwram_stack_optimize */
0, /* translation_gate_target_1 */
0, /* translation_gate_target_2 */
0, /* translation_gate_target_3 */
},
{
"Ueki no Housoku Jingi Sakuretsu! Nouryokusya Battle (J)", /* rom title */
"UEKIJINGIBTL", /* gamepak_title */