summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortwinaphex2014-12-22 00:17:15 +0100
committertwinaphex2014-12-22 00:17:15 +0100
commit99092cafcfb3f87e07374532c6a856c42243e2d7 (patch)
tree2b34282783ec6be9e230167e64ee06267ba6efef
parent95e630983c6b880b0a1ee0ac6165a921f7d80c1b (diff)
downloadpicogpsp-99092cafcfb3f87e07374532c6a856c42243e2d7.tar.gz
picogpsp-99092cafcfb3f87e07374532c6a856c42243e2d7.tar.bz2
picogpsp-99092cafcfb3f87e07374532c6a856c42243e2d7.zip
Add more entries to gbaover
-rw-r--r--game_config.txt6
-rw-r--r--gba_memory.c51
2 files changed, 54 insertions, 3 deletions
diff --git a/game_config.txt b/game_config.txt
index 62fa42a..3edb162 100644
--- a/game_config.txt
+++ b/game_config.txt
@@ -545,7 +545,7 @@ game_code = BSLE
vender_code = 41
idle_loop_eliminate_target = 0807785e
-# The Pinball of The Dead
+# The Pinball of The Dead [!]
game_name = PINBALL DEAD
game_code = APDE
vender_code = 78
@@ -563,13 +563,13 @@ game_code = B85A
vender_code = 01
iwram_stack_optimize = no
-# Pinball Challenge Deluxe (E)
+# Pinball Challenge Deluxe (E) [!]
game_name = PINBALL CHAL
game_code = APLP
vender_code = 41
idle_loop_eliminate_target = 080075a6
-# Prince of Persia - The Sands of Time (U)
+# Prince of Persia - The Sands of Time (U) [!]
game_name = PRINCEPERSIA
game_code = BPYE
vender_code = 41
diff --git a/gba_memory.c b/gba_memory.c
index c58d38d..7bcfe20 100644
--- a/gba_memory.c
+++ b/gba_memory.c
@@ -3137,6 +3137,40 @@ static const ini_t gbaover[256] = {
0, /* translation_gate_target_3 */
},
{
+ "Pinball Challenge Deluxe (E)", /* rom title */
+ "PINBALL CHAL", /* gamepak_title */
+ "APLP", /* gamepak_code */
+ "41", /* gamepak_maker */
+ 0, /* flash_size */
+ 0, /* flash_device_id */
+ 0, /* save_type */
+ 0, /* rtc_enabled */
+ 0, /* mirroring_enabled */
+ 0, /* use_bios */
+ 0x80075a6, /* idle_loop_target_pc */
+ 1, /* iwram_stack_optimize */
+ 0, /* translation_gate_target_1 */
+ 0, /* translation_gate_target_2 */
+ 0, /* translation_gate_target_3 */
+ },
+ {
+ "Prince of Persia - The Sands of Time (U)", /* rom title */
+ "PRINCEPERSIA", /* gamepak_title */
+ "BPYE", /* gamepak_code */
+ "41", /* gamepak_maker */
+ 0, /* flash_size */
+ 0, /* flash_device_id */
+ 0, /* save_type */
+ 0, /* rtc_enabled */
+ 0, /* mirroring_enabled */
+ 0, /* use_bios */
+ 0x808ff3a, /* idle_loop_target_pc */
+ 1, /* iwram_stack_optimize */
+ 0, /* translation_gate_target_1 */
+ 0, /* translation_gate_target_2 */
+ 0, /* translation_gate_target_3 */
+ },
+ {
"Rebelstar Tactical Command (U)", /* rom title */
"REBELSTAR", /* gamepak_title */
"BRLE", /* gamepak_code */
@@ -3409,6 +3443,23 @@ static const ini_t gbaover[256] = {
0, /* translation_gate_target_3 */
},
{
+ "The Pinball of The Dead", /* rom title */
+ "PINBALL DEAD", /* gamepak_title */
+ "APDE", /* gamepak_code */
+ "78", /* gamepak_maker */
+ 0, /* flash_size */
+ 0, /* flash_device_id */
+ 0, /* save_type */
+ 0, /* rtc_enabled */
+ 0, /* mirroring_enabled */
+ 0, /* use_bios */
+ 0x800030, /* idle_loop_target_pc */
+ 1, /* iwram_stack_optimize */
+ 0, /* translation_gate_target_1 */
+ 0, /* translation_gate_target_2 */
+ 0, /* translation_gate_target_3 */
+ },
+ {
"Tottoko Hamutaro Hamuhamu Sports (J/U)", /* rom title */
"HAMSPORTS", /* gamepak_title */
"B85A", /* gamepak_code */