summaryrefslogtreecommitdiff
path: root/gba_memory.c
diff options
context:
space:
mode:
authortwinaphex2014-12-21 07:24:25 +0100
committertwinaphex2014-12-21 07:24:25 +0100
commit91d7ce94f8544cbcf5df96c1a9e8e7df522adfd0 (patch)
tree354b5d9bf46608e4880e433018185100b87410f1 /gba_memory.c
parent91d936b13f19bf167b2434a09571df82d76cfec0 (diff)
downloadpicogpsp-91d7ce94f8544cbcf5df96c1a9e8e7df522adfd0.tar.gz
picogpsp-91d7ce94f8544cbcf5df96c1a9e8e7df522adfd0.tar.bz2
picogpsp-91d7ce94f8544cbcf5df96c1a9e8e7df522adfd0.zip
More changes
Diffstat (limited to 'gba_memory.c')
-rw-r--r--gba_memory.c68
1 files changed, 68 insertions, 0 deletions
diff --git a/gba_memory.c b/gba_memory.c
index 0b8afbe..456cf16 100644
--- a/gba_memory.c
+++ b/gba_memory.c
@@ -2542,6 +2542,40 @@ static const ini_t gbaover[256] = {
0, /* translation_gate_target_3 */
},
{
+ "Final Fantasy Tactics Advance (U)", /* rom title */
+ "FFTA_USVER.", /* gamepak_title */
+ "AFXE", /* gamepak_code */
+ "01", /* gamepak_maker */
+ 0, /* flash_size */
+ 0, /* flash_device_id */
+ 0, /* save_type */
+ 0, /* rtc_enabled */
+ 0, /* mirroring_enabled */
+ 0, /* use_bios */
+ 0x800041e, /* idle_loop_target_pc */
+ 1, /* iwram_stack_optimize */
+ 0, /* translation_gate_target_1 */
+ 0, /* translation_gate_target_2 */
+ 0, /* translation_gate_target_3 */
+ },
+ {
+ "Game Boy Wars Advance 1+2 (J)",/* rom title */
+ "GBWARS1+2", /* gamepak_title */
+ "BGWJ", /* 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 */
+ },
+ {
"Golden Sun: The Lost Age (U)",/* rom title */
"GOLDEN_SUN_B", /* gamepak_title */
"AGFE", /* gamepak_code */
@@ -2695,6 +2729,40 @@ static const ini_t gbaover[256] = {
0, /* translation_gate_target_3 */
},
{
+ "V-Rally 3 (E)", /* rom title */
+ "V_RALLY 3", /* gamepak_title */
+ "AVRP", /* gamepak_code */
+ "70", /* gamepak_maker */
+ 0, /* flash_size */
+ 0, /* flash_device_id */
+ 0, /* save_type */
+ 0, /* rtc_enabled */
+ 0, /* mirroring_enabled */
+ 0, /* use_bios */
+ 0x80aa920, /* idle_loop_target_pc */
+ 1, /* iwram_stack_optimize */
+ 0, /* translation_gate_target_1 */
+ 0, /* translation_gate_target_2 */
+ 0, /* translation_gate_target_3 */
+ },
+ {
+ "Virtual Kasparov (U)", /* rom title */
+ "VIRTKASPAROV", /* gamepak_title */
+ "AVKE", /* gamepak_code */
+ "60", /* gamepak_maker */
+ 0, /* flash_size */
+ 0, /* flash_device_id */
+ 0, /* save_type */
+ 0, /* rtc_enabled */
+ 0, /* mirroring_enabled */
+ 0, /* use_bios */
+ 0x800093a, /* idle_loop_target_pc */
+ 1, /* iwram_stack_optimize */
+ 0, /* translation_gate_target_1 */
+ 0, /* translation_gate_target_2 */
+ 0, /* translation_gate_target_3 */
+ },
+ {
"Wario Ware, Inc. Mega Microgames (U)", /* rom title */
"WARIOWAREINC", /* gamepak_title */
"AZWE", /* gamepak_code */