diff options
-rw-r--r-- | .gitattributes | 4 | ||||
-rw-r--r-- | hash/gba.xml | 2523 | ||||
-rw-r--r-- | src/mess/drivers/gba.c | 1037 | ||||
-rw-r--r-- | src/mess/includes/gba.h | 38 | ||||
-rw-r--r-- | src/mess/machine/gba_rom.c | 461 | ||||
-rw-r--r-- | src/mess/machine/gba_rom.h | 173 | ||||
-rw-r--r-- | src/mess/machine/gba_slot.c | 462 | ||||
-rw-r--r-- | src/mess/machine/gba_slot.h | 575 | ||||
-rw-r--r-- | src/mess/mess.mak | 2 |
9 files changed, 4138 insertions, 1137 deletions
diff --git a/.gitattributes b/.gitattributes index f04c2ed132b..56bec1a8c8a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7275,6 +7275,10 @@ src/mess/machine/gb_rom.c svneol=native#text/plain src/mess/machine/gb_rom.h svneol=native#text/plain src/mess/machine/gb_slot.c svneol=native#text/plain src/mess/machine/gb_slot.h svneol=native#text/plain +src/mess/machine/gba_rom.c svneol=native#text/plain +src/mess/machine/gba_rom.h svneol=native#text/plain +src/mess/machine/gba_slot.c svneol=native#text/plain +src/mess/machine/gba_slot.h svneol=native#text/plain src/mess/machine/genpc.c svneol=native#text/plain src/mess/machine/hd63450.c svneol=native#text/plain src/mess/machine/hd63450.h svneol=native#text/plain diff --git a/hash/gba.xml b/hash/gba.xml index 0d10a2a7188..e7aa6c7d267 100644 --- a/hash/gba.xml +++ b/hash/gba.xml @@ -14,6 +14,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <part name="cart" interface="gba_cart"> <feature name="pcb" value="AGB-E01-41" /> <feature name="u1" value="U1 GPIO MASKROM" /> + <dataarea name="rom" size="16777216"> <rom name="agb-bqjp-0 j2.u1" size="16777216" crc="20929ec1" sha1="717b2a739c8932374ab48a9c2bbd76a44b4cf2f3" offset="000000" /> </dataarea> @@ -26,10 +27,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>BBC Worldwide</publisher> <info name="serial" value="AGB-ALXP-UKV"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-EEPROM-4K" /> <feature name="pcb" value="AGB-E03-10" /> <feature name="u1" value="U1 MASK ROM" /> <feature name="u2" value="U2 4K/64K EEPROM" /><!-- 9853 --> + + <feature name="slot" value="gba_eeprom_4k" /> + <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="agb-alxp-0 h2.u1" size="4194304" crc="e94aafc9" sha1="51d36aa7c16cdf8bca93e40f6c680f54ed3519f2" offset="000000" /> </dataarea> @@ -42,10 +45,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-AWRP-EUR"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-FLASH" /> <feature name="pcb" value="AGB-E02-10" /> <feature name="u1" value="U1 MASKROM AGB" /> <feature name="u2" value="U2 512K FLASH MEMORY" /><!-- 39VF512 --> + + <feature name="slot" value="gba_flash" /> + <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="8388608"> <rom name="agb-awrp-0 i2.u1" size="8388608" crc="66fb29e9" sha1="d5f06a82c3e5f963ef169763edc2d691fed8124e" offset="000000" /> </dataarea> @@ -58,10 +63,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Electronic Arts</publisher> <info name="serial" value="AGB-A5AE-USA, AGB-A5AP-EUR"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-EEPROM-4K" /> <feature name="pcb" value="AGB-E03-10" /> <feature name="u1" value="U1 MASK ROM" /> <feature name="u2" value="U2 4K/64K EEPROM" /><!-- 9853 --> + + <feature name="slot" value="gba_eeprom_4k" /> + <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="agb-a5ap-0 h2.u1" size="4194304" crc="daec2264" sha1="a478f5880c484a70a5fdefc42f73aae2eb948168" offset="000000" /> </dataarea> @@ -74,10 +81,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Amaze Entertainment</publisher> <info name="serial" value="AGB-BIHP-EUR"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-EEPROM-4K" /> <feature name="pcb" value="AGB-E03-21" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 4K/64K EEPROM" /><!-- 9853 --> + + <feature name="slot" value="gba_eeprom_4k" /> + <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="agb-bihp-0 j2.u1" size="16777216" crc="b8dc715b" sha1="102304aab2816c3483618498cab65c1626f1ced5" offset="000000" /> </dataarea> @@ -92,11 +101,13 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20060713"/> <info name="alt_title" value="ビットジェネレーション バウンディッシュ"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-SRAM" /> <feature name="pcb" value="AGB-Y11-02" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 256K FRAM" /><!-- MB85R256S --> <feature name="u3" value="U3" /><!-- blank slot --> + + <feature name="slot" value="gba_sram" /> + <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="agb-bvdj-0 j2.u1" size="4194304" crc="904b55d4" sha1="51c1a436f59f2d480a33836acf2645cd5442f2a5" offset="000000" /> </dataarea> @@ -111,11 +122,13 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20060727"/> <info name="alt_title" value="ビットジェネレーション デジドライブ"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-SRAM" /> <feature name="pcb" value="AGB-Y11-02" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 256K FRAM" /><!-- MB85R256S --> <feature name="u3" value="U3" /><!-- blank slot --> + + <feature name="slot" value="gba_sram" /> + <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="agb-bvhj-0 j2.u1" size="16777216" crc="0867dc29" sha1="106595acb960ecbf05dfc1909a0b7e08ee3ef1c6" offset="000000" /> </dataarea> @@ -130,11 +143,13 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20060727"/> <info name="alt_title" value="ビットジェネレーション オービタル"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-SRAM" /> <feature name="pcb" value="AGB-Y11-02" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 256K FRAM" /><!-- MB85R256S --> <feature name="u3" value="U3" /><!-- blank slot --> + + <feature name="slot" value="gba_sram" /> + <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="agb-bvej-0 j2.u1" size="16777216" crc="d5d43b4b" sha1="437e3093928ce9b0705476053a059d70f9f84ae3" offset="000000" /> </dataarea> @@ -147,7 +162,6 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Konami</publisher> <info name="serial" value="AGB-U3IP-EUR"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-EEPROM-64K" /> <feature name="pcb" value="AGB-E" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 4K/64K EEPROM" /><!-- 9854 --> @@ -155,6 +169,9 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <feature name="u4" value="U4 74LV4040" /><!-- 37C7E1K --> <feature name="u5" value="U5 TLV272" /> <feature name="bt1" value="CR1616" /> + + <feature name="slot" value="gba_eeprom_64k" /> + <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="16777216"> <rom name="boktai - the sun is in your hand (europe) (en,fr,de,es,it).bin" size="16777216" crc="9686c36b" sha1="64f7bf0f0560f6e94da33b549d3206678b29f557" offset="000000" /> </dataarea> @@ -167,10 +184,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Empire Interactive</publisher> <info name="serial" value="AGB-AONP-EUR"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-EEPROM-4K" /> <feature name="pcb" value="AGB-E03-20" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 4K/64K EEPROM" /><!-- 9853 --> + + <feature name="slot" value="gba_eeprom_4k" /> + <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="agb-aonp-0 h2.u1" size="4194304" crc="dfa1a201" sha1="179523e4c6da0dc050626ac69862f2a6e880f70d" offset="000000" /> </dataarea> @@ -185,10 +204,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20060518"/> <info name="alt_title" value="カルチョビット"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-FLASH-1M" /> <feature name="pcb" value="AGB-E02-30" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 512K/1M FLASH" /><!-- E060857G --> + + <feature name="slot" value="gba_flash_1m" /> + <feature name="pcb_type" value="GBA-FLASH-1M" /> <dataarea name="rom" size="8388608"> <rom name="agb-bixj-0 i2.u1" size="8388608" crc="498443da" sha1="df835357ee70fc0b6c6eb606d9ff1dcc97eba9d3" offset="000000" /> </dataarea> @@ -201,10 +222,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Stadlbauer</publisher> <info name="serial" value="AGB-AEDP-EUR"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-EEPROM-4K" /> <feature name="pcb" value="AGB-E03-10" /> <feature name="u1" value="U1 MASK ROM" /> <feature name="u2" value="U2 4K/64K EEPROM" /><!-- 9853 --> + + <feature name="slot" value="gba_eeprom_4k" /> + <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="agb-aedp-0 h2.u1" size="4194304" crc="98d72420" sha1="965ce9750705fd576cd73ef3450c6537bb6f9c68" offset="000000" /> </dataarea> @@ -217,10 +240,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Sega</publisher> <info name="serial" value="AGB-BCJE-USA"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-EEPROM-4K" /> <feature name="pcb" value="AGB-E03-21" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 4K/64K EEPROM" /><!-- 9853 --> + + <feature name="slot" value="gba_eeprom_4k" /> + <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="agb-bcje-0 j2.u1" size="16777216" crc="ba511fb2" sha1="44259e249eb3d8e9ad6fb8f62557f7a2748919e2" offset="000000" /> </dataarea> @@ -233,10 +258,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-FSME-USA, AGB-FSMP-EUR"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-EEPROM-4K" /> <feature name="pcb" value="AGB-E03-20" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 4K/64K EEPROM" /><!-- 9853 --> + + <feature name="slot" value="gba_eeprom_4k" /> + <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="agb-fsmp-0 f2.u1" size="4194304" crc="7eddffad" sha1="06bdee2bb21c46bacf8d8cbe4f40dd52df117195" offset="000000" /> </dataarea> @@ -249,9 +276,10 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Namco</publisher> <info name="serial" value="AGB-B3JP-EUR"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-EEPROM-4K" /><!-- no eeprom on pcb, uses passwords, check this --> <feature name="pcb" value="AGB-E01-41" /> <feature name="u1" value="U1 GPIO MASKROM" /> + + <feature name="pcb_type" value="GBA-EEPROM-4K" /><!-- no eeprom on pcb, uses passwords, check this --> <dataarea name="rom" size="4194304"> <rom name="agb-b3jp-0 h2.u1" size="4194304" crc="eef104b0" sha1="702b89df39afae4d767977ae5b5ed0467e009ffc" offset="000000" /> </dataarea> @@ -266,11 +294,13 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20050519"/> <info name="alt_title" value="ぶらぶらドンキー"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-SRAM" /> <feature name="pcb" value="AGB-Y11-02" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 256K FRAM" /><!-- MB85R256S --> <feature name="u3" value="U3" /><!-- blank slot --> + + <feature name="slot" value="gba_sram" /> + <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="agb-bbkj-0 i2.u1" size="8388608" crc="89b09753" sha1="ec5671abbb5dc39531f2e3630fc968ee050e12b2" offset="000000" /> </dataarea> @@ -283,10 +313,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Activision</publisher> <info name="serial" value="AGB-A9DE-USA, AGB-A9DP-EUR"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-EEPROM-4K" /> <feature name="pcb" value="AGB-E03-10" /> <feature name="u1" value="U1 MASK ROM" /> <feature name="u2" value="U2 4K/64K EEPROM" /><!-- 9853 --> + + <feature name="slot" value="gba_eeprom_4k" /> + <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="agb-a9de-0 j2.u1" size="16777216" crc="60cd3207" sha1="38c7bafdc2e6d7b9700385c01fbef6b6888e4a33" offset="000000" /> </dataarea> @@ -299,10 +331,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Midway</publisher> <info name="serial" value="AGB-A6TP"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-EEPROM-4K" /> <feature name="pcb" value="AGB-E03-20" /> <feature name="u1" value="U1 MASK ROM" /> <feature name="u2" value="U2 4K/64K EEPROM" /><!-- 9853 --> + + <feature name="slot" value="gba_eeprom_4k" /> + <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="agb-a6tp-0 i2.u1" size="8388608" crc="46736f58" sha1="1c37f9b838d00ccf54e152466310ee722886a599" offset="000000" /> </dataarea> @@ -315,10 +349,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Infogrames</publisher> <info name="serial" value="AGB-ALGE-USA"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-EEPROM-4K" /> <feature name="pcb" value="AGB-E03-10" /> <feature name="u1" value="U1 MASK ROM" /> <feature name="u2" value="U2 4K/64K EEPROM" /><!-- 9853 --> + + <feature name="slot" value="gba_eeprom_4k" /> + <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="agb-alge-0 i2.u1" size="8388608" crc="d47ccff4" sha1="a3c8c76742f11fc6a3f6e3fcca20992458cac0b5" offset="000000" /> </dataarea> @@ -333,6 +369,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <part name="cart" interface="gba_cart"> <feature name="pcb" value="AGB-E01-10" /> <feature name="u1" value="U1 GPIO MASKROM" /> + <dataarea name="rom" size="4194304"> <rom name="agb-ad7p-0 h2.u1" size="4194304" crc="f14b65ef" sha1="dabf722af4e3d879d421987817e7320c1e02293b" offset="000000" /> </dataarea> @@ -347,11 +384,13 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20060406"/> <info name="alt_title" value="アイシールド21 デビルバッツ・デビルデイズ"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-SRAM" /> <feature name="pcb" value="AGB-Y11-02" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 256K FRAM" /><!-- MB85R256S --> <feature name="u3" value="U3" /><!-- blank slot --> + + <feature name="slot" value="gba_sram" /> + <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="agb-be4j-0 j2.u1" size="16777216" crc="620784af" sha1="36d3271c8ea33b9d10a77738f7916b7efe749bc7" offset="000000" /> </dataarea> @@ -364,13 +403,15 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-AFZE-USA, AGB-AFZP-EUR"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-SRAM" /> <feature name="pcb" value="AGB-E06-01" /> <feature name="u1" value="U1 MASK ROM" /> <feature name="u2" value="U2 256K SRAM" /><!-- GM76V256CLLFW10 --> <feature name="u3" value="U3" /><!-- LV2416 --> <feature name="u4" value="U4 PST3425" /> <feature name="bt1" value="CR1616" /> + + <feature name="slot" value="gba_sram" /> + <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="f-zero - maximum velocity (usa, europe).bin" size="4194304" crc="bd5e9798" sha1="8a08e29ec987f9cbdde21c34d5f7657aa7ba0be6" offset="000000" /> </dataarea> @@ -384,10 +425,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="alt_title" value="Fifa 07 Soccer (USA Box)" /> <info name="serial" value="AGB-B7FE-USA, AGB-B7FP-EUR"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-EEPROM-4K" /> <feature name="pcb" value="AGB-E03-21" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 4K/64K EEPROM" /><!-- 9853 --> + + <feature name="slot" value="gba_eeprom_4k" /> + <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="agb-b7fp-0 i2.u1" size="8388608" crc="d8c7553b" sha1="ad593a9bdbe8b4ee3fd3b8fea66c06fcb6a66534" offset="000000" /> </dataarea> @@ -400,10 +443,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Ubi Soft</publisher> <info name="serial" value="AGB-AFFP-EUR"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-EEPROM-4K" /> <feature name="pcb" value="AGB-E03-10" /> <feature name="u1" value="U1 MASK ROM" /> <feature name="u2" value="U2 4K/64K EEPROM" /><!-- 9853 --> + + <feature name="slot" value="gba_eeprom_4k" /> + <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="agb-affp-0 h2.u1" size="4194304" crc="9dd5e6fa" sha1="0ff0852b7763149f77544e9a8aef5f2174178bd1" offset="000000" /> </dataarea> @@ -416,11 +461,13 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-AE7X-EUR"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-SRAM" /> <feature name="pcb" value="AGB-Y11-01" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 256K FRAM" /><!-- MB85R256A --> <feature name="u3" value="U3" /> + + <feature name="slot" value="gba_sram" /> + <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="agb-ae7x-0 j2.u1" size="16777216" crc="4a805ed1" sha1="c37e3bae84b53e6972ed7608541a62896fa5d6a3" offset="000000" /> </dataarea> @@ -435,6 +482,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <part name="cart" interface="gba_cart"> <feature name="pcb" value="ABG-E01-01" /> <feature name="u1" value="U1 32M MROM" /> + <dataarea name="rom" size="4194304"> <rom name="agb-afoe-0 h2.u1" size="4194304" crc="bee67855" sha1="c3175d11fadd85ac743b837a161ae1be89429a7a" offset="000000" /> </dataarea> @@ -447,10 +495,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Take-Two Interactive</publisher> <info name="serial" value="AGB-BR8E-USA, AGB-BR8P-EUR"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-EEPROM-4K" /> <feature name="pcb" value="AGB-E03-21" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 4K/64K EEPROM" /><!-- 9853 --> + + <feature name="slot" value="gba_eeprom_4k" /> + <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="agb-br8p-0 i2.u1" size="8388608" crc="cf190f2e" sha1="e1e3940eb8216dfec8a4f112cdb26050d9cf3fa9" offset="000000" /> </dataarea> @@ -465,6 +515,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <part name="cart" interface="gba_cart"> <feature name="pcb" value="AGB-E01-41" /> <feature name="u1" value="U1 GPIO MASKROM" /> + <dataarea name="rom" size="4194304"> <rom name="agb-ag4e-0 h2.u1" size="4194304" crc="eade083f" sha1="dfcfc6d1ad2bc629429d9ebaae0e9452efa8d0d6" offset="000000" /> </dataarea> @@ -479,6 +530,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <part name="cart" interface="gba_cart"> <feature name="pcb" value="AGB-E01-40" /> <feature name="u1" value="U1 GPIO MASKROM" /> + <dataarea name="rom" size="4194304"> <rom name="agb-bggp-0 h2.u1" size="4194304" crc="56b9e9e1" sha1="5ecf4ead4b22a5916086a34bbf2abf299aaf3401" offset="000000" /> </dataarea> @@ -491,10 +543,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-AGSS-ESP" /> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-FLASH" /> <feature name="pcb" value="AGB-E02-10" /> <feature name="u1" value="U1 MASKROM AGB" /> <feature name="u2" value="U2 512K FLASH MEMORY" /><!-- 39VF512 --> + + <feature name="slot" value="gba_flash" /> + <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="8388608"> <rom name="agb-agss-0 i2.u1" size="8388608" crc="c63008d6" sha1="de0bdc889594b012cad213ca83707feb81ada28b" offset="000000" /> </dataarea> @@ -507,10 +561,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Sega</publisher> <info name="serial" value="AGB-BHGP-EUR"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-EEPROM-64K" /> <feature name="pcb" value="AGB-E03-21" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 4K/64K EEPROM" /><!-- 9854 --> + + <feature name="slot" value="gba_eeprom_64k" /> + <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="agb-bhgp-0 i2.u1" size="8388608" crc="8c541d13" sha1="f30ab501b09026ae045faf8573220d4f9c113376" offset="000000" /> </dataarea> @@ -523,10 +579,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Electronic Arts</publisher> <info name="serial" value="AGB-BHTE-USA, AGB-BHTP"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-EEPROM-64K" /> <feature name="pcb" value="AGB-E03-20" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 4K/64K EEPROM" /><!-- 9854 --> + + <feature name="slot" value="gba_eeprom_64k" /> + <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="16777216"> <rom name="agb-bhte-0 j2.u1" size="16777216" crc="c0bccaad" sha1="5be308501f0cfe0c30c60ef1fbf886707cdacd29" offset="000000" /> </dataarea> @@ -539,10 +597,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Electronic Arts</publisher> <info name="serial" value="AGB-AHRE-USA, AGB-AHRP-EUR"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-EEPROM-4K" /> <feature name="pcb" value="AGB-E03-21" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 4K/64K EEPROM" /><!-- 9853 --> + + <feature name="slot" value="gba_eeprom_4k" /> + <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="agb-ahrp-0 i2.u1" size="8388608" crc="f755065c" sha1="40d3f693e444192c94a0ff3cd9ed5f64162ac777" offset="000000" /> </dataarea> @@ -555,11 +615,13 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Ubi Soft</publisher> <info name="serial" value="AGB-A4ND-NOE"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-SRAM" /> <feature name="pcb" value="AGB-Y11-02" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 256K FRAM" /><!-- MB85R256S --> <feature name="u3" value="U3" /><!-- blank slot --> + + <feature name="slot" value="gba_sram" /> + <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="agb-a4nd-0 i2.u1" size="8388608" crc="c11757d7" sha1="60f2a30b55c0e32754897b4d5df6ce06f8b71a37" offset="000000" /> </dataarea> @@ -574,6 +636,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <part name="cart" interface="gba_cart"> <feature name="pcb" value="AGB-E01-10" /> <feature name="u1" value="U1 32M MROM" /> + <dataarea name="rom" size="4194304"> <rom name="agb-aaep-0 h2.u1" size="4194304" crc="2b666fed" sha1="561a1b4fc09701ba1a7d25006e3a3ea5eba43ec2" offset="000000" /> </dataarea> @@ -588,6 +651,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <part name="cart" interface="gba_cart"> <feature name="pcb" value="AGB-E01-40" /> <feature name="u1" value="U1 GPIO MASKROM" /> + <dataarea name="rom" size="4194304"> <rom name="agb-aaee-0 h2.u1" size="4194304" crc="59dfab9e" sha1="26042bbc068390246b3b01f02571659e08414a64" offset="000000" /> </dataarea> @@ -600,10 +664,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Sierra Entertainment</publisher> <info name="serial" value="AGB-AH9P-EUR"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-EEPROM-4K" /> <feature name="pcb" value="AGB-E03-20" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 4K/64K EEPROM" /><!-- 9853 --> + + <feature name="slot" value="gba_eeprom_4k" /> + <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="agb-ah9p-0 i2.u1" size="8388608" crc="eacdfe0f" sha1="46d6e59c3677cc296e053fdd1e9fc21551883589" offset="000000" /> </dataarea> @@ -616,10 +682,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-BPIE-USA, AGB-BPIP-UKV"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-EEPROM-64K" /> <feature name="pcb" value="AGB-E03-20" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 4K/64K EEPROM" /><!-- 9854 --> + + <feature name="slot" value="gba_eeprom_64k" /> + <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="agb-bpip-0 h2.u1" size="4194304" crc="757a4efb" sha1="c49742f964a698ccce0520e24368a9d425a29b4d" offset="000000" /> </dataarea> @@ -632,10 +700,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Sega</publisher> <info name="serial" value="AGB-AJRP"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-EEPROM-4K" /> <feature name="pcb" value="AGB-E03-20" /> <feature name="u1" value="U1 MASK ROM" /> <feature name="u2" value="U2 4K/64K EEPROM" /><!-- 9853 --> + + <feature name="slot" value="gba_eeprom_4k" /> + <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="agb-ajrp-0 i2.u1" size="8388608" crc="716dc010" sha1="4210e8a4225a076c01c39239941e2aff1c056f71" offset="000000" /> </dataarea> @@ -648,10 +718,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>DSI Games</publisher> <info name="serial" value="AGB-BKHE-USA"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-EEPROM-4K" /> <feature name="pcb" value="AGB-E03-20" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 4K/64K EEPROM" /><!-- 9853 --> + + <feature name="slot" value="gba_eeprom_4k" /> + <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="agb-bkhe-0 h2.u1" size="4194304" crc="2b207d1f" sha1="49b28f83d1085592cd7207f8a157c86a9253f047" offset="000000" /> </dataarea> @@ -664,10 +736,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Sammy</publisher> <info name="serial" value="AGB-AKOE-USA"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-EEPROM-4K" /> <feature name="pcb" value="AGB-E03-10" /> <feature name="u1" value="U1 MASK ROM" /> <feature name="u2" value="U2 4K/64K EEPROM" /><!-- 9853 --> + + <feature name="slot" value="gba_eeprom_4k" /> + <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="agb-akoe-0 i2.u1" size="8388608" crc="2b92eb8e" sha1="06a42bba1c892f77c7d12381fbf243fb294363cc" offset="000000" /> </dataarea> @@ -682,6 +756,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <part name="cart" interface="gba_cart"> <feature name="pcb" value="AGB-E01-10" /> <feature name="u1" value="U1 32M MROM" /> + <dataarea name="rom" size="8388608"> <rom name="agb-al9p-0 i2.u1" size="8388608" crc="4235fac3" sha1="e10a28df676334c9b10c04d054dc81c262c6da25" offset="000000" /> </dataarea> @@ -694,10 +769,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-BZMP-EUR"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-EEPROM-64K" /> <feature name="pcb" value="AGB-E03-20" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 4K/64K EEPROM" /><!-- 9854 --> + + <feature name="slot" value="gba_eeprom_64k" /> + <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="16777216"> <rom name="agb-bzmp-0 j2.u1" size="16777216" crc="e8637292" sha1="cff199b36ff173fb6faf152653d1bccf87c26fb7" offset="000000" /> </dataarea> @@ -710,10 +787,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Disney Interactive</publisher> <info name="serial" value="AGB-BLSP-EUR"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-EEPROM-4K" /> <feature name="pcb" value="AGB-E03-21" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 4K/64K EEPROM" /><!-- 9853 --> + + <feature name="slot" value="gba_eeprom_4k" /> + <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="agb-blsp-0 i2.u1" size="8388608" crc="a88587a6" sha1="8a3c17617c2ee950b43616a3cf9d6279fde21050" offset="000000" /> </dataarea> @@ -726,10 +805,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Electronic Arts</publisher> <info name="serial" value="AGB-BLTE-USA, AGB-BLTP-EUR"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-EEPROM-4K" /> <feature name="pcb" value="AGB-E03-20" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 4K/64K EEPROM" /><!-- 9853 --> + + <feature name="slot" value="gba_eeprom_4k" /> + <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="agb-bltp-0 i2.u1" size="8388608" crc="2b8b3964" sha1="4dd3450826739935df46ef212f161b31bf38ccc3" offset="000000" /> </dataarea> @@ -742,10 +823,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Blizzard Entertainment</publisher> <info name="serial" value="AGB-ALVP-EUR"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-EEPROM-4K" /> <feature name="pcb" value="AGB-E03-20" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 4K/64K EEPROM" /><!-- 9853 --> + + <feature name="slot" value="gba_eeprom_4k" /> + <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="agb-alvp-0 h2.u1" size="4194304" crc="1c008d32" sha1="3c48005f1ea64cefa0b165793c537ca68507c572" offset="000000" /> </dataarea> @@ -758,10 +841,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-AMKP-EUR"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-FLASH" /> <feature name="pcb" value="AGB-E02-01" /> <feature name="u1" value="U1 MASKROM AGB" /> <feature name="u2" value="U2 512K FLASH MEMORY" /><!-- 39VF512 --> + + <feature name="slot" value="gba_flash" /> + <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="4194304"> <rom name="agb-amkp-0 h2.u1" size="4194304" crc="20025842" sha1="2cdfc94cbe7a7f4efe00d98dd33ebb5f50cf91f0" offset="000000" /> </dataarea> @@ -776,11 +861,13 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20050913"/> <info name="alt_title" value="マリオテニスアドバンス"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-SRAM" /> <feature name="pcb" value="AGB-Y11-02" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 256K FRAM" /><!-- MB85R256S --> <feature name="u3" value="U3" /><!-- blank slot --> + + <feature name="slot" value="gba_sram" /> + <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="agb-btmj-0 j2.u1" size="16777216" crc="975e8d98" sha1="434cde6974421cd75977692882ba40a6539d3e8e" offset="000000" /> </dataarea> @@ -794,10 +881,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="alt_title" value="Max Payne (Box)" /> <info name="serial" value="AGB-BMEP-UKV"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-EEPROM-4K" /> <feature name="pcb" value="AGB-E03-20" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 4K/64K EEPROM" /><!-- 9853 --> + + <feature name="slot" value="gba_eeprom_4k" /> + <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="agb-bmep-0 j2.u1" size="16777216" crc="7d902b62" sha1="7007f087a3022bd0d9d9b0d99489096f877794ff" offset="000000" /> </dataarea> @@ -810,10 +899,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Electronic Arts</publisher> <info name="serial" value="AGB-BMHE-USA, AGB-BMHP-EUR"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-EEPROM-4K" /> <feature name="pcb" value="AGB-E03-20" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 4K/64K EEPROM" /><!-- 9853 --> + + <feature name="slot" value="gba_eeprom_4k" /> + <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="agb-bmhp-0 j2.u1" size="16777216" crc="f23150a4" sha1="47761911475e9548c81fed78e3d3336ddae89a58" offset="000000" /> </dataarea> @@ -826,10 +917,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Capcom</publisher> <info name="serial" value="AGB-A6MP-EUR"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-EEPROM-64K" /> <feature name="pcb" value="AGB-E03-20" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 4K/64K EEPROM" /><!-- 9854 --> + + <feature name="slot" value="gba_eeprom_64k" /> + <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="agb-a6mp-0 i2.u1" size="8388608" crc="01b4d95e" sha1="5d6f8fb1f52803a54e9857e53d0b88173cf8f48a" offset="000000" /> </dataarea> @@ -842,10 +935,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Capcom</publisher> <info name="serial" value="AGB-A3XE-USA"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-SRAM" /> <feature name="pcb" value="AGB-E11-01" /> <feature name="u1" value="U1 MASK ROM AGB" /> <feature name="u2" value="U2 256K FRAM" /><!-- M645R256 --> + + <feature name="slot" value="gba_sram" /> + <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="agb-a3xe-0 i2.u1" size="8388608" crc="c0c780f9" sha1="3d21905b6e860d39a00ba643779776de4c73c411" offset="000000" /> </dataarea> @@ -858,12 +953,14 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Capcom</publisher> <info name="serial" value="AGB-BR6E-USA"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-SRAM" /> <feature name="pcb" value="AGB-Y11-20" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 256K FRAM" /><!-- MB85R256S --> <feature name="u3" value="U3" /><!-- blank slot --> <feature name="bt1" value="CR1616" /> + + <feature name="slot" value="gba_sram" /> + <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="agb-br6e-0 i2.u1" size="8388608" crc="dee6f2a9" sha1="0676ecd4d58a976af3346caebb44b9b6489ad099" offset="000000" /> </dataarea> @@ -876,13 +973,15 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-AMTP-EUR"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-SRAM" /> <feature name="pcb" value="AGB-E06-10" /> <feature name="u1" value="U1 MASK ROM" /> <feature name="u2" value="U2 256K SRAM" /><!-- HY62WT081ED70C --> <feature name="u3" value="U3" /><!-- LV2416 --> <feature name="u4" value="U4 PST3425" /> <feature name="bt1" value="CR1616" /> + + <feature name="slot" value="gba_sram" /> + <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="metroid fusion (europe) (en,fr,de,es,it).bin" size="8388608" crc="974e46ab" sha1="cc46d54b70c1ee38c856ee6e58ec712136763389" offset="000000" /> </dataarea> @@ -897,6 +996,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <part name="cart" interface="gba_cart"> <feature name="pcb" value="AGB-E01-20" /> <feature name="u1" value="U1 GPIO MASKROM" /> + <dataarea name="rom" size="4194304"> <rom name="agb-a5me-0 h2.u1" size="4194304" crc="a4e12d4b" sha1="cd60f0aacdada987f7935d7a5fa2cd3242abc145" offset="000000" /> </dataarea> @@ -911,6 +1011,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <part name="cart" interface="gba_cart"> <feature name="pcb" value="AGB-E01-40" /> <feature name="u1" value="U1 GPIO MASKROM" /> + <dataarea name="rom" size="4194304"> <rom name="agb-bmcp-0 h2.u1" size="4194304" crc="4a72170a" sha1="556c74e4676ff53bf3a31e0e6c3b08009bba8581" offset="000000" /> </dataarea> @@ -925,10 +1026,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20060420"/> <info name="alt_title" value="マザー3"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-FLASH-512" /> <feature name="pcb" value="AGB-E02-30" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 512K/1M FLASH" /><!-- 39VF512 --> + + <feature name="slot" value="gba_flash_512" /> + <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="33554432"> <rom name="agb-a3uj-0 k2.u1" size="33554432" crc="42ac9cb9" sha1="4f0f493e12c2a8c61b2d809af03f7abf87a85776" offset="000000" /> </dataarea> @@ -943,6 +1046,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <part name="cart" interface="gba_cart"> <feature name="pcb" value="AGB-E01-20" /> <feature name="u1" value="U1 GPIO MASKROM" /> + <dataarea name="rom" size="8388608"> <rom name="agb-azmp-0 i2.u1" size="8388608" crc="17cd149a" sha1="74b8f11a719d2ebdd36a594814ad01a9b79a115e" offset="000000" /> </dataarea> @@ -955,10 +1059,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Electronic Arts</publisher> <info name="serial" value="AGB-BN7E-USA, AGB-BN7P"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-EEPROM-4K" /> <feature name="pcb" value="AGB-E03-21" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 4K/64K EEPROM" /><!-- 9853 --> + + <feature name="slot" value="gba_eeprom_4k" /> + <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="agb-bn7p-0 i2.u1" size="8388608" crc="f4c0d140" sha1="e5298b2482a769aa6458955cd6b18db3ac3f3a20" offset="000000" /> </dataarea> @@ -973,10 +1079,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20050616"/> <info name="alt_title" value="のののパズル ちゃいリアン"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-EEPROM-4K" /> <feature name="pcb" value="AGB-E03-20" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 4K/64K EEPROM" /><!-- HT01 --> + + <feature name="slot" value="gba_eeprom_4k" /> + <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="agb-bkrj-0 i2.u1" size="8388608" crc="1b00bc2c" sha1="110a7ae6e5886c10f2018d5293e9c1430299ed42" offset="000000" /> </dataarea> @@ -991,6 +1099,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <part name="cart" interface="gba_cart"> <feature name="pcb" value="AGB-E01-10" /> <feature name="u1" value="U1 32M MROM" /> + <dataarea name="rom" size="8388608"> <rom name="agb-agpp-0 i2.u1" size="8388608" crc="966fa650" sha1="cb6f269ee34b1f93ec0cbf71549e2a83278665e5" offset="000000" /> </dataarea> @@ -1006,6 +1115,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <feature name="pcb" value="AGB-E03-20" /> <feature name="u1" value="U1 MASK ROM" /> <feature name="u2" value="U2 4K/64K EEPROM" /><!-- 9853 --> + <dataarea name="rom" size="4194304"> <rom name="agp-apip-0 i2.u1" size="4194304" crc="ff7d5f62" sha1="05b61e4fe58ae614352f29705fae9c53393685cb" offset="000000" /> </dataarea> @@ -1020,10 +1130,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20051117"/> <info name="alt_title" value="ポケモン不思議のダンジョン 赤の救助隊"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-FLASH-512" /> <feature name="pcb" value="AGB-E02-30" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 512K/1M FLASH" /><!-- 39VF512 --> + + <feature name="slot" value="gba_flash_512" /> + <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="33554432"> <rom name="agb-b24j-0 k2.u1" size="33554432" crc="1a1baa50" sha1="4bc9370edebb3da5bdf768eeced689fda3f8b77b" offset="000000" /> </dataarea> @@ -1036,12 +1148,14 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-BPES-ESP"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-FLASH-1M" /> <feature name="pcb" value="AGB-E05-01" /> <feature name="u1" value="U1 GPIO MASK ROM" /> <feature name="u2" value="1M/512K FLASH U2" /><!-- E050357G --> <feature name="u3" value="U3 RTC" /><!-- S3511 --> <feature name="bt1" value="CR1616" /> + + <feature name="slot" value="gba_flash_1m" /> + <feature name="pcb_type" value="GBA-FLASH-1M" /> <dataarea name="rom" size="16777216"> <rom name="pokemon - edicion esmeralda (spain).bin" size="16777216" crc="8c4d3108" sha1="fe1558a3dcb0360ab558969e09b690888b846dd9" offset="000000" /> </dataarea> @@ -1054,10 +1168,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-BPRE-USA"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-FLASH-1M" /> <feature name="pcb" value="AGB-E02-20" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 512K/1M FLASH" /><!-- LE26FV10N1TS --> + + <feature name="slot" value="gba_flash_1m" /> + <feature name="pcb_type" value="GBA-FLASH-1M" /> <dataarea name="rom" size="16777216"> <rom name="agb-bpre-0 j2.u1" size="16777216" crc="dd88761c" sha1="41cb23d8dccc8ebd7c649cd8fbb58eeace6e2fdc" offset="000000" /> </dataarea> @@ -1070,12 +1186,14 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-AXVS-ESP"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-FLASH-1M" /> <feature name="pcb" value="AGB-E05-01" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="1M/512K FLASH U2" /><!-- E030557 --> <feature name="u3" value="U3 RTC" /> <feature name="bt1" value="CR1616" /> + + <feature name="slot" value="gba_flash_1m" /> + <feature name="pcb_type" value="GBA-FLASH-1M" /> <dataarea name="rom" size="16777216"> <rom name="pokemon - edicion rubi (spain).bin" size="16777216" crc="eb0729cf" sha1="1f49f7289253dcbfecbc4c5ba3e67aa0652ec83c" offset="000000" /> </dataarea> @@ -1088,13 +1206,15 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Rage Software</publisher> <info name="serial" value="AGB-AP9P-EUR"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-SRAM" /> <feature name="pcb" value="AGB-E06-10" /> <feature name="u1" value="U1 MASK ROM" /> <feature name="u2" value="U2 256K SRAM" /><!-- HY62WT081ED70C --> <feature name="u3" value="U3" /><!-- LV2416 --> <feature name="u4" value="U4 PST3425" /> <feature name="bt1" value="CR1616" /> + + <feature name="slot" value="gba_sram" /> + <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="pocket music (europe) (en,fr,de,es,it).bin" size="8388608" crc="a3fd418a" sha1="3484ca53d9bee6cf258df44c8825e18e128a2821" offset="000000" /> </dataarea> @@ -1107,10 +1227,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Ubisoft</publisher> <info name="serial" value="AGB-BQ3P"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-EEPROM-4K" /> <feature name="pcb" value="AGB-E03-21" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 4K/64K EEPROM" /><!-- 9853 --> + + <feature name="slot" value="gba_eeprom_4k" /> + <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="agb-bq3p-0 j2.u1" size="16777216" crc="9914da23" sha1="78e51cb33f52ebd17383faf0f153d91e677dcac9" offset="000000" /> </dataarea> @@ -1125,11 +1247,13 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20060830"/> <info name="alt_title" value="リズム天国"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-SRAM" /> <feature name="pcb" value="AGB-Y11-02" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 256K FRAM" /><!-- MB85R256S --> <feature name="u3" value="U3" /><!-- blank slot --> + + <feature name="slot" value="gba_sram" /> + <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="agb-brij-0 j2.u1" size="16777216" crc="349d7025" sha1="67f8adacff79c15d028fffd90de3a77d9ad0602d" offset="000000" /> </dataarea> @@ -1142,10 +1266,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>BBC Multimedia</publisher> <info name="serial" value="AGB-ARSP-UKV"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-EEPROM-4K" /> <feature name="pcb" value="AGB-E03-10" /> <feature name="u1" value="U1 MASK ROM" /> <feature name="u2" value="U2 4K/64K EEPROM" /><!-- 9853 --> + + <feature name="slot" value="gba_eeprom_4k" /> + <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="agb-arsp-0 h2.u1" size="4194304" crc="5ee9d6c5" sha1="d9484e947d41d03dd3a5fe447872304b04106626" offset="000000" /> </dataarea> @@ -1160,6 +1286,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <part name="cart" interface="gba_cart"> <feature name="pcb" value="AGB-E01-10" /> <feature name="u1" value="U1 32M MROM" /> + <dataarea name="rom" size="4194304"> <rom name="agb-asdx-0 h2.u1" size="4194304" crc="8b0079cb" sha1="444cf64593ef7a9ef7a2bef56271ad154a1e9fa7" offset="000000" /> </dataarea> @@ -1174,11 +1301,13 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20050922"/> <info name="alt_title" value="スクリューブレイカー 轟振どりるれろ"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-SRAM" /> <feature name="pcb" value="AGB-ARC-01" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 256K FRAM" /><!-- MB85R256S --> <feature name="u3" value="U3" /><!-- blank slot --> + + <feature name="slot" value="gba_sram" /> + <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="agb-v49j-0 i2.u1" size="8388608" crc="b17532ee" sha1="84afa7108e4d604e7b1a6d105df5760869a247fa" offset="000000" /> </dataarea> @@ -1194,12 +1323,14 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20050310"/> <info name="alt_title" value="千年家族"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-FLASH-1M" /> <feature name="pcb" value="AGB-E05-01" /> <feature name="u1" value="U1 GPIO MASK ROM" /> <feature name="u2" value="1M/512K FLASH U2" /><!-- E043957G --> <feature name="u3" value="U3 RTC" /><!-- S3511 --> <feature name="bt1" value="CR1616" /> + + <feature name="slot" value="gba_flash_1m" /> + <feature name="pcb_type" value="GBA-FLASH-1M" /> <dataarea name="rom" size="16777216"> <rom name="sennen kazoku (japan).bin" size="16777216" crc="a2f6976c" sha1="4dcd7cee46d3a5e848a22eb371bebbbc2fb8d488" offset="000000" /> </dataarea> @@ -1212,10 +1343,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Atari</publisher> <info name="serial" value="AGB-BKCS-ESP"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-EEPROM-64K" /> <feature name="pcb" value="AGB-E03-21" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 4K/64K EEPROM" /><!-- 9854 --> + + <feature name="slot" value="gba_eeprom_64k" /> + <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="16777216"> <rom name="agb-bxcs-0 j2.u1" size="16777216" crc="769a7666" sha1="069b7e991a35a78b321959f2f19470952c331dfc" offset="000000" /> </dataarea> @@ -1228,10 +1361,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Activision</publisher> <info name="serial" value="AGB-BSEX-EUR" /> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-EEPROM-4K" /> <feature name="pcb" value="AGB-E03-20" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 4K/64K EEPROM" /><!-- 9853 --> + + <feature name="slot" value="gba_eeprom_4k" /> + <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="agb-bsex-0 i2.u1" size="8388608" crc="ac1d8c97" sha1="1f28ab954789f3946e851d5a132cda4edb9b74dd" offset="000000" /> </dataarea> @@ -1244,10 +1379,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Electronic Arts</publisher> <info name="serial" value="AGB-B46E-USA, AGB-B46P-EUR"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-FLASH-512" /> <feature name="pcb" value="AGB-E02-30" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 512K/1M FLASH" /><!-- 39VF512 --> + + <feature name="slot" value="gba_flash_512" /> + <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="33554432"> <rom name="agb-b46p-0 k2.u1" size="33554432" crc="8b1bc7df" sha1="702a109bd60d2e288814968d49caacdfd14ae2c6" offset="000000" /> </dataarea> @@ -1260,10 +1397,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Electronic Arts</publisher> <info name="serial" value="AGB-ASIE-USA, AGB-ASIP-EUR"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-EEPROM-64K" /> <feature name="pcb" value="AGB-E03-20" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 4K/64K EEPROM" /><!-- 9854 --> + + <feature name="slot" value="gba_eeprom_64k" /> + <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="16777216"> <rom name="agb-asip-0 j2.u1" size="16777216" crc="abaf519c" sha1="fb5662172fadebf4577f6f6f163741fc041c11e6" offset="000000" /> </dataarea> @@ -1278,6 +1417,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <part name="cart" interface="gba_cart"> <feature name="pcb" value="AGB-E01-30" /> <feature name="u1" value="U1 GPIO MASKROM" /> + <dataarea name="rom" size="4194304"> <rom name="agb-bsdp-0 h2.u1" size="4194304" crc="b92a8a88" sha1="0a329c22bbd92e05da5496cdfe0837913eddbdfb" offset="000000" /> </dataarea> @@ -1290,10 +1430,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Infogrames</publisher> <info name="serial" value="AGB-ASOP-EUR"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-FLASH" /> <feature name="pcb" value="AGB-E02-30" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 512K/1M FLASH" /><!-- 39VF512 --> + + <feature name="slot" value="gba_flash" /> + <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="8388608"> <rom name="agb-asop-0 i2.u1" size="8388608" crc="6232839b" sha1="eb00f101af23d728075ac2117e27ecd8a4b4c3e9" offset="000000" /> </dataarea> @@ -1308,6 +1450,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <part name="cart" interface="gba_cart"> <feature name="pcb" value="AGB-E01-41" /> <feature name="u1" value="U1 GPIO MASKROM" /> + <dataarea name="rom" size="4194304"> <rom name="agp-aspp-0 h2.u1" size="4194304" crc="98ad67e6" sha1="b67caab6316a8478129f43672572277f411f211d" offset="000000" /> </dataarea> @@ -1320,10 +1463,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Vivendi Universal</publisher> <info name="serial" value="AGB-BSTP-EUR"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-EEPROM-4K" /> <feature name="pcb" value="AGB-E03-20" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 4K/64K EEPROM" /><!-- 9853 --> + + <feature name="slot" value="gba_eeprom_4k" /> + <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="agb-bstp-0 j2.u1" size="16777216" crc="e53ba082" sha1="afc4a0aff7255d74fe3d24c4146a11bd573dc12f" offset="000000" /> </dataarea> @@ -1338,10 +1483,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20051201"/> <info name="alt_title" value="スーパードンキーコング3"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-EEPROM-4K" /> <feature name="pcb" value="AGB-E03-21" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 4K/64K EEPROM" /><!-- 9853 --> + + <feature name="slot" value="gba_eeprom_4k" /> + <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="agb-bdqj-0 j2.u1" size="16777216" crc="4dcf6e20" sha1="4657c3070bd7ad8ce89f0491fc0f19a4f14ada88" offset="000000" /> </dataarea> @@ -1354,10 +1501,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-A3AP"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-EEPROM-64K" /> <feature name="pcb" value="AGB-E03-21" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 4K/64K EEPROM" /><!-- 9854 --> + + <feature name="slot" value="gba_eeprom_64k" /> + <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="agb-a3ap-0 i2.u1" size="8388608" crc="639e9d3b" sha1="bd52eb4b4ebe438e9b9ecaac792bd389725cde41" offset="000000" /> </dataarea> @@ -1370,10 +1519,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-AN8E-USA"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-EEPROM-64K" /> <feature name="pcb" value="AGB-E03-21" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 4K/64K EEPROM" /><!-- 9854 --> + + <feature name="slot" value="gba_eeprom_64k" /> + <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="agb-an8e-0 i2.u1" size="8388608" crc="01a0fca8" sha1="262e9393119cb1991a27a3ddd5a070ae3c60cee9" offset="000000" /> </dataarea> @@ -1386,10 +1537,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Konami</publisher> <info name="serial" value="AGB-BNTP-EUR"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-EEPROM-4K" /> <feature name="pcb" value="AGB-E03-20" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 4K/64K EEPROM" /><!-- 9853 --> + + <feature name="slot" value="gba_eeprom_4k" /> + <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="agb-bntp-0 i2.u1" size="8388608" crc="15bdf0ad" sha1="f425099c7bdde046a78eeb2a963612343d8d2ee5" offset="000000" /> </dataarea> @@ -1404,6 +1557,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <part name="cart" interface="gba_cart"> <feature name="pcb" value="AGB-E01-30" /> <feature name="u1" value="U1 GPIO MASKROM" /> + <dataarea name="rom" size="8388608"> <rom name="agb-ao3p-0 i2.u1" size="8388608" crc="16c3cac3" sha1="48ee4cb5c17ed1dbcae0cb9bdf9e54210ceed93c" offset="000000" /> </dataarea> @@ -1416,10 +1570,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Activision</publisher> <info name="serial" value="AGB-BXSP-EUR"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-EEPROM-4K" /> <feature name="pcb" value="AGB-E03-21" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 4K/64K EEPROM" /><!-- 9853 --> + + <feature name="slot" value="gba_eeprom_4k" /> + <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="agb-bxsp-0 j2.u1" size="16777216" crc="4a975f48" sha1="1d50c04eb8ede1cf9776e392f0275688ed7f69cb" offset="000000" /> </dataarea> @@ -1432,10 +1588,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Activision</publisher> <info name="serial" value="AGB-BXSE-USA"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-EEPROM-4K" /> <feature name="pcb" value="AGB-E03-21" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 4K/64K EEPROM" /><!-- A624K0111X --> + + <feature name="slot" value="gba_eeprom_4k" /> + <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="agb-bxse-0 j2.u1" size="16777216" crc="37b0b53d" sha1="0d40f012093838b667cd3b79caabb43adca8f034" offset="000000" /> </dataarea> @@ -1448,10 +1606,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Activision</publisher> <info name="serial" value="AGB-ATHE-USA, AGB-ATHP-EUR"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-EEPROM-4K" /> <feature name="pcb" value="AGB-E03-01" /> <feature name="u1" value="U1 MASK ROM" /> <feature name="u2" value="U2 4K/64K EEPROM" /><!-- 9853 --> + + <feature name="slot" value="gba_eeprom_4k" /> + <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="agb-athp-0 i2.u1" size="8388608" crc="812dc57a" sha1="029f8fcabee3e4e0339db77c80961191b5bb84e9" offset="000000" /> </dataarea> @@ -1466,6 +1626,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <part name="cart" interface="gba_cart"> <feature name="pcb" value="AGB-E01-10" /> <feature name="u1" value="U1 32M MROM" /> + <dataarea name="rom" size="4194304"> <rom name="agb-atgp-0 h2.u1" size="4194304" crc="fdbe5a26" sha1="68ccb866bcb82a1c884ef40d74540e63ce0d5bd1" offset="000000" /> </dataarea> @@ -1480,10 +1641,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20050428"/> <info name="alt_title" value="ザ・タワーSP"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-FLASH-512" /> <feature name="pcb" value="AGB-E02-30" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 512K/1M FLASH" /><!-- 39VF512 --> + + <feature name="slot" value="gba_flash_512" /> + <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="8388608"> <rom name="agb-btrj-0 i2.u1" size="8388608" crc="ec325c92" sha1="287286f6fb0e405fcf57b35eef99139445b663c6" offset="000000" /> </dataarea> @@ -1498,10 +1661,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20051013"/> <info name="alt_title" value="通勤ヒトフデ"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-FLASH-512" /> <feature name="pcb" value="AGB-E02-30" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 512K/1M FLASH" /><!-- 39VF512 --> + + <feature name="slot" value="gba_flash_512" /> + <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="4194304"> <rom name="agb-biij-0 h2.u1" size="4194304" crc="5a7e762b" sha1="18dfee7e1ed1e53c70f3686276524a0723eec741" offset="000000" /> </dataarea> @@ -1516,6 +1681,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <part name="cart" interface="gba_cart"> <feature name="pcb" value="AGB-E01-10" /> <feature name="u1" value="U1 32M MROM" /> + <dataarea name="rom" size="8388608"> <rom name="agb-at4p-0 i2.u1" size="8388608" crc="07a32299" sha1="30489d1c72faab5ed7a7b86c459d750dae0208e4" offset="000000" /> </dataarea> @@ -1528,10 +1694,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Electronic Arts</publisher> <info name="serial" value="AGB-BOCE-USA, AGB-BOCP-EUR"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-FLASH-512" /> <feature name="pcb" value="AGB-" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 512K/1M FLASH" /><!-- 39VF512 --> + + <feature name="slot" value="gba_flash_512" /> + <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="33554432"> <rom name="agb-bocp-0 k2.u1" size="33554432" crc="8b3330bb" sha1="8efd27375d1f92b43fe0d1c93a63c08b7a259acc" offset="000000" /> </dataarea> @@ -1544,13 +1712,15 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-RZWE-USA"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-SRAM" /> <feature name="pcb" value="AGB-MOM-01" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 256K FRAM" /><!-- MB85R256S --> <feature name="u3" value="U3" /><!-- X01A --> <feature name="u4" value="U4" /><!-- blank slot --> <feature name="p1" value="P1" /><!-- AGB-MOG-01 --> + + <feature name="slot" value="gba_sram" /> + <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="agb-rzwe-0 j2.u1" size="16777216" crc="cb4e844b" sha1="f0102d0d6f7596fe853d5d0a94682718278e083a" offset="000000" /> </dataarea> @@ -1563,10 +1733,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>BAM! Entertainment</publisher> <info name="serial" value="AGB-AWOP-UKV, AGB-AWOE-USA"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-EEPROM-4K" /> <feature name="pcb" value="AGB-E03-10" /> <feature name="u1" value="U1 MASK ROM" /> <feature name="u2" value="U2 4K/64K EEPROM" /><!-- 9853 --> + + <feature name="slot" value="gba_eeprom_4k" /> + <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="agb-awop-0.u1" size="8388608" crc="c4aa2b7b" sha1="2c077de84348c6e09581a0a523376056a2aeba95" offset="000000" /> <!-- USA version @@ -1582,13 +1754,15 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Konami</publisher> <info name="serial" value="AGB-AY5E-USA"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-SRAM" /> <feature name="pcb" value="AGB-E06-10" /> <feature name="u1" value="U1 MASK ROM" /> <feature name="u2" value="U2 256K SRAM" /><!-- B62LV256C-70 --> <feature name="u3" value="U3" /><!-- LV2416 --> <feature name="u4" value="U4 PST3425" /> <feature name="bt1" value="CR1616" /> + + <feature name="slot" value="gba_sram" /> + <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="yu-gi-oh! - the eternal duelist soul (usa).bin" size="8388608" crc="dfd07a36" sha1="510fbba212aca9bab95ea12f8fd933e62ee34dea" offset="000000" /> </dataarea> @@ -1601,11 +1775,13 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Konami</publisher> <info name="serial" value="AGB-BY6E-USA"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-SRAM" /> <feature name="pcb" value="AGB-Y11-02" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 256K SRAM" /><!-- MB85R256S --> <feature name="u3" value="U3" /><!-- blank slot --> + + <feature name="slot" value="gba_sram" /> + <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="33554432"> <rom name="agb-by6e-0 k2.u1" size="33554432" crc="f968a196" sha1="9689337d6aac1ce9699ab60aac73fc2cfdccad9b" offset="000000" /> </dataarea> @@ -1618,10 +1794,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Konami</publisher> <info name="serial" value="AGB-AYWE-USA"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-SRAM" /> <feature name="pcb" value="AGB-E11-01" /> <feature name="u1" value="U1 MASK ROM AGB" /> <feature name="u2" value="U2 256K FRAM" /><!-- M645R256 --> + + <feature name="slot" value="gba_sram" /> + <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="agb-aywe-0 j2.u1" size="16777216" crc="39b5e771" sha1="53d4ae06d1b605f8925c53d6c585478d73ff55c0" offset="000000" /> </dataarea> @@ -1636,13 +1814,15 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030417"/> <info name="alt_title" value="遊戯王デュエルモンスターズ インターナショナル ワールドワイドエディション"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-SRAM" /> <feature name="pcb" value="AGB-E06-20" /> <feature name="u1" value="U1 GPIO MASK ROM" /> <feature name="u2" value="U2 256K SRAM" /><!-- BS62LV256SC-70 --> <feature name="u3" value="U3" /><!-- LV2416 --> <feature name="u4" value="U4 PST3425" /> <feature name="bt1" value="CR1616" /> + + <feature name="slot" value="gba_sram" /> + <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="yu-gi-oh! duel monsters international - worldwide edition (japan) (en,ja,fr,de,es,it) (rev 1).bin" size="16777216" crc="1becf9d3" sha1="e16dd5848bcbaffdc60d5d5548d60f4311f4615c" offset="000000" /> </dataarea> @@ -1655,10 +1835,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Ignition Entertainment</publisher> <info name="serial" value="AGB-BMZP-EUR"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-EEPROM-64K" /> <feature name="pcb" value="AGB-E03-20" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 4K/64K EEPROM" /><!-- 9854 --> + + <feature name="slot" value="gba_eeprom_64k" /> + <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="agb-bmzp-0 i2.u1" size="8388608" crc="897b2893" sha1="9096450c4b29ab6e317d94ca09ee82f5b74dd4b1" offset="000000" /> </dataarea> @@ -1674,11 +1856,13 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20050221"/> <info name="alt_title" value="プレイやん"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-SRAM" /> <feature name="pcb" value="AGB-MGM-02" /> <!-- no visible internal markings, using u1 and u2 for consistency --> <feature name="u1" value="AGS-ZMAJ-0" /> <feature name="u2" value="AGB-MAGMA" /><!-- has EPSON logo, processor? --> + + <feature name="slot" value="gba_sram" /> + <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="ags-zmaj-0.u1" size="4194304" crc="ba997cfa" sha1="b950f9b1e5eaa81b653be6da5cdd7a1bf1e548e6" offset="000000" /> </dataarea> @@ -1693,10 +1877,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Electronic Arts</publisher> <info name="serial" value="AGB-A7OE-USA, AGB-A7OP"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-EEPROM-4K" /> <feature name="pcb" value="AGB-E03-20" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 4K/64K EEPROM" /> + + <feature name="slot" value="gba_eeprom_4k" /> + <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="agb-a7op-0.u1" size="8388608" crc="56c83c16" sha1="f4363923181b71448ddd6e28ac72d30b3ecfc019" offset="000000" /> </dataarea> @@ -1709,10 +1895,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-AW2E-USA"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-FLASH" /> <feature name="pcb" value="AGB-E02-20" /> <feature name="u1" value="U1 MASKROM AGB" /> <feature name="u2" value="U2 512K FLASH MEMORY" /> + + <feature name="slot" value="gba_flash" /> + <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="8388608"> <rom name="agb-aw2e-0.u1" size="8388608" crc="5ad0e571" sha1="14dd0b22c894865867aff89e8116b2dffae25605" offset="000000" /> </dataarea> @@ -1725,10 +1913,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>BAM! Entertainment</publisher> <info name="serial" value="AGB-ABJP"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-EEPROM-64K" /> <feature name="pcb" value="AGB-E03-10" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 4K/64K EEPROM" /> + + <feature name="slot" value="gba_eeprom_64k" /> + <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="agb-abjp-0.u1" size="8388608" crc="3a23efd7" sha1="25c6cf94b1b54a1ac5058460faad00cf93d272f5" offset="000000" /> </dataarea> @@ -1741,10 +1931,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-FZLE-USA, AGB-FZLP"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-EEPROM-64K" /> <feature name="pcb" value="AGB-E03-20" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 4K/64K EEPROM" /> + + <feature name="slot" value="gba_eeprom_64k" /> + <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="agb-fzlp-0.u1" size="4194304" crc="68b1b7a8" sha1="d47be5a160fc8e7b9f789ad7ba8867ef65b4d448" offset="000000" /> </dataarea> @@ -1757,10 +1949,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-FLBE-USA, AGB-FLBP"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-EEPROM-64K" /> <feature name="pcb" value="AGB-E03-20" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 4K/64K EEPROM" /> + + <feature name="slot" value="gba_eeprom_64k" /> + <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="agb-flbp-0.u1" size="4194304" crc="f2dc3b09" sha1="ab608fc378cd0f8fb905b1b8d5b85400ee00ccfb" offset="000000" /> </dataarea> @@ -1775,6 +1969,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <part name="cart" interface="gba_cart"> <feature name="pcb" value="AGB-E01-10" /> <feature name="u1" value="U1 GPIO MASKROM" /> + <dataarea name="rom" size="4194304"> <rom name="agb-aawe-0.u1" size="4194304" crc="59781c54" sha1="21b593c0fbdeacfbf0f72895fba2401fd7b60b65" offset="000000" /> </dataarea> @@ -1787,10 +1982,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Activision</publisher> <info name="serial" value="AGB-ADME-USA, AGB-ADMP"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-EEPROM-4K" /> <feature name="pcb" value="AGB-E03-10" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 4K/64K EEPROM" /> + + <feature name="slot" value="gba_eeprom_4k" /> + <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="agb-admp-0.u1" size="8388608" crc="58c641b3" sha1="af2b2206777651c7993c1ae9008d07c31430207e" offset="000000" /> </dataarea> @@ -1803,10 +2000,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Take-Two Interactive</publisher> <info name="serial" value="AGB-AD9P"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-EEPROM-4K" /> <feature name="pcb" value="AGB-E03-10" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 4K/64K EEPROM" /> + + <feature name="slot" value="gba_eeprom_4k" /> + <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="agb-ad9p-0.u1" size="8388608" crc="dc7dab56" sha1="f01522ee46f5aa821adbba0a97b1a745ff9059f5" offset="000000" /> </dataarea> @@ -1820,10 +2019,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="alt_title" value="Fifa Soccer 2004 (USA Box), Fifa Football 2004 (Euro Box)" /> <info name="serial" value="AGB-BFIE-USA, AGB-BFIP"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-EEPROM-4K" /> <feature name="pcb" value="AGB-E03-20" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 4K/64K EEPROM" /> + + <feature name="slot" value="gba_eeprom_4k" /> + <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="agb-bfip-0.u1" size="8388608" crc="1abbc24f" sha1="031204fbbfd00a2ece04eae590596cdf676d9537" offset="000000" /> </dataarea> @@ -1836,11 +2037,13 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Square Enix</publisher> <info name="serial" value="AGP-BFFE-USA"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-SRAM" /> <feature name="pcb" value="AGB-Y11-02" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 256K SRAM" /> <feature name="u3" value="U3" /><!-- ? --> + + <feature name="slot" value="gba_sram" /> + <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="agb-bffe-0.u1" size="16777216" crc="1b39cdab" sha1="6472695d69661490f78245e2982e1e676c080be7" offset="000000" /> </dataarea> @@ -1853,10 +2056,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Square Enix</publisher> <info name="serial" value="AGB-AFXE-USA"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-FLASH-512" /> <feature name="pcb" value="AGB-E02-20" /> <feature name="u1" value="U1 MASKROM AGB" /> <feature name="u2" value="U2 512K FLASH MEMORY" /> + + <feature name="slot" value="gba_flash_512" /> + <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="16777216"> <rom name="agb-afxe-0.u1" size="16777216" crc="5645e56c" sha1="4ac05441f4de70a4ec3dd932116346c61b8783d9" offset="000000" /> </dataarea> @@ -1871,6 +2076,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <part name="cart" interface="gba_cart"> <feature name="pcb" value="AGB-E01-40" /> <feature name="u1" value="U1 GPIO MASKROM" /> + <dataarea name="rom" size="33554432"> <rom name="agb-mdbe-0.u1" size="33554432" crc="da559199" sha1="dc85cccc0cede3fc11d257995cd7d3cc64ca00e0" offset="000000" /> </dataarea> @@ -1884,6 +2090,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="serial" value="AGB-MSHE-USA"/> <part name="cart" interface="gba_cart"> <feature name="pcb" value="AGB-E01-40" /> + <feature name="u1" value="U1 GPIO MASKROM" /> <dataarea name="rom" size="33554432"> <rom name="agb-mshe-0.u1" size="33554432" crc="363c3eb8" sha1="dc4c959a7740315d892633869f7fc6382aadbb0e" offset="000000" /> @@ -1897,10 +2104,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Rage Software</publisher> <info name="serial" value="AGB-AGQP"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-EEPROM-4K" /> <feature name="pcb" value="AGB-E03-10" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 4K/64K EEPROM" /> + + <feature name="slot" value="gba_eeprom_4k" /> + <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="agb-agqp-0.u1" size="4194304" crc="dff3e861" sha1="63300c8cbb3b3622e6b5f7fef7e552c24aee9c86" offset="000000" /> </dataarea> @@ -1913,10 +2122,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-AGSE-USA, AGB-AGSP"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-FLASH" /> <feature name="pcb" value="AGB-E02-10" /> <feature name="u1" value="U1 MASKROM AGB" /> <feature name="u2" value="U2 512K FLASH MEMORY" /> + + <feature name="slot" value="gba_flash" /> + <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="8388608"> <rom name="agb-agsp-0.u1" size="8388608" crc="e1fb68e8" sha1="5c4695205413df7db52b9a184815a07783999971" offset="000000" /> </dataarea> @@ -1929,10 +2140,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-AGFE-USA"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-FLASH" /> <feature name="pcb" value="AGB-E02-20" /> <feature name="u1" value="U1 MASKROM AGB" /> <feature name="u2" value="U2 512K FLASH MEMORY" /> + + <feature name="slot" value="gba_flash" /> + <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="16777216"> <rom name="agb-agfe-0.u1" size="16777216" crc="606a1c4d" sha1="b500663220cb9bf56b9f8e8c0c544f1d6fa3a824" offset="000000" /> </dataarea> @@ -1945,10 +2158,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Electronic Arts</publisher> <info name="serial" value="AGB-A7HE-USA, AGB-A7HP"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-EEPROM-4K" /> <feature name="pcb" value="AGB-E03-10" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 4K/64K EEPROM" /> + + <feature name="slot" value="gba_eeprom_4k" /> + <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="agb-a7hp-0.u1" size="8388608" crc="342816db" sha1="0218e3be69334cac752d5ad5b3763a26252cb88b" offset="000000" /> </dataarea> @@ -1961,11 +2176,13 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Ubi Soft</publisher> <info name="serial" value="AGB-A4NP"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-SRAM" /> <feature name="pcb" value="AGB-Y11-02" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 256K SRAM" /> <feature name="u3" value="U3" /><!-- ? --> + + <feature name="slot" value="gba_sram" /> + <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="agb-a4np-0.u1" size="8388608" crc="f50f82ad" sha1="7ba1ec1e46ce424e3c6fd72e4e8d5e9eb5ede247" offset="000000" /> </dataarea> @@ -1978,10 +2195,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Buena Vista Games</publisher> <info name="serial" value="AGB-BKMP"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-EEPROM-4K" /> <feature name="pcb" value="AGB-E03-21" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 4K/64K EEPROM" /> + + <feature name="slot" value="gba_eeprom_4k" /> + <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="agb-bkmp-0.u1" size="8388608" crc="71c505c8" sha1="eb4099911dbd28073c554f4d4fa35cbeed82bc6b" offset="000000" /> </dataarea> @@ -1994,10 +2213,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Disney Interactive</publisher> <info name="serial" value="AGB-BKME-USA"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-EEPROM-4K" /> <feature name="pcb" value="AGB-E03-20" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 4K/64K EEPROM" /> + + <feature name="slot" value="gba_eeprom_4k" /> + <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="agb-bkme-0.u1" size="8388608" crc="fa946fc6" sha1="d2baaec3c20b48bebe79ebe27761cd107fd067bf" offset="000000" /> </dataarea> @@ -2010,10 +2231,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>TDK Mediactive</publisher> <info name="serial" value="AGB-ALDP"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-EEPROM-4K" /> <feature name="pcb" value="AGB-E03-10" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 4K/64K EEPROM" /> + + <feature name="slot" value="gba_eeprom_4k" /> + <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="agb-aldp-0.u1" size="4194304" crc="958097d2" sha1="275c631804a1186ab3dab6abf7cb5ad84a4ff9d4" offset="000000" /> </dataarea> @@ -2026,10 +2249,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-AZLP"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-EEPROM-64K" /> <feature name="pcb" value="AGB-E03-20" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 4K/64K EEPROM" /> + + <feature name="slot" value="gba_eeprom_64k" /> + <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="agb-azlp-0.u1" size="8388608" crc="5a164321" sha1="3bb7f97ada7d60d8d334b271084effd1db853b32" offset="000000" /> </dataarea> @@ -2042,13 +2267,15 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Electronic Arts</publisher> <info name="serial" value="AGB-AL2P"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-SRAM" /> <feature name="pcb" value="AGB-E06-10" /> <feature name="u1" value="U1 MASK ROM" /> <feature name="u2" value="U2 256K SRAM" /> <feature name="u3" value="U3" /> <feature name="u4" value="U4 PST3425" /> <feature name="bt1" value="CR1616" /> + + <feature name="slot" value="gba_sram" /> + <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="lego island 2 - the brickster's revenge (europe) (en,fr,de,es,it,nl,sv,da).bin" size="8388608" crc="c7b5d987" sha1="db07408de790da24e313688cd85abd69eea6a21e" offset="000000" /> </dataarea> @@ -2061,13 +2288,15 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-BMXE-USA"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-SRAM" /> <feature name="pcb" value="AGB-E06-20" /> <feature name="u1" value="U1 MASK ROM" /> <feature name="u2" value="U2 256K SRAM" /> <feature name="u3" value="U3" /> <feature name="u4" value="U4 PST3425" /> <feature name="bt1" value="CR1616" /> + + <feature name="slot" value="gba_sram" /> + <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="metroid - zero mission (usa).bin" size="8388608" crc="5c61a844" sha1="5de8536afe1f0078ee6fe1089f890e8c7aa0a6e8" offset="000000" /> </dataarea> @@ -2082,10 +2311,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20010801"/> <info name="alt_title" value="黄金の太陽 開かれし封印"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-FLASH" /> <feature name="pcb" value="AGB-E02-10" /> <feature name="u1" value="U1 MASKROM AGB" /> <feature name="u2" value="U2 512K FLASH MEMORY" /> + + <feature name="slot" value="gba_flash" /> + <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="8388608"> <rom name="agb-agsj-0.u1" size="8388608" crc="fb96d9de" sha1="35ef9e4c9f38183ebd6a3e3923a11ce9a4333718" offset="000000" /> </dataarea> @@ -2100,6 +2331,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <part name="cart" interface="gba_cart"> <feature name="pcb" value="AGB-E01-41" /> <feature name="u1" value="U1 GPIO MASKROM" /> + <dataarea name="rom" size="4194304"> <rom name="agb-apcp-0.u1" size="4194304" crc="e1578d25" sha1="750a6b6c36f75b2605a1dfceefce7f27aa2191e3" offset="000000" /> </dataarea> @@ -2112,10 +2344,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-BPGE-USA"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-FLASH-1M" /> <feature name="pcb" value="AGB-E02-20" /> <feature name="u1" value="U1 MASKROM AGB" /> <feature name="u2" value="U2 512K FLASH MEMORY" /> + + <feature name="slot" value="gba_flash_1m" /> + <feature name="pcb_type" value="GBA-FLASH-1M" /> <dataarea name="rom" size="16777216"> <rom name="agb-bpge-0.u1" size="16777216" crc="d69c96cc" sha1="574fa542ffebb14be69902d1d36f1ec0a4afd71e" offset="000000" /> </dataarea> @@ -2128,12 +2362,14 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-AXVP"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-FLASH-1M" /> <feature name="pcb" value="AGB-E05-01" /> <feature name="u1" value="U1 GPIO MASK ROM" /> <feature name="u2" value="1M/512K FLASH U2" /> <feature name="u3" value="U3 RTC" /> <feature name="bt1" value="CR1616" /> + + <feature name="slot" value="gba_flash_1m" /> + <feature name="pcb_type" value="GBA-FLASH-1M" /> <dataarea name="rom" size="16777216"> <rom name="pokemon - ruby version (europe) (rev 1).bin" size="16777216" crc="61641576" sha1="610b96a9c9a7d03d2bafb655e7560ccff1a6d894" offset="000000" /> </dataarea> @@ -2146,12 +2382,14 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-AXPP"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-FLASH-1M" /> <feature name="pcb" value="AGB-E05-01" /> <feature name="u1" value="U1 GPIO MASK ROM" /> <feature name="u2" value="1M/512K FLASH U2" /> <feature name="u3" value="U3 RTC" /> <feature name="bt1" value="CR1616" /> + + <feature name="slot" value="gba_flash_1m" /> + <feature name="pcb_type" value="GBA-FLASH-1M" /> <dataarea name="rom" size="16777216"> <rom name="pokemon - sapphire version (europe) (rev 1).bin" size="16777216" crc="bafedae5" sha1="4722efb8cd45772ca32555b98fd3b9719f8e60a9" offset="000000" /> </dataarea> @@ -2165,6 +2403,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <part name="cart" interface="gba_cart"> <feature name="pcb" value="AGB-E01-41" /> <feature name="u1" value="U1 GPIO MASKROM" /> + <dataarea name="rom" size="4194304"> <rom name="agb-blap-0.u1" size="4194304" crc="0ed5f375" sha1="28846f9a21ddec18d7cda51b6491b80c7e904f68" offset="000000" /> </dataarea> @@ -2179,6 +2418,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <part name="cart" interface="gba_cart"> <feature name="pcb" value="AGB-E01-41" /> <feature name="u1" value="U1 GPIO MASKROM" /> + <dataarea name="rom" size="8388608"> <rom name="agb-as2x-0.u1" size="8388608" crc="c492c46d" sha1="469d32d6f0ec58f71cdf120bc85b9f18c04fd396" offset="000000" /> </dataarea> @@ -2193,6 +2433,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <part name="cart" interface="gba_cart"> <feature name="pcb" value="AGB-E01-41" /> <feature name="u1" value="U1 GPIO MASKROM" /> + <dataarea name="rom" size="8388608"> <rom name="agb-bswe-0.u1" size="8388608" crc="94d2737a" sha1="4ce7c96146456b10db85d7bf4a6b0f588ea370b9" offset="000000" /> </dataarea> @@ -2207,6 +2448,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <part name="cart" interface="gba_cart"> <feature name="pcb" value="AGB-E01-20" /> <feature name="u1" value="U1 GPIO MASKROM" /> + <dataarea name="rom" size="8388608"> <rom name="agb-a2wp-0.u1" size="8388608" crc="677854af" sha1="4966ce40938df2b0ffd262c6aa6c4461b9fa8922" offset="000000" /> </dataarea> @@ -2219,10 +2461,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Empire Entertainment</publisher> <info name="serial" value="AGB-AYHP"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-EEPROM-4K" /> <feature name="pcb" value="AGB-E03-20" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 4K/64K EEPROM" /> + + <feature name="slot" value="gba_eeprom_4k" /> + <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="agb-ayhp-0.u1" size="4194304" crc="209958e5" sha1="c36bfb2c0d5050be17cb66210adde3851d80e878" offset="000000" /> </dataarea> @@ -2235,10 +2479,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-AMAE-USA, AGB-AMAP"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-EEPROM-4K" /> <feature name="pcb" value="AGB-E03-01" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 4K/64K EEPROM" /> + + <feature name="slot" value="gba_eeprom_4k" /> + <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="agb-amap-0.u1" size="4194304" crc="1e4c6d6a" sha1="f071d45d8f5cb05b48d7d2b804c6cb6a79ad96fb" offset="000000" /> </dataarea> @@ -2251,10 +2497,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-AX4E-USA"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-FLASH-1M" /> <feature name="pcb" value="AGB-E02-30" /> <feature name="u1" value="U1 MASKROM AGB" /> <feature name="u2" value="U2 512K FLASH MEMORY" /> + + <feature name="slot" value="gba_flash_1m" /> + <feature name="pcb_type" value="GBA-FLASH-1M" /> <dataarea name="rom" size="4194304"> <rom name="agb-ax4e-1.bin" size="4194304" crc="88dab27f" sha1="532f3307021637474b6dd37da059ca360f612337" offset="000000" /> </dataarea> @@ -2268,10 +2516,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Electronic Arts</publisher> <info name="serial" value="AGB-BQXE-USA, AGB-BQXP"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-EEPROM-4K" /> <feature name="pcb" value="AGB-E03-20" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 4K/64K EEPROM" /> + + <feature name="slot" value="gba_eeprom_4k" /> + <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="agb-bqxe-0.u1" size="16777216" crc="68215047" sha1="1ff9d19032466227ae7aaebb0161c531aaf60428" offset="000000" /> </dataarea> @@ -2284,10 +2534,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Ubi Soft</publisher> <info name="serial" value="AGB-AR6P"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-EEPROM-4K" /> <feature name="pcb" value="AGB-E03-10" /> <feature name="u1" value="U1 GPIO MASKROM" /> <feature name="u2" value="U2 4K/64K EEPROM" /> + + <feature name="slot" value="gba_eeprom_4k" /> + <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="agb-ar6p-0.u1" size="8388608" crc="6863ce1a" sha1="092179cd51657a4572fa855eb3e5bc3f46c1d76f" offset="000000" /> </dataarea> @@ -2302,6 +2554,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <part name="cart" interface="gba_cart"> <feature name="pcb" value="AGB-E01-10" /> <feature name="u1" value="U1 GPIO MASKROM" /> + <dataarea name="rom" size="8388608"> <rom name="agb-azqe-0.u1" size="8388608" crc="8b14f9ec" sha1="5d76ab06e6433604f5070ba78b5448f81c6c7a04" offset="000000" /> </dataarea> @@ -2314,13 +2567,15 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-AWAE-USA, AGB-AWAP"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-SRAM" /> <feature name="pcb" value="AGB-E06-10" /> <feature name="u1" value="U1 MASK ROM" /> <feature name="u2" value="U2 256K SRAM" /> <feature name="u3" value="U3" /> <feature name="u4" value="U4 PST3425" /> <feature name="bt1" value="CR1616" /> + + <feature name="slot" value="gba_sram" /> + <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="wario land 4 (usa, europe).bin" size="8388608" crc="d6141609" sha1="b9fe05a8080e124b67bce6a623234ee3b518a2c1" offset="000000" /> </dataarea> @@ -2333,10 +2588,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-AZWP"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-SRAM" /> <feature name="pcb" value="AGB-E11-01" /> <feature name="u1" value="U1 MASK ROM AGB" /> <feature name="u2" value="U2 256K FRAM" /> + + <feature name="slot" value="gba_sram" /> + <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="agb-azwp-0.u1" size="8388608" crc="500ca178" sha1="aad81e722aa88f98913c0354e559f845c4689cce" offset="000000" /> </dataarea> @@ -2349,10 +2606,12 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Destination Software</publisher> <info name="serial" value="AGB-AW9P"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-EEPROM-4K" /> <feature name="pcb" value="AGB-E02-20" /> <feature name="u1" value="U1 MASKROM AGB" /> <feature name="u2" value="U2 512K FLASH MEMORY" /> + + <feature name="slot" value="gba_eeprom_4k" /> + <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="agb-aw9p-0.u1" size="4194304" crc="09f02f6a" sha1="8b3d5fe031c634b7037bfaf361f83d81ac16e1ec" offset="000000" /> </dataarea> @@ -2365,16 +2624,19 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Konami</publisher> <info name="serial" value="AGB-AZEP"/> <part name="cart" interface="gba_cart"> - <feature name="pcb_type" value="GBA-FLASH" /> <feature name="pcb" value="AGB-E02-10" /> <feature name="u1" value="U1 MASKROM AGB" /> <feature name="u2" value="U2 512K FLASH MEMORY" /> + + <feature name="slot" value="gba_flash" /> + <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="8388608"> <rom name="agb-azep-0.u1" size="8388608" crc="973496e0" sha1="2441dcc18125514596c36b7ebc090f3fb3644fdb" offset="000000" /> </dataarea> </part> </software> + <!-- Gamepacks - These are re-release of 2 or 3 standalone games in a single cart --> <software name="2asterix"> @@ -2383,6 +2645,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Atari</publisher> <info name="serial" value="AGB-B2AP-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="2 in 1 - asterix & obelix - bash them all! + asterix & obelix xxl (europe) (en,fr,de,es,it,nl).bin" size="16777216" crc="183a2207" sha1="03b76e408e368be7a3ef041a22923a4d2754af6a" offset="000000" /> @@ -2456,6 +2719,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Konami</publisher> <info name="serial" value="AGB-BXKP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="castlevania double pack (europe) (en,fr,de).bin" size="16777216" crc="ee495897" sha1="e7aea4480f02822904eef1d7b51c18f169881075" offset="000000" /> @@ -2469,6 +2733,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Konami</publisher> <info name="serial" value="AGB-BXKE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="castlevania double pack (usa).bin" size="16777216" crc="dbcecc7d" sha1="1ba25e80cfbc3d667a0f5d4cbeb295580f586edb" offset="000000" /> @@ -2482,6 +2747,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Sega</publisher> <info name="serial" value="AGB-BW9P-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_512" /> <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="16777216"> <rom name="2 games in 1 - columns crown + chuchu rocket! (europe) (en+en,ja,fr,de,es).bin" size="16777216" crc="0beaa2f4" sha1="1f2960aa527b332348f8e770ea8e792bc6da2813" offset="000000" /> @@ -2495,6 +2761,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Sierra Entertainment</publisher> <info name="serial" value="AGB-B8AE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="16777216"> <rom name="crash superpack (usa).bin" size="16777216" crc="2c38bae2" sha1="23934042b3f7ac414def68246c281e20f735a1d7" offset="000000" /> @@ -2507,6 +2774,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>200?</year> <publisher>THQ</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="16777216"> <rom name="2 games in 1 - disney princess + lizzie mcguire (europe).bin" size="16777216" crc="99c96067" sha1="5a5c56306cfce32fd04b330666272d2e9c88057f" offset="000000" /> @@ -2519,6 +2787,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>200?</year> <publisher>THQ</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="16777216"> <rom name="2 games in 1 - disney princesas + lizzie mcguire (spain).bin" size="16777216" crc="57f886b0" sha1="0e55f66efcad4fe80b75942c1d42a86fb8cbcb74" offset="000000" /> @@ -2532,6 +2801,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-BWBP-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="2 games in 1 - disney princess + brother bear (europe) (en+en,fr,de,es,it,nl,sv,da).bin" size="16777216" crc="34355326" sha1="fe5b91f970adcc1cceea35d38dd174b5b328755d" offset="000000" /> @@ -2544,6 +2814,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2005</year> <publisher>THQ</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="2 games in 1 - disney princesse + frere des ours (france) (fr+en,fr,de,es,it,nl,sv,da).bin" size="16777216" crc="22c54ae1" sha1="ff663bd8c6a7ac80b57e4a997f616d28340df64c" offset="000000" /> @@ -2556,6 +2827,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2005</year> <publisher>THQ</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="2 games in 1 - disneys prinzessinnen + baerenbrueder (germany) (de+en,fr,de,es,it,nl,sv,da).bin" size="16777216" crc="52c8a11f" sha1="16b3fa898912ab677c664d0edc96f516d89447e7" offset="000000" /> @@ -2568,6 +2840,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2005</year> <publisher>THQ</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="2 games in 1 - disney principesse + koda, fratello orso (italy) (it+en,fr,de,es,it,nl,sv,da).bin" size="16777216" crc="458dedb1" sha1="71a7be1ce275630d09da692b4299b4f90f82c0d6" offset="000000" /> @@ -2580,6 +2853,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2005</year> <publisher>THQ</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="2 games in 1 - disney princesas + hermano oso (spain) (es+en,fr,de,es,it,nl,sv,da).bin" size="16777216" crc="01b143a9" sha1="051085b42548faeab8318e15cca4c71a6f48d4e8" offset="000000" /> @@ -2593,6 +2867,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-BLPP-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="2 games in 1 - the lion king + disney princess (europe) (en,fr,de,es,it,nl,sv,da+en).bin" size="16777216" crc="3b1cf966" sha1="c10f28e821f6820c1d8fe34798172c0131180004" offset="000000" /> @@ -2605,6 +2880,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2004</year> <publisher>THQ</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="2 games in 1 - disney princesse + le roi lion (france) (fr+en,fr,de,es,it,nl,sv,da).bin" size="16777216" crc="cce9c2e2" sha1="d11eb620645fcac8d18a9e384d0c6ccf134d01c2" offset="000000" /> @@ -2617,6 +2893,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2004</year> <publisher>THQ</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="2 games in 1 - disneys prinzessinnen + der koenig der loewen (germany) (de+en,fr,de,es,it,nl,sv,da).bin" size="16777216" crc="ad82cb84" sha1="3da2e3756bc0adf52c3dfb30ae2c70b53b062d54" offset="000000" /> @@ -2629,6 +2906,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2004</year> <publisher>THQ</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="2 games in 1 - disney principesse + il re leone (italy) (it+en,fr,de,es,it,nl,sv,da).bin" size="16777216" crc="a4acba4a" sha1="6d7e860a0a5b3df1e2a68b46cb77e01dbf225a56" offset="000000" /> @@ -2641,6 +2919,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2004</year> <publisher>THQ</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="2 games in 1 - disney princesas + el rey leon (spain) (es+en,fr,de,es,it,nl,sv,da).bin" size="16777216" crc="6472ac25" sha1="dc90c8a0784b4572cb7ad1e882d03b9d382170d8" offset="000000" /> @@ -2654,6 +2933,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-BLBX-EUU"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="2 games in 1 - brother bear + the lion king (europe) (en,fr,de,es,it,nl,sv,da).bin" size="16777216" crc="9e5f961b" sha1="a4e6b2f004678d387600ac46a2e57fe497dc4f18" offset="000000" /> @@ -2666,6 +2946,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>200?</year> <publisher>Disney Interactive</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="33554432"> <rom name="2 disney games - disney sports - football + disney sports - skateboarding (europe) (en,fr,de,es,it).bin" size="33554432" crc="c8cdb4ed" sha1="04e81e2488e988810332eb215651ef7e57c95bf3" offset="000000" /> @@ -2678,6 +2959,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>200?</year> <publisher>Disney Interactive</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="2 disney games - lilo & stitch 2 + peter pan - return to neverland (europe) (en,fr,de,es+en,fr,de,es,it,nl).bin" size="16777216" crc="75703943" sha1="4b0455173b592407db9460b7e38fb209fd549772" offset="000000" /> @@ -2703,6 +2985,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Atari</publisher> <info name="serial" value="AGB-BLFE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="16777216"> <rom name="2 games in 1 - dragon ball z - the legacy of goku i & ii (usa).bin" size="16777216" crc="ace78c4f" sha1="f02d179accbeb9b68bcaef8720eb0ae426dde6ee" offset="000000" /> @@ -2716,6 +2999,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Atari</publisher> <info name="serial" value="AGB-BUFE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="16777216"> <rom name="2 games in 1! - dragon ball z - buu's fury + dragon ball gt - transformation (usa).bin" size="16777216" crc="280587f2" sha1="3733adaff49866a8fe01e23526f4f52ca39cbf58" offset="000000" /> @@ -2888,6 +3172,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>ITE Media</publisher> <info name="serial" value="AGB-B2HP-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="hugo 2 in 1 (europe) (en,fr,de,es,it,nl,pt,sv,no,da,fi,pl).bin" size="8388608" crc="8eae8860" sha1="ba780a01415ac4b814e5376c077fda21d493f396" offset="000000" /> @@ -3004,6 +3289,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-BARP-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="2 games in 1 - moto gp + gt advance 3 - pro concept racing (europe) (en,fr,de,es,it+en).bin" size="16777216" crc="51d6ceb0" sha1="642bd76a9917ec5da2aeaa6b19d1693ab1032787" offset="000000" /> @@ -3016,6 +3302,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2005</year> <publisher>Zoo Digital Publishing</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="pac-man world & ms. pac-man - maze madness (europe) (en,fr,de,es,it).bin" size="8388608" crc="b68b84c1" sha1="224b3fa5083268ddd75983207d060eac6a93b62b" offset="000000" /> @@ -3029,6 +3316,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Namco</publisher> <info name="serial" value="AGB-B6PE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="2 great games! - pac-man world + ms. pac-man - maze madness (usa).bin" size="8388608" crc="851127d4" sha1="f945b8f6a9900241e86d84431f683db37671a8ae" offset="000000" /> @@ -3041,6 +3329,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2006?</year> <publisher>dtp Entertainment</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="pferd & pony 2 in 1 (germany).bin" size="8388608" crc="965391ea" sha1="ec0307c819b41ff0f3f5aa9212a6e333b2242675" offset="000000" /> @@ -3099,6 +3388,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Ubisoft</publisher> <info name="serial" value="AGB-B2QP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="prince of persia - the sands of time & lara croft tomb raider - the prophecy (europe) (en,fr,de,es,it,nl+en,fr,de,es,it).bin" size="16777216" crc="2a3e1a8d" sha1="7719fa244055bfe994e6ecf32b92966ff2a3fc72" offset="000000" /> @@ -3157,6 +3447,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2006</year> <publisher>THQ</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="2 games in 1 - scooby-doo + scooby-doo 2 - monsters unleashed (europe).bin" size="16777216" crc="bfcd892e" sha1="527f2411f2ed9215ed5527e41bcfcedf2dda2adb" offset="000000" /> @@ -3169,6 +3460,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2006</year> <publisher>THQ</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="2 games in 1 - scooby-doo + scooby-doo 2 - desatado (spain) (es+en,fr,de,es,it).bin" size="16777216" crc="d21582d0" sha1="8e68dd7021c73a3f54f7a47b12027d6364ce3790" offset="000000" /> @@ -3181,6 +3473,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2006</year> <publisher>THQ</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="2 games in 1 - scooby-doo + scooby-doo 2 - les monstres se dechainent (france) (fr+en,fr,de,es,it).bin" size="16777216" crc="802c9234" sha1="503ca1459cf74ab625d4d9464528da320a4a02d1" offset="000000" /> @@ -3194,6 +3487,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-BPUE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="2 games in 1 - scooby-doo + scooby-doo 2 - monsters unleashed (usa).bin" size="16777216" crc="1f023dbe" sha1="2e7efcee9228ef3e3e7b1381976a956e64eaf198" offset="000000" /> @@ -3206,6 +3500,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2005</year> <publisher>THQ</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="2 games in 1 - scooby-doo! - mystery mayhem + scooby-doo and the cyber chase (europe) (en,fr,de+en).bin" size="8388608" crc="99566698" sha1="d60e1002bc8d436ceed5fedae63525703c00287a" offset="000000" /> @@ -3219,6 +3514,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-BCVE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="2 games in 1 - scooby-doo! - mystery mayhem + scooby-doo and the cyber chase (usa) (en,fr,de+en).bin" size="8388608" crc="5318df13" sha1="78e1ac7414be6eba0c016d191df34e954a1d3bb6" offset="000000" /> @@ -3231,6 +3527,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2006?</year> <publisher>Activision</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="2-in-1 fun pack - shrek 2 + madagascar (europe).bin" size="16777216" crc="63bb643f" sha1="efa765b63bc0203c0635d71c7cabcfb7a67fb3c7" offset="000000" /> @@ -3243,6 +3540,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2006?</year> <publisher>Activision</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="2-in-1 fun pack - shrek 2 + madagascar (usa).bin" size="16777216" crc="39d68733" sha1="a072de6b8af91239ea8348e9c6951f9f51ac0388" offset="000000" /> @@ -3255,6 +3553,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2006</year> <publisher>Activision</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="2-in-1 fun pack - shrek 2 + madagascar - operation penguin (europe).bin" size="16777216" crc="3535b2bf" sha1="be51cfa607d461efd1dab640a5b4f5b037c060df" offset="000000" /> @@ -3268,6 +3567,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Activision</publisher> <info name="serial" value="AGB-BXHE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="2-in-1 fun pack - shrek 2 + madagascar - operation penguin (usa).bin" size="16777216" crc="18670538" sha1="0a1f19da35ab5cb1b61797794876b0526059a844" offset="000000" /> @@ -3281,6 +3581,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Activision</publisher> <info name="serial" value="AGB-BS7P-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="2 in 1 game pack - shrek 2 & shark tale (europe) (en,fr,de,es,it,sv+en,fr,de,es,it).bin" size="16777216" crc="1802c624" sha1="a9375826c46cdd1f78aecf8274db30110cd3d6d3" offset="000000" /> @@ -3294,6 +3595,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Activision</publisher> <info name="serial" value="AGB-BS7E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="2 in 1 game pack - shrek 2 + shark tale (usa).bin" size="16777216" crc="5cb036c7" sha1="226a4c2bbe400d00afd2fa1d02285fbd4ea5015c" offset="000000" /> @@ -3307,6 +3609,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-BW3P-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_512" /> <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="16777216"> <rom name="2 games in 1 - sonic advance + chuchu rocket! (europe) (en,ja,fr,de,es).bin" size="16777216" crc="22489c7c" sha1="028210706977bb6376e90fa241f88a6d836b72ec" offset="000000" /> @@ -3323,6 +3626,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20060126"/> <info name="alt_title" value="ダブルパック ソニックアドバンス&チューチューロケット!"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_512" /> <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="16777216"> <rom name="double pack - sonic advance & chuchu rocket! (japan) (en,ja,fr,de,es).bin" size="16777216" crc="21ef5165" sha1="79831f3124a2781e02b18f343b546d75a73554a7" offset="000000" /> @@ -3336,6 +3640,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-BW4P-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_512" /> <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="33554432"> <rom name="2 games in 1 - sonic advance + sonic battle (europe) (en,ja,fr,de,es+en,ja,fr,de,es,it).bin" size="33554432" crc="94cf5b2b" sha1="2c22dd926f8064000f23c39787ea8579e022fcf8" offset="000000" /> @@ -3352,6 +3657,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20060126"/> <info name="alt_title" value="ダブルパック ソニックバトル&ソニックアドバンス"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_512" /> <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="33554432"> <rom name="double pack - sonic advance & sonic battle (japan) (en,ja,fr,de,es+en,ja).bin" size="33554432" crc="31d712d3" sha1="30c8dacde7d657082759df4f0235bcb3b44ac663" offset="000000" /> @@ -3365,6 +3671,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Sega</publisher> <info name="serial" value="AGB-BW5P-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_512" /> <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="16777216"> <rom name="2 games in 1 - sonic advance + sonic pinball party (europe) (en,ja,fr,de,es+en,ja,fr,de,es,it).bin" size="16777216" crc="1127dc09" sha1="2872ddc6bf2ead9f08abec66836ff8cb5c9b0909" offset="000000" /> @@ -3381,6 +3688,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20060126"/> <info name="alt_title" value="ダブルパック ソニックピンボールパーティ&ソニックバトル"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_512" /> <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="33554432"> <rom name="double pack - sonic battle & sonic pinball party (japan) (en,ja+en,ja,fr,de,es,it).bin" size="33554432" crc="0dfaa3f2" sha1="8b21125b992e25e63343df76068099fcd108ef12" offset="000000" /> @@ -3394,6 +3702,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Sega</publisher> <info name="serial" value="AGB-BW5E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_512" /> <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="16777216"> <rom name="combo pack - sonic advance + sonic pinball party (usa) (en,ja,fr,de,es+en,ja,fr,de,es,it).bin" size="16777216" crc="fbafb638" sha1="92f137372ec92e23c8dd190d761461653b80ea41" offset="000000" /> @@ -3406,6 +3715,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2006?</year> <publisher>Sega</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_512" /> <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="33554432"> <rom name="2 games in 1 - sonic battle + chuchu rocket! (europe) (en,ja,fr,de,es,it+en,ja,fr,de,es).bin" size="33554432" crc="2c57e588" sha1="2d1aceea9e69454cec89acdd764887d584c06877" offset="000000" /> @@ -3419,6 +3729,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Sega</publisher> <info name="serial" value="AGB-BW6P-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_512" /> <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="33554432"> <rom name="2 games in 1 - sonic battle + sonic pinball party (europe) (en,ja,fr,de,es,it).bin" size="33554432" crc="a50de233" sha1="df086e816109a18d0f037e8c0aa7a2ae40677c14" offset="000000" /> @@ -3432,6 +3743,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Sega</publisher> <info name="serial" value="AGB-BW8P-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_512" /> <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="16777216"> <rom name="2 games in 1 - sonic pinball party + columns crown (europe) (en,ja,fr,de,es,it+en).bin" size="16777216" crc="8577a000" sha1="81e94573f0eb2dc5dae5ab3eab9e2c30d3197203" offset="000000" /> @@ -3445,6 +3757,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Activision</publisher> <info name="serial" value="AGB-BX3P-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="33554432"> <rom name="2 in 1 game pack - spider-man & spider-man 2 (europe) (en,fr,de+en,fr,de,es,it).bin" size="33554432" crc="d732e52d" sha1="5bf33c1f0fd50f268ed5941d3246cfad1893ef89" offset="000000" /> @@ -3458,6 +3771,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Activision</publisher> <info name="serial" value="AGB-BX3E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="33554432"> <rom name="2 in 1 game pack - spider-man + spider-man 2 (usa) (en,fr,de+en,fr,de,es).bin" size="33554432" crc="0ae3637f" sha1="8bc2b600a043b776bc61fe8c0f4007b4360545f9" offset="000000" /> @@ -3470,6 +3784,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>200?</year> <publisher>Activision</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="2 in 1 game pack - spider-man - mysterio's menace + x2 - wolverine's revenge (usa, europe).bin" size="16777216" crc="e7baa5b9" sha1="50c0f0531c0eef9109fbd8424b1067534582316a" offset="000000" /> @@ -3494,6 +3809,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>200?</year> <publisher>THQ</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="2 games in 1 - spongebob squarepants - battle for bikini bottom + nicktoons - freeze frame frenzy (usa).bin" size="16777216" crc="5802cafd" sha1="56026a6d7290e7c09c9e9ac7083e4505ac9d31e5" offset="000000" /> @@ -3565,6 +3881,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-B2BP-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="2 games in 1 - the spongebob squarepants movie + spongebob squarepants and friends in freeze frame frenzy (europe) (en,fr,de,es,it,nl+en,fr,de,es,nl).bin" size="16777216" crc="a04cebfe" sha1="0286e31772601f7c7420722e8fbf8a210d562a06" offset="000000" /> @@ -3578,6 +3895,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2005</year> <publisher>Vivendi Universal</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="16777216"> <rom name="crash & spyro super pack volume 1 (europe) (en,fr,de,es,it,nl).bin" size="16777216" crc="d8382427" sha1="4e184f8f52e5a6b79a272f7674178d3d3ccc3386" offset="000000" /> @@ -3591,6 +3909,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2005</year> <publisher>Vivendi Universal</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="16777216"> <rom name="crash & spyro super pack volume 2 (europe) (en,fr,de,es,it,nl).bin" size="16777216" crc="7b3c4f90" sha1="53061bf5148c296c12476145cda0df88dd7d42af" offset="000000" /> @@ -3604,6 +3923,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2005</year> <publisher>Vivendi Universal</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="33554432"> <rom name="crash & spyro super pack volume 3 (europe) (en,fr,de,es,it).bin" size="33554432" crc="0510b70f" sha1="bf33976d1a26e336416e0fd28b2b8da65450737d" offset="000000" /> @@ -3617,6 +3937,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Sierra Entertainment</publisher> <info name="alt_title" value="Crash & Spyro Superpack: Crash Bandicoot - The Huge Adventure + Spyro - Season of Ice (Box)" /> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="16777216"> <rom name="crash & spyro superpack - spyro - season of ice + crash bandicoot - the huge adventure (usa).bin" size="16777216" crc="cdbe00e3" sha1="ce1b1184685e20a683ec93b79093a1c7c41b818e" offset="000000" /> @@ -3631,6 +3952,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="alt_title" value="Crash & Spyro Superpack: Crash Bandicoot Purple - Ripto's Rampage + Spyro Orange - The Cortex Conspiracy (Box)" /> <info name="serial" value="AGB-B53E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="33554432"> <rom name="crash & spyro superpack - spyro orange - the cortex conspiracy + crash bandicoot purple - ripto's rampage (usa).bin" size="33554432" crc="5940906e" sha1="95b5a68962ce552a71d8212850e85d90d2844b40" offset="000000" /> @@ -3644,6 +3966,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Vivendi Universal</publisher> <info name="serial" value="AGB-B8SE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="16777216"> <rom name="spyro superpack (usa).bin" size="16777216" crc="7ef359ed" sha1="32bd09927e3b7446a9b1b964a363ed5ea17a57fc" offset="000000" /> @@ -3657,6 +3980,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Konami</publisher> <info name="serial" value="AGB-BT8P-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="16777216"> <rom name="teenage mutant ninja turtles double pack (europe) (en,fr,de,es,it).bin" size="16777216" crc="e902880f" sha1="68309670f0bb0a5496dde3fcbb193eef10c06f87" offset="000000" /> @@ -3670,6 +3994,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Konami</publisher> <info name="serial" value="AGB-BT8E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="16777216"> <rom name="teenage mutant ninja turtles double pack (usa) (en,fr,de,es,it).bin" size="16777216" crc="176a42e5" sha1="15cbff45ce0cb35f3e6a6059ada2710f0cec05c3" offset="000000" /> @@ -3694,6 +4019,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2006</year> <publisher>Activision</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="16777216"> <rom name="2 in 1 game pack - tony hawk's underground + kelly slater's pro surfer (usa, europe).bin" size="16777216" crc="6d8ef48a" sha1="ec1bb449b3d52b421e0ac3dfe3fdbce22822251a" offset="000000" /> @@ -3706,6 +4032,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2005</year> <publisher>Atari</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="2 in 1 - v-rally 3 + stuntman (europe) (en,fr,de,es,it).bin" size="8388608" crc="5813810f" sha1="f116cc8e6a7f6dba49564031a2ac63d837d4f11b" offset="000000" /> @@ -3719,6 +4046,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Ubisoft</publisher> <info name="serial" value="AGB-BWZP-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="winnie the pooh's rumbly tumbly adventure & rayman 3 (europe) (en,fr,de,es,it,nl+en,fr,de,es,it,nl,sv,no,da,fi).bin" size="16777216" crc="c2fc12e5" sha1="afd1f50e7c264085b749f9924f7279814cae119c" offset="000000" /> @@ -3732,6 +4060,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Konami</publisher> <info name="serial" value="AGB-BY2P-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="33554432"> <rom name="yu-gi-oh! double pack (europe) (en,fr,de,es,it).bin" size="33554432" crc="7ea28a99" sha1="14a5e70e05bca849695190833d1b107799ceb58d" offset="000000" /> @@ -3745,6 +4074,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Konami</publisher> <info name="serial" value="AGB-BY2E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="33554432"> <rom name="yu-gi-oh! double pack (usa).bin" size="33554432" crc="f3df5758" sha1="cfa00b4f8a3f2e6400d4816df6ed1bfebf131120" offset="000000" /> @@ -3758,6 +4088,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Konami</publisher> <info name="serial" value="AGB-BYVE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="yu-gi-oh! double pack 2 (usa) (en,fr,de,es,it).bin" size="16777216" crc="2cb399d0" sha1="76be77c5bc0b6457e40e959b1afff71a65da9322" offset="000000" /> @@ -3782,6 +4113,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-B44P-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="3 games in 1 - rugrats - i gotta go party + spongebob squarepants - supersponge + tak and the power of juju (europe) (en+en+en,fr,de).bin" size="16777216" crc="6721794b" sha1="7e93942ed7264c46b7767b4ed2baa8bfc1add8f2" offset="000000" /> @@ -3795,6 +4127,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-BI7E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="33554432"> <rom name="4 games on one game pak (nicktoons) (usa).bin" size="33554432" crc="cac0c0d8" sha1="c906145594de76a1d03578fb03635de62cce44ba" offset="000000" /> @@ -3808,6 +4141,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-BI4E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="33554432"> <rom name="4 games on one game pak (racing) (usa) (en,fr,de,es,it,nl).bin" size="33554432" crc="04a40017" sha1="a99bbc7ec018af85260669917939004baabf4ac1" offset="000000" /> @@ -3823,6 +4157,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040812"/> <info name="alt_title" value="2つあそべるうれしいツインシリーズ(1) めざせデビュー!ファッションデザイナーものがたり + かわいいペットゲームギャラリー2"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="twin series 1 - mezase debut! - fashion designer monogatari + kawaii pet game gallery 2 (japan).bin" size="16777216" crc="09f5e672" sha1="e7bd515074db9785255ca9e7cb70ff92944257b4" offset="000000" /> @@ -3838,6 +4173,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20041022"/> <info name="alt_title" value="2つあそべるうれしいツインシリーズ(2) おしゃれプリンセス4 + スウィートライフ+恋愛占い大作戦!"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="twin series 2 - oshare princess 4 + renai uranai daisakusen! + renai party game - sweet heart (japan).bin" size="8388608" crc="8b0eb948" sha1="a53453524f152317ba974db0a45e00719a19203a" offset="000000" /> @@ -3853,6 +4189,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20041210"/> <info name="alt_title" value="2つあそべるうれしいツインシリーズ(3) 昆虫モンスター 王者決定戦 + スーパーチャイニーズラビリンス"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="twin series 3 - konchuu monster - ouja ketteisen + super chinese labyrinth (japan).bin" size="8388608" crc="68237519" sha1="528cd638479b2568e1ca633641ada447d2b1d2a7" offset="000000" /> @@ -3868,6 +4205,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20041210"/> <info name="alt_title" value="2つあそべるうれしいツインシリーズ(4) ハムハムモンスターEX ハムスター物語RPG + ハムスター物語 魔法の迷宮1.2.3"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="16777216"> <rom name="twin series 4 - hamu hamu monster ex - hamster monogatari rpg + fantasy puzzle - hamster monogatari - mahou no meikyuu 1.2.3 (japan).bin" size="16777216" crc="fa643377" sha1="8b9f58c8c8a596de233a97e7e104e6c2df3b9595" offset="000000" /> @@ -3883,6 +4221,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20041210"/> <info name="alt_title" value="2つあそべるうれしいツインシリーズ(5) 魔法の国のケーキ屋さん物語 + わんわん名探偵EX"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="16777216"> <rom name="twin series 5 - mahou no kuni no cake-ya-san monogatari + wanwan meitantei ex (japan).bin" size="16777216" crc="2c582ff3" sha1="eaf8e1918bcd2ab3a0abb6a88b63ba0c98efc1ff" offset="000000" /> @@ -3898,6 +4237,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20041210"/> <info name="alt_title" value="2つあそべるうれしいツインシリーズ(6) 仔犬といっしょ2スペシャル + わんにゃんアイドル学園"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="twin series 6 - wannyan idol gakuen + koinu to issho special (japan).bin" size="8388608" crc="9370623d" sha1="6bcfc89b73e70a14ae14f97a73ed1cf4cbdf5763" offset="000000" /> @@ -3913,6 +4253,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20041217"/> <info name="alt_title" value="2つあそべるうれしいツインシリーズ(7) ツインパズル きせかえわんこEX + ニャーとチューのレインボーマジック2"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="twin series 7 - twin puzzle - kisekae wanko ex + nyaa to chuu no rainbow magic 2 (japan).bin" size="4194304" crc="3c91b0a0" sha1="126f42a9c73f65b634d5948cbd1796ceb92b87e9" offset="000000" /> @@ -3932,6 +4273,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040211"/> <info name="alt_title" value="007 エブリシング オア ナッシング"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="007 - everything or nothing (japan).bin" size="8388608" crc="caf2e99f" sha1="6e4e9be9a07580ef267be9c2ea1bd0730b3be44a" offset="000000" /> @@ -3945,6 +4287,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Electronic Arts</publisher> <info name="serial" value="AGB-BJBE-USA, AGB-BJBP-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="007 - everything or nothing (usa, europe) (en,fr,de).bin" size="8388608" crc="9d4f1e18" sha1="fc6163f99b71b05c10686a0d29010b31274e1dc4" offset="000000" /> @@ -3958,6 +4301,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Electronic Arts</publisher> <info name="serial" value="AGB-B6WE-USA, AGB-B6WP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="2006 fifa world cup - germany 2006 (usa, europe) (en,fr,de,es,it).bin" size="8388608" crc="50ab4544" sha1="295580745787ba9593799213564484aaaa7fd463" offset="000000" /> @@ -3983,6 +4327,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-BZPP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="2 games in 1 - dr. mario + puzzle league (europe) (en,fr,de,es,it).bin" size="8388608" crc="fb7a7567" sha1="df2918198ee3a5dd4a36b8cc28269e958de5e1ee" offset="000000" /> @@ -3996,6 +4341,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher><unknown></publisher> <info name="serial" value="AGB-BZPE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="2 games in one! - dr. mario + puzzle league (usa, australia).bin" size="8388608" crc="4c2b7349" sha1="af6fdad72d3f4777338b77971f488c0f75b080c1" offset="000000" /> @@ -4011,6 +4357,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20050913"/> <info name="alt_title" value="ドクターマリオ & パネルでポン"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="dr. mario & panel de pon (japan).bin" size="8388608" crc="129bf78f" sha1="fc4371a6e16116182c70eee6e8a1b53df0fc693c" offset="000000" /> @@ -4253,6 +4600,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20021220"/> <info name="alt_title" value="アクロバットキッズ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="acrobat kid (japan).bin" size="4194304" crc="71720e98" sha1="63bdfe94f51b1e6138ee25fe01549487667ecea1" offset="000000" /> @@ -4278,6 +4626,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Activision</publisher> <info name="serial" value="AGB-BAVE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="activision anthology (usa).bin" size="8388608" crc="14a28d68" sha1="5125bbbbf1df7782590d99273735826636a2f9ba" offset="000000" /> @@ -4293,6 +4642,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020426"/> <info name="alt_title" value="アドバンスジーティーツー"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="advance gt2 (japan).bin" size="8388608" crc="edcb7d46" sha1="c3988cda910f181ad989d3e157f4ebdc405ecda3" offset="000000" /> @@ -4308,6 +4658,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20010321"/> <info name="alt_title" value="アドバンスジーティーエー"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="advance gta (japan).bin" size="8388608" crc="fdc82e98" sha1="9d8c6c6242f4c61886aafcaab602ce80dff3a226" offset="000000" /> @@ -4321,6 +4672,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Sega</publisher> <info name="serial" value="AGB-BGCP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="advance guardian heroes (europe) (en,fr).bin" size="8388608" crc="2487b85b" sha1="4ab416ab90cdc6bad186c421d55c06603f2adaaf" offset="000000" /> @@ -4336,6 +4688,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040922"/> <info name="alt_title" value="アドバンス ガーディアンヒーローズ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="advance guardian heroes (japan).bin" size="8388608" crc="1527ca8c" sha1="8899dec74351fdf5e4a7d9eba4265bfb6cda0895" offset="000000" /> @@ -4349,6 +4702,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Sega</publisher> <info name="serial" value="AGB-BGCE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="advance guardian heroes (usa).bin" size="8388608" crc="c501917f" sha1="d518d0a4818cc356ed79b29bc3c0e2264c0c2d07" offset="000000" /> @@ -4364,6 +4718,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20011207"/> <info name="alt_title" value="アドバンスラリー"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="advance rally (japan).bin" size="8388608" crc="86ed2599" sha1="020fb5bd11d39aee583fb0e2fea848ed2bbe0bf2" offset="000000" /> @@ -4377,6 +4732,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-AWRE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="4194304"> <rom name="advance wars (usa) (rev 1).bin" size="4194304" crc="26fd0fc9" sha1="15053499d5b3f49128a941d7f2d84876f5424d0c" offset="000000" /> @@ -4390,6 +4746,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-AWRE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="4194304"> <rom name="advance wars (usa).bin" size="4194304" crc="dbef116c" sha1="d0a0a4cfe9b95ac7118f7ef476f014ca0242eb65" offset="000000" /> @@ -4403,6 +4760,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-AWZP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="8388608"> <rom name="advance wars 2 - black hole rising (europe) (en,fr,de,es,it).bin" size="8388608" crc="5a09aae6" sha1="8f78398a33254ff2ba935b5bccfdcccce661684f" offset="000000" /> @@ -4418,6 +4776,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20011122"/> <info name="alt_title" value="アドベンチャーオブ東京ディズニーシー"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="adventure of tokyo disney sea (japan).bin" size="4194304" crc="5781acaf" sha1="fb9adb7e1f4a5f3b6002ff7e62dcd68a69e9be25" offset="000000" /> @@ -4465,6 +4824,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-BJYE-USA, AGB-BJYP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="adventures of jimmy neutron boy genius, the - attack of the twonkies (usa, europe).bin" size="4194304" crc="d59d753b" sha1="16ba112f07d02484febd554f902bb18776144186" offset="000000" /> @@ -4477,6 +4837,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2004</year> <publisher>THQ</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="jimmy neutron un garcon genial - l'attaque des twonkies (france).bin" size="4194304" crc="33816e51" sha1="32d8ce89d3d6e7a24b656fbc46856876732c74ea" offset="000000" /> @@ -4501,6 +4862,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2002</year> <publisher>Metro 3D</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="aero the acro-bat - rascal rival revenge (europe) (beta).bin" size="4194304" crc="6f3ea564" sha1="3f88084c501fb15820f6ad9a9c87ac21af3b59eb" offset="000000" /> @@ -4514,6 +4876,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Metro 3D</publisher> <info name="serial" value="AGB-AAOP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="aero the acro-bat - rascal rival revenge (europe).bin" size="4194304" crc="a7e98ebe" sha1="11050975c211550a8bea751212ceb8856daea759" offset="000000" /> @@ -4527,6 +4890,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Metro 3D</publisher> <info name="serial" value="AGB-AAOE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="aero the acro-bat - rascal rival revenge (usa).bin" size="4194304" crc="b47ac020" sha1="cdbc609df128127d05c435f59b781958c0e751fd" offset="000000" /> @@ -4600,6 +4964,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-ANPF"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="aigle de guerre, l' (france).bin" size="8388608" crc="36a0e152" sha1="567809bf35d62418a69e469d0cfa9993a889c030" offset="000000" /> @@ -4615,6 +4980,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020926"/> <info name="alt_title" value="エアフォースデルタII"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="airforce delta ii (japan) (en,ja,fr,de).bin" size="4194304" crc="58a972df" sha1="34ac6b1af9ab1e016db11f5ad28042757a68d1f4" offset="000000" /> @@ -4628,6 +4994,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Konami</publisher> <info name="serial" value="AGB-AAKE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="airforce delta storm (usa) (en,ja,fr,de).bin" size="4194304" crc="ebf757b8" sha1="7bc53480a43ada2aad32d798ab00b6e761726728" offset="000000" /> @@ -4643,6 +5010,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040326"/> <info name="alt_title" value="あかちゃんどうぶつ園 動物のあかちゃん飼育係育成ゲーム"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="aka-chan doubutsuen (japan).bin" size="4194304" crc="b50cd166" sha1="9a0623a8680c4cf9b745f940b99da0a192764828" offset="000000" /> @@ -4658,6 +5026,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20010321"/> <info name="alt_title" value="悪魔城ドラキュラ サークル オブ ザ ムーン"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="akumajou dracula - circle of the moon (japan).bin" size="8388608" crc="f3e41d73" sha1="45070d7237f6c71306d83c1e7353f50205d9233e" offset="000000" /> @@ -4671,6 +5040,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Disney Interactive</publisher> <info name="serial" value="AGB-BADP-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="aladdin (europe) (en,fr,de,es).bin" size="4194304" crc="594fbb7c" sha1="38c9a3b3de0679484e025534a2eb6fb1f790a46d" offset="000000" /> @@ -4686,6 +5056,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030801"/> <info name="alt_title" value="ディズニー アラジン"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="aladdin (japan).bin" size="4194304" crc="587f1aef" sha1="b29c55b063f81d829992da63bd8bd3c25b0c90d7" offset="000000" /> @@ -4699,6 +5070,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Disney Interactive</publisher> <info name="serial" value="AGB-BADE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="aladdin (usa) (en,fr,de,es).bin" size="4194304" crc="40b383f6" sha1="3cfe653a54f3bc9f3ad20234de680ebfc4145cf6" offset="000000" /> @@ -4714,6 +5086,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20041126"/> <info name="alt_title" value="アレックボードンアドベンチャー タワー&シャフト アドバンス"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="aleck bordon adventure - tower & shaft advance (japan).bin" size="4194304" crc="e068728f" sha1="2def9d7ea29a0ed5845b354e433e0a55e979f636" offset="000000" /> @@ -4727,6 +5100,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-BAWP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="alex rider - stormbreaker (europe) (en,fr,de,es).bin" size="4194304" crc="25e8e2cd" sha1="659dbde917fc74d1cec3e41d1fb4cdd249ae04a0" offset="000000" /> @@ -4740,6 +5114,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-BAWE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="alex rider - stormbreaker (usa).bin" size="4194304" crc="cca55dfd" sha1="e9ba9d340701173ccd3a4d279630e1541ed96a73" offset="000000" /> @@ -4753,6 +5128,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Zoo Digital Publishing</publisher> <info name="serial" value="AGB-BAHP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="alien hominid (europe) (en,fr,de,es,it).bin" size="8388608" crc="dff47236" sha1="9d0e6bbbe6a364c5c190aa2695f8b58ffcca8e21" offset="000000" /> @@ -4778,6 +5154,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-BALE-USA, AGB-BALP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="all grown up! - express yourself (usa, europe).bin" size="4194304" crc="e9c9dd2b" sha1="c9b6d8d4a6c8998fb7770b13049077f572859427" offset="000000" /> @@ -4791,6 +5168,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Acclaim</publisher> <info name="serial" value="AGB-AA3E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="all-star baseball 2003 (usa).bin" size="4194304" crc="e30691fe" sha1="ebcc0100a6d62f1bbe359fe9cc4baa3c61fb213f" offset="000000" /> @@ -4803,6 +5181,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2003</year> <publisher>Acclaim</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="all-star baseball 2004 (usa) (beta) (alt).bin" size="8388608" crc="d6106c26" sha1="f1d17e2083e0ad5b13162b6eff550a88bb4ef7c8" offset="000000" /> @@ -4815,6 +5194,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2003</year> <publisher>Acclaim</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="all-star baseball 2004 (usa) (beta).bin" size="8388608" crc="6aa9b41e" sha1="e6ad581061116daa69f12fac798b4e7e81f6f8b2" offset="000000" /> @@ -4828,6 +5208,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Acclaim</publisher> <info name="serial" value="AGB-AA7E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="all-star baseball 2004 (usa).bin" size="8388608" crc="60e2db03" sha1="29e168a84e51c3b765e345baee6910433f298993" offset="000000" /> @@ -4841,6 +5222,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-AARP-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="altered beast - guardian of the realms (europe) (en,fr,de,es,it).bin" size="8388608" crc="654f7916" sha1="4178bc2c89187dce127ab64dac2becf99fed0679" offset="000000" /> @@ -4854,6 +5236,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-AARE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="altered beast - guardian of the realms (usa).bin" size="8388608" crc="c4955f69" sha1="194dc1fff5578dcd8a2a6914647f1b67334f2a8a" offset="000000" /> @@ -4867,6 +5250,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Ubi Soft</publisher> <info name="serial" value="AGB-AABE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="american bass challenge (usa).bin" size="4194304" crc="d76ad62d" sha1="1fc03cca393ddbc633d309aae95b42c89e4d0e96" offset="000000" /> @@ -4880,6 +5264,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Buena Vista Games</publisher> <info name="serial" value="AGB-BAPE-USA, AGB-BAPP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="american dragon - jake long - rise of the huntsclan (usa, europe) (en,fr,de,es,it).bin" size="8388608" crc="698377d2" sha1="4701c8d26cc608109bc01d0ee189ab1fb646ead8" offset="000000" /> @@ -4931,6 +5316,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030418"/> <info name="alt_title" value="めざせ!学園のファッションリーダー エンジェル コレクション"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="angel collection - mezase! gakuen no fashion leader (japan).bin" size="8388608" crc="da6555d8" sha1="1b2708fa0015803de0299e968a1c9f14d12ad7e8" offset="000000" /> @@ -4946,6 +5332,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040922"/> <info name="alt_title" value="エンジェルコレクション2 ピチモになろう"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="angel collection 2 - pichimo ni narou (japan).bin" size="8388608" crc="7b46d462" sha1="3619766cedf93045a9213b0d251a169439990cf1" offset="000000" /> @@ -4961,6 +5348,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020321"/> <info name="alt_title" value="アンジェリーク"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="angelique (japan).bin" size="4194304" crc="c9d41f35" sha1="cf01dfc9f25c805b9a72524903f742f11570a8eb" offset="000000" /> @@ -4976,6 +5364,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020121"/> <info name="alt_title" value="アニマルマニア どきどき相性チェック"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="animal mania - dokidoki aishou check (japan).bin" size="4194304" crc="89e6cd89" sha1="3552b82abdbe38851c607ac572efce24e7783f39" offset="000000" /> @@ -5015,6 +5404,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20051222"/> <info name="alt_title" value="アニマル横町 どき☆どき 救出大作戦!の巻"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="animal yokochou - doki doki kyushutsu daisakusen! no maki (japan).bin" size="16777216" crc="d53c9438" sha1="ea0ba14fd5088eb519d443a2400a6ecd2b1c9e38" offset="000000" /> @@ -5030,6 +5420,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20060518"/> <info name="alt_title" value="アニマル横町 どき☆どき進級試験!の巻"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="animal yokochou - doki doki shinkyuu shiken! no maki (japan).bin" size="16777216" crc="41b39214" sha1="dbd694ad42c8f483d1ddab2f73ca1515951f5298" offset="000000" /> @@ -5055,6 +5446,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Midway</publisher> <info name="serial" value="AGB-BUYP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="ant bully, the (europe) (en,fr,de,es,it).bin" size="8388608" crc="52dc386b" sha1="a735364887c31a19fa7d250ec830d02220d6a6cd" offset="000000" /> @@ -5068,6 +5460,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Midway</publisher> <info name="serial" value="AGB-BUYE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="ant bully, the (usa) (en,fr).bin" size="8388608" crc="8d51a101" sha1="368589e9e80c7a7862002b90adf23ac69dcb38c5" offset="000000" /> @@ -5107,6 +5500,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20021213"/> <info name="alt_title" value="アオ・ゾーラと仲間たち 夢の冒険"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="ao-zora to nakama-tachi - yume no bouken (japan).bin" size="4194304" crc="ad9af125" sha1="0e6c92477793ce495caa400899effb4f87384f3c" offset="000000" /> @@ -5156,6 +5550,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>3DO Company</publisher> <info name="serial" value="AGB-AY3E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="army men - turf wars (usa).bin" size="8388608" crc="65ac74cc" sha1="43bfc86185a06d9d9c27686ad8cb650288b716ae" offset="000000" /> @@ -5205,6 +5600,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Atari</publisher> <info name="serial" value="AGB-B2NE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="arthur and the invisibles (usa) (en,fr,es).bin" size="16777216" crc="87c25055" sha1="6173ea7e00497e7a908a97e64cb4bc86396e8459" offset="000000" /> @@ -5218,6 +5614,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Atari</publisher> <info name="serial" value="AGB-B2NP-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="arthur and the minimoys (europe) (en,fr,de,es,it,nl).bin" size="16777216" crc="a4dae90b" sha1="32e91c705b1244f94361dacd777c8d11d726e068" offset="000000" /> @@ -5233,6 +5630,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20031204"/> <info name="alt_title" value="あしたのジョー まっ赤に燃え上がれ!"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="ashita no joe - makka ni moeagare! (japan).bin" size="16777216" crc="69cde456" sha1="9bb086529590f2925800c4fa932c8f8403c62967" offset="000000" /> @@ -5258,6 +5656,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Atari</publisher> <info name="serial" value="AGB-BLXP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="asterix & obelix xxl (europe) (en,fr,de,es,it,nl).bin" size="8388608" crc="a9b1ece5" sha1="7145d02143c1a81f6ea72063ac798642b2aaec3c" offset="000000" /> @@ -5271,6 +5670,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Sega</publisher> <info name="serial" value="AGB-AAQP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="astro boy - omega factor (europe) (en,ja,fr,de,es,it).bin" size="8388608" crc="1e2e8937" sha1="9a4fc3533bbdb28fd5945bd1ee7d84d992eee12f" offset="000000" /> @@ -5284,6 +5684,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Sega</publisher> <info name="serial" value="AGB-BTAE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="astro boy - omega factor (usa) (en,ja,fr,de,es,it).bin" size="8388608" crc="e8619031" sha1="4d652c24979dd7a08ee683b32d1d8986a5511a87" offset="000000" /> @@ -5299,6 +5700,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20031218"/> <info name="alt_title" value="鉄腕アトム アトムハートの秘密"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="astro boy - tetsuwan atom - atom heart no himitsu (japan).bin" size="8388608" crc="e2d94b0d" sha1="ca16dc4044b9ae98a26c826bb3cc19a7e8315315" offset="000000" /> @@ -5418,6 +5820,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-BQZE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="avatar - the last airbender (usa).bin" size="8388608" crc="946787c0" sha1="9d864e9b3ccce4e5e1b1c566afa0d06088e88dfd" offset="000000" /> @@ -5443,6 +5846,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-BQZP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="avatar - the legend of aang (europe) (en,fr,de,nl).bin" size="8388608" crc="52fe8a62" sha1="4a62dfaaa562b23d4f851d3bb483d0fbf67894af" offset="000000" /> @@ -5469,6 +5873,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030425"/> <info name="alt_title" value="あずまんが大王アドバンス"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="azumanga daiou advance (japan).bin" size="8388608" crc="216704f6" sha1="95b266e8ecdae1938cd180f597e5f21cb86d8b96" offset="000000" /> @@ -5484,6 +5889,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20050805"/> <info name="alt_title" value="B-伝説!バトルビーダマン ファイヤースピリッツ!"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="b-densetsu! battle b-daman - fire spirits! (japan).bin" size="8388608" crc="ee41c0eb" sha1="8e4fc778307bd70a0179f788eb58c4cc06886139" offset="000000" /> @@ -5499,6 +5905,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20050805"/> <info name="alt_title" value="B-伝説!バトルビーダマン 燃えろ!ビー魂!!"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="b-densetsu! battle b-daman - moero! b-damashii!! (japan).bin" size="8388608" crc="d6e4064f" sha1="49beba2e36459af92917acf911cbf2492f1b07f1" offset="000000" /> @@ -5512,6 +5919,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>The Game Factory</publisher> <info name="serial" value="AGB-BBVP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="babar to the rescue (europe) (en,fr,de,da).bin" size="4194304" crc="ab7d6c17" sha1="06d6265df757731b5ad59b8e6e5b9701e703e54b" offset="000000" /> @@ -5525,6 +5933,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>The Game Factory</publisher> <info name="serial" value="AGB-BBVE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="babar to the rescue (usa) (en,fr,es).bin" size="4194304" crc="d4073e33" sha1="80be43f995dc6e3c1b0003872ce4cb681fe35a4a" offset="000000" /> @@ -5562,6 +5971,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Telegames</publisher> <info name="serial" value="AGB-ABKE-USA, AGB-ABKP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="back track (usa, europe).bin" size="4194304" crc="48539b4b" sha1="be97ade09df06291e029beeffbe0aacf21db9168" offset="000000" /> @@ -5575,6 +5985,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Infogrames</publisher> <info name="serial" value="AGB-ACKE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="backyard baseball (usa).bin" size="4194304" crc="9f36b4e5" sha1="657a639ab3ffbfc85c7a0da51d640ac2e60ec430" offset="000000" /> @@ -5588,6 +5999,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Atari</publisher> <info name="serial" value="AGB-BCYE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="backyard baseball 2006 (usa).bin" size="4194304" crc="92bcd192" sha1="33223f5b05ddf6ec10a41527bbc3001c6a5414cd" offset="000000" /> @@ -5601,6 +6013,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Atari</publisher> <info name="serial" value="AGB-BYBE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="backyard basketball (usa).bin" size="4194304" crc="cbda1d31" sha1="b6b5b490541a3b0c3bd15e598dafe1d67a022f54" offset="000000" /> @@ -5614,6 +6027,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Infogrames</publisher> <info name="serial" value="AGB-AYFE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="backyard football (usa).bin" size="4194304" crc="7ccc79b4" sha1="d44ef8eb521838ff013904b74d214c17e3e1c801" offset="000000" /> @@ -5627,6 +6041,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Atari</publisher> <info name="serial" value="AGB-BYFE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="backyard football 2006 (usa).bin" size="4194304" crc="db0723e3" sha1="53d134268d2fc973388861687e50f77cc4682941" offset="000000" /> @@ -5640,6 +6055,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Atari</publisher> <info name="serial" value="AGB-BYHE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="backyard hockey (usa).bin" size="4194304" crc="3a8e31af" sha1="4829aa329e21d9c4822c3df66426b59a7690baa4" offset="000000" /> @@ -5653,6 +6069,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Atari</publisher> <info name="serial" value="AGB-BS6E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="backyard skateboarding (usa).bin" size="4194304" crc="4eb19b87" sha1="c0e4055ecfb5f40f290044c44de2e66e2d3da833" offset="000000" /> @@ -5666,6 +6083,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Atari</publisher> <info name="serial" value="AGB-BC7E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="backyard sports - baseball 2007 (usa).bin" size="4194304" crc="0ee82569" sha1="cde84171b11a767338158c61ee2ad608d4eb8889" offset="000000" /> @@ -5679,6 +6097,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Atari</publisher> <info name="serial" value="AGB-BB7E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="backyard sports - basketball 2007 (usa).bin" size="4194304" crc="28724ca5" sha1="9852c09a6d31bd39602dd1e92df7577bea7ad4a8" offset="000000" /> @@ -5692,6 +6111,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Atari</publisher> <info name="serial" value="AGB-BF7E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="backyard sports - football 2007 (usa).bin" size="4194304" crc="e9fdc229" sha1="1b1504edd7220e14a694cb2c4b722f29868d8192" offset="000000" /> @@ -5707,6 +6127,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20010321"/> <info name="alt_title" value="爆熱ドッジボールファイターズ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="bakunetsu dodge ball fighters (japan).bin" size="4194304" crc="9030515d" sha1="73a9c1785a2c8b9f833c8842fdf99583c8b1d581" offset="000000" /> @@ -5722,6 +6143,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20011206"/> <info name="alt_title" value="爆転シュート ベイブレード 激闘!最強ブレーダー"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="bakuten shoot beyblade - gekitou! saikyou blader (japan).bin" size="4194304" crc="7f2e0320" sha1="a561d50919e3679ad831a2794e6960d84aa36533" offset="000000" /> @@ -5737,6 +6159,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20021206"/> <info name="alt_title" value="爆転シュート ベイブレード2002 激戦!チームバトル!!黄龍の章 −ダイチ編−"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="bakuten shoot beyblade 2002 - gekisen! team battle!! kouryuu no shou - daichi hen (japan).bin" size="8388608" crc="f01ee06c" sha1="08189b5d22520213de2c579151be4016929893de" offset="000000" /> @@ -5752,6 +6175,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20021206"/> <info name="alt_title" value="爆転シュート ベイブレード2002 激戦!チームバトル!!青龍の章 −タカオ編−"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="bakuten shoot beyblade 2002 - gekisen! team battle!! seiryuu no shou - takao hen (japan).bin" size="8388608" crc="8778b36a" sha1="30ad2535db0319af509812e67467924164ab640f" offset="000000" /> @@ -5767,6 +6191,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020627"/> <info name="alt_title" value="爆転シュート ベイブレード2002 いくぜ!爆闘!超磁力バトル!!"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="bakuten shoot beyblade 2002 - ikuze! bakutou! chou jiryoku battle!! (japan).bin" size="8388608" crc="1d1bb02b" sha1="29f319f731256501cc58eddb4bc28166dbc7f0a8" offset="000000" /> @@ -5780,6 +6205,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>DSI Games</publisher> <info name="serial" value="AGB-BGDP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="baldur's gate - dark alliance (europe) (en,fr,de,es,it).bin" size="8388608" crc="494492dc" sha1="9d6b740e9224f1636ed6e5ba63c2bb5970b8249f" offset="000000" /> @@ -5793,6 +6219,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>DSI Games</publisher> <info name="serial" value="AGB-BGDE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="baldur's gate - dark alliance (usa).bin" size="8388608" crc="deedd7d9" sha1="c7c264ec85976f326b34bbd9f5e91ddc6eb29e17" offset="000000" /> @@ -5806,6 +6233,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-BAJP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="banjo pilot (europe) (en,fr,de,es,it).bin" size="16777216" crc="b98de3a4" sha1="5203f49c3b372b49dcb5c23f0dcbbb8432336081" offset="000000" /> @@ -5819,6 +6247,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-BAJE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="banjo pilot (usa).bin" size="16777216" crc="6e4030a1" sha1="58551d404c46b14ce3611dbfb70848e05bec2dac" offset="000000" /> @@ -5831,6 +6260,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2005</year> <publisher>THQ</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="15545696"> <rom name="banjo pilot voxel.bin" size="15545696" crc="817fd31d" sha1="51b7fe0af316f4c25e08b2c8348b579e86697e3f" offset="000000" /> @@ -5844,6 +6274,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-BKZP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="banjo-kazooie - grunty's revenge (europe) (en,fr,de).bin" size="8388608" crc="fb4f38e2" sha1="f335fede72cd0273fcce925a20ca272ede08c15b" offset="000000" /> @@ -5857,6 +6288,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-BKZE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="banjo-kazooie - grunty's revenge (usa, europe).bin" size="8388608" crc="dfb5aba3" sha1="8f5b7c20e8be0f1e7919915b905c2b182a993cec" offset="000000" /> @@ -5869,6 +6301,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2003</year> <publisher>THQ</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8337992"> <rom name="grunty's revenge debug.bin" size="8337992" crc="106ed779" sha1="f2d3d4f8226c17c5391abcb2a2cbce10c59ab4c7" offset="000000" /> @@ -5881,6 +6314,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2003</year> <publisher>THQ</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8019096"> <rom name="grunty's revenge early beta.bin" size="8019096" crc="4e0f10fa" sha1="5a0b6fe8ac36e05de9c2e9b31d8b68ef125f4d96" offset="000000" /> @@ -5893,6 +6327,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2003</year> <publisher>THQ</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="banjo-kazooie - la vendetta di grunty (italy).bin" size="8388608" crc="67ad698f" sha1="2a38116e3219cd0a9216c9adf8383ba84489f3b0" offset="000000" /> @@ -5905,6 +6340,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2003</year> <publisher>THQ</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="banjo-kazooie - la venganza de grunty (spain).bin" size="8388608" crc="32544634" sha1="3b948a1cb1790c16c7a3fff9c0cfbf95a973200d" offset="000000" /> @@ -5966,6 +6402,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Activision</publisher> <info name="serial" value="AGB-BBNE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="barbie as the island princess (usa).bin" size="8388608" crc="db6160eb" sha1="4ac1502b9b292584beecb8c7baf1abbcdb3a2d75" offset="000000" /> @@ -5979,6 +6416,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Activision</publisher> <info name="serial" value="AGB-BBIP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="barbie diaries, the - high school mystery (europe).bin" size="8388608" crc="4e8a650c" sha1="1a89dc89d8cffc119643b99228d4cc567d5421b3" offset="000000" /> @@ -5992,6 +6430,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Activision</publisher> <info name="serial" value="AGB-BBIE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="barbie diaries, the - high school mystery (usa).bin" size="8388608" crc="5c704cbe" sha1="3e61732fb0d19912b76c16e7fe1407e14ba38447" offset="000000" /> @@ -6077,6 +6516,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-BBYP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="barnyard (europe) (en,fr,de,es,it,nl).bin" size="8388608" crc="f2b06467" sha1="2fe05e2c9dfc02efe415c735f95fa1d4cd12eeb7" offset="000000" /> @@ -6090,6 +6530,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-BBYE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="barnyard (usa).bin" size="8388608" crc="ff7987da" sha1="7a6e2bf247ba7ac2420a5eef39b77a5d871785b5" offset="000000" /> @@ -6103,6 +6544,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Sega</publisher> <info name="serial" value="AGB-ABPE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="baseball advance (usa).bin" size="8388608" crc="339f35b8" sha1="45dea270943584115517ef2d12e5525932d0f5fa" offset="000000" /> @@ -6118,6 +6560,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20021205"/> <info name="alt_title" value="バス釣りしようぜ! トーナメントは戦略だ!"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="bass tsuri shiyouze! - tournament wa senryaku da! (japan).bin" size="8388608" crc="1326e683" sha1="4cd862e02892ccc3e2a170ef401bc778c9042a35" offset="000000" /> @@ -6167,6 +6610,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Electronic Arts</publisher> <info name="serial" value="AGB-BBGE-USA, AGB-BBGP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="batman begins (usa, europe) (en,fr,de,es,it,nl).bin" size="16777216" crc="83c90106" sha1="05c7c1bea2b0cb77976e07c8f2a8b0ef5d1f5685" offset="000000" /> @@ -6180,6 +6624,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Atlus</publisher> <info name="serial" value="AGB-BDXE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="battle b-daman (usa).bin" size="8388608" crc="6dce8a26" sha1="7016e0667201c965b6ae78c114b6cc5cb5ec7ff7" offset="000000" /> @@ -6193,6 +6638,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Atlus</publisher> <info name="serial" value="AGB-BBME-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="battle b-daman - fire spirits! (usa).bin" size="8388608" crc="5789f441" sha1="d57084c399bbd4b37d145b712ff6ca22db9b1c49" offset="000000" /> @@ -6208,6 +6654,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20010321"/> <info name="alt_title" value="バトルネットワーク ロックマン エグゼ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="battle network rockman exe (japan).bin" size="8388608" crc="d9516e50" sha1="6e42dbd5cdee25851fb55dba060b28e28e4f4e5f" offset="000000" /> @@ -6223,6 +6670,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20011214"/> <info name="alt_title" value="バトルネットワーク ロックマン エグゼ2"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="battle network rockman exe 2 (japan).bin" size="8388608" crc="98e4f096" sha1="6ed31ea56328673ba9d87186a7d506c701508e28" offset="000000" /> @@ -6238,6 +6686,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20011214"/> <info name="alt_title" value="バトルネットワーク ロックマン エグゼ2"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="battle network rockman exe 2 (japan) (rev 1).bin" size="8388608" crc="41576087" sha1="9cb4d57bdedee5a760e98a3068c0e39a293b447c" offset="000000" /> @@ -6253,6 +6702,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20021206"/> <info name="alt_title" value="バトルネットワーク ロックマン エグゼ3"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="battle network rockman exe 3 (japan).bin" size="8388608" crc="1c57724e" sha1="2a381543f84dacc0f8310d4516fde0c33b5feca0" offset="000000" /> @@ -6268,6 +6718,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20021206"/> <info name="alt_title" value="バトルネットワーク ロックマン エグゼ3"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="battle network rockman exe 3 (japan) (rev 1).bin" size="8388608" crc="e48e6bc9" sha1="87e0ab10541eaaa5e9c01f7fad822a3e1bf52278" offset="000000" /> @@ -6281,6 +6732,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Capcom</publisher> <info name="alt_title" value="バトルネットワーク ロックマン エグゼ3 ブラック"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="battle network rockman exe 3 black (japan) (promo).bin" size="8388608" crc="1f13c41f" sha1="ff65af8fea15ecf5a556595efe414d1211a9ab4e" offset="000000" /> @@ -6296,6 +6748,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030328"/> <info name="alt_title" value="バトルネットワーク ロックマン エグゼ3 ブラック"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="battle network rockman exe 3 black (japan) (rev 1).bin" size="8388608" crc="fd57493b" sha1="e089a2254496a4791666c8122585cb785e3012fc" offset="000000" /> @@ -6311,6 +6764,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030926"/> <info name="alt_title" value="バトル×バトル 〜巨大魚伝説〜"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="battle x battle - kyodai gyo densetsu (japan).bin" size="4194304" crc="0c01f3b8" sha1="6fcfd1823b760a69ce5140af72c9afc32e334431" offset="000000" /> @@ -6324,6 +6778,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Majesco</publisher> <info name="serial" value="AGB-ABEP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="battlebots - beyond the battlebox (europe) (en,fr,de).bin" size="8388608" crc="60bfcc8e" sha1="b5825f0bcf1e02dc88be22ce4d889e27f92c01c3" offset="000000" /> @@ -6337,6 +6792,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Majesco</publisher> <info name="serial" value="AGB-ABEE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="battlebots - beyond the battlebox (usa).bin" size="8388608" crc="985b3704" sha1="aa4ee55f8bbb906edbec1761eccc067454a881f8" offset="000000" /> @@ -6375,6 +6831,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040624"/> <info name="alt_title" value="BBボール"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="bb ball (japan).bin" size="8388608" crc="f6989fbf" sha1="6f7cf0287646093f0428c060d3447c503d602d1a" offset="000000" /> @@ -6390,6 +6847,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20021031"/> <info name="alt_title" value="ビーストシューター めざせ闘獣王!"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="beast shooter - mezase beast king! (japan).bin" size="4194304" crc="a13760bc" sha1="1ad488b753498f271ce9c280197ff8e78b1c99bf" offset="000000" /> @@ -6403,6 +6861,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Midway</publisher> <info name="serial" value="AGB-BKFE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="bee game, the (usa).bin" size="4194304" crc="da747c99" sha1="3a073625e7d0f844b940d0d8a71216cdce335a47" offset="000000" /> @@ -6415,6 +6874,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2006</year> <publisher>Midway</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="biene maja, die - klatschmohnwiese in gefahr (germany).bin" size="4194304" crc="0363c23f" sha1="f176dfd53fb108919961b71e25093c6e840d2ce3" offset="000000" /> @@ -6440,6 +6900,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>GmbH & Co.</publisher> <info name="serial" value="AGB-BHBP-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="best friends - hunde & katzen (germany) (en,de).bin" size="8388608" crc="f71761ba" sha1="5cafaa89770e4010026ad691e6e33965f27f8852" offset="000000" /> @@ -6455,6 +6916,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20021025"/> <info name="alt_title" value="ベストプレープロ野球"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="4194304"> <rom name="best play pro yakyuu (japan).bin" size="4194304" crc="61709d3d" sha1="bb46a4556aa059f89522251ef0e6c981dfbf5169" offset="000000" /> @@ -6468,6 +6930,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Atari</publisher> <info name="serial" value="AGB-BB2P-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="beyblade g-revolution (europe) (en,de,es,it).bin" size="4194304" crc="5111df55" sha1="8e6d3aec2506ccb71e72feb30c52b22cab7ab563" offset="000000" /> @@ -6481,6 +6944,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Atari</publisher> <info name="serial" value="AGB-BB2E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="beyblade g-revolution (usa).bin" size="4194304" crc="33afdbe8" sha1="a89f7b4eb77dc986022201db51a676451ba7c5e4" offset="000000" /> @@ -6494,6 +6958,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Atari</publisher> <info name="serial" value="AGB-BEYP-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="beyblade v-force - ultimate blader jam (europe) (en,fr,de,es,it).bin" size="8388608" crc="02cf5e5c" sha1="6d20a586e7bb52b4a9352bbeaec9d7be65e93369" offset="000000" /> @@ -6507,6 +6972,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Atari</publisher> <info name="serial" value="AGB-BEYE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="beyblade v-force - ultimate blader jam (usa).bin" size="8388608" crc="4a49272b" sha1="cd527c8c24e20e33913fc45199e64b3e6138a6e5" offset="000000" /> @@ -6532,6 +6998,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Kiddinx</publisher> <info name="serial" value="AGB-BUXD-NOE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="bibi und tina - ferien auf dem martinshof (germany).bin" size="16777216" crc="95a19c3c" sha1="b7361717769fa942e04827de416b1fc1b5bcfd3e" offset="000000" /> @@ -6557,6 +7024,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>DSI Games</publisher> <info name="serial" value="AGB-B63P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="big mutha truckers (europe) (en,fr,de,es,it).bin" size="4194304" crc="c54c02d0" sha1="78c81fc4e41c7d846e876411f4759a17495aec3f" offset="000000" /> @@ -6570,6 +7038,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>DSI Games</publisher> <info name="serial" value="AGB-B63E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="big mutha truckers (usa).bin" size="4194304" crc="574907f4" sha1="6d48801835c211decd50244e38145823b0c82be5" offset="000000" /> @@ -6607,6 +7076,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-BILP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="bionicle11.bilp.bin" size="8388608" crc="9d66ec5e" sha1="430c7dac6f7dd989294a8ac1cfdabd9e74b3e682" offset="000000" /> @@ -6620,6 +7090,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-BILP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="bionicle - maze of shadows (europe) (en,de).bin" size="8388608" crc="bce2d68e" sha1="7ff9811e2bd40b24da02be194213d41a0885aa34" offset="000000" /> @@ -6633,6 +7104,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-BILE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="bionicle - maze of shadows (usa).bin" size="8388608" crc="3fe09c34" sha1="34edcd0c8e951533d9b4641dfaefe2c762ded019" offset="000000" /> @@ -6646,6 +7118,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Amaze Entertainment</publisher> <info name="serial" value="AGB-BIHE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="bionicle heroes (usa) (en,fr,de,es,it,da).bin" size="16777216" crc="f4fafccf" sha1="0996770ebfbbf2c272542e1ad4ffb0fcae9c3828" offset="000000" /> @@ -6661,6 +7134,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20060727"/> <info name="alt_title" value="ビットジェネレーション カラリス"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="bit generations - coloris (japan).bin" size="16777216" crc="a04be1ed" sha1="91bce8cfab330e6645da105bb145516642c1ca20" offset="000000" /> @@ -6676,6 +7150,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20060713"/> <info name="alt_title" value="ビットジェネレーション ダイアルヘックス"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="bit generations - dialhex (japan).bin" size="16777216" crc="812ef3a9" sha1="6c6f74a7012f5bca0397c34b404a4d9e4b79c933" offset="000000" /> @@ -6691,6 +7166,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20060713"/> <info name="alt_title" value="ビットジェネレーション ドットストリーム"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="bit generations - dotstream (japan).bin" size="16777216" crc="f0760400" sha1="d0883352702f812a03b3c794163af0ff558bd4c7" offset="000000" /> @@ -6706,6 +7182,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20060727"/> <info name="alt_title" value="ビットジェネレーション サウンドボイジャー"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="bit generations - soundvoyager (japan).bin" size="16777216" crc="b32e0839" sha1="b376c61897f810685dbdd55833503a7ea74a235e" offset="000000" /> @@ -6719,6 +7196,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Xicat Interactive</publisher> <info name="serial" value="AGB-AB6P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="black belt challenge (europe).bin" size="8388608" crc="72a55741" sha1="7965812c90267b4c9aa49d303aa651ad406e95a2" offset="000000" /> @@ -6734,6 +7212,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020208"/> <info name="alt_title" value="BLACK BLACK ブラブラ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="black black - bura bura (japan).bin" size="8388608" crc="05a4303e" sha1="80cbb4fbfaf5b0b0f2a01b82c46b672b69ef3fae" offset="000000" /> @@ -6749,6 +7228,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020830"/> <info name="alt_title" value="ブラックマトリクス ゼロ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="black matrix zero (japan).bin" size="8388608" crc="2b2afa2e" sha1="697f85513ab5704b8b1d554e087a45bfdb92ec33" offset="000000" /> @@ -6762,6 +7242,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Blizzard Entertainment</publisher> <info name="serial" value="AGB-AQXP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="blackthorne (europe).bin" size="4194304" crc="e1d36a8c" sha1="4611a129977a4a12186106bbf3a34a51b603d1ea" offset="000000" /> @@ -6775,6 +7256,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Blizzard Entertainment</publisher> <info name="serial" value="AGB-AQXE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="blackthorne (usa).bin" size="4194304" crc="8e6dcd53" sha1="8f7f8c2051130b881e1fc131360cbc4946a63535" offset="000000" /> @@ -6802,6 +7284,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20050721"/> <info name="alt_title" value="ブリーチ アドバンス 紅に染まる尸魂界"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_512" /> <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="33554432"> <rom name="bleach advance - kurenai ni somaru soul society (japan).bin" size="33554432" crc="9de5cd08" sha1="29d24c38d3ec8bbe9d81df2f5ff61c4a2dadcee4" offset="000000" /> @@ -6815,6 +7298,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Infogrames</publisher> <info name="serial" value="AGB-ABRE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="blender bros. (usa).bin" size="8388608" crc="9a91d7f1" sha1="485b1698b4005bc15a83982b85bac68bbbae40ec" offset="000000" /> @@ -6828,6 +7312,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Simon & Schuster</publisher> <info name="serial" value="AGB-AT9E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="bmx trick racer (usa).bin" size="16777216" crc="b6d79476" sha1="3a42d3331e81e92d49e285b36ae1a6ed5db6a2ea" offset="000000" /> @@ -6867,6 +7352,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040325"/> <info name="alt_title" value="ボボボーボ・ボーボボ 9極戦士ギャグ融合"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="boboboubo boubobo - 9 kyoku senshi gag yuugou (japan).bin" size="16777216" crc="0bd9700b" sha1="77d8301d8f7e9580e70500597475df1df2a0b843" offset="000000" /> @@ -6882,6 +7368,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040909"/> <info name="alt_title" value="ボボボーボ・ボーボボ 爆闘ハジケ大戦"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="boboboubo boubobo - bakutou hajike taisen (japan).bin" size="16777216" crc="166feecb" sha1="d42817971433e2604a1c57431b0fc6de52723e6a" offset="000000" /> @@ -6897,6 +7384,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030807"/> <info name="alt_title" value="ボボボーボ・ボーボボ マジで!!?真拳勝負"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="boboboubo boubobo - maji de!! shinken battle (japan).bin" size="8388608" crc="37938ca4" sha1="5b5e672031f5148bdd69bc5190fd4ceef3ffddc5" offset="000000" /> @@ -6912,6 +7400,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20021219"/> <info name="alt_title" value="ボボボーボ・ボーボボ 奥義87.5 爆烈鼻毛真拳"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="boboboubo boubobo - ougi 87.5 bakuretsu hanage shinken (japan).bin" size="8388608" crc="58105f89" sha1="c93fd22bb10e26cb986161ce1cdc4c2acb38add9" offset="000000" /> @@ -6925,6 +7414,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Konami</publisher> <info name="serial" value="AGB-U3IE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="16777216"> <rom name="boktai - the sun is in your hand (usa).bin" size="16777216" crc="e715ac45" sha1="7164326283df46a3941ec7b6ceca889cbc40e660" offset="000000" /> @@ -6938,6 +7428,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Konami</publisher> <info name="serial" value="AGB-U32P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="16777216"> <rom name="boktai 2 - solar boy django (europe) (en,fr,de,es,it).bin" size="16777216" crc="748189b5" sha1="eeacdf5a9d3d2173a4a96689b72dc6b7ad92153c" offset="000000" /> @@ -6951,6 +7442,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Konami</publisher> <info name="serial" value="AGB-U32E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="16777216"> <rom name="boktai 2 - solar boy django (usa).bin" size="16777216" crc="e1ffb2d1" sha1="cd10d8ed82f4daf4072774f70d015e39a5d32d0b" offset="000000" /> @@ -6966,6 +7458,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20010321"/> <info name="alt_title" value="ぼくは航空管制官"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="boku wa koukuu kanseikan (japan) (rev 1).bin" size="8388608" crc="5e3b163e" sha1="54bf631a49c031539d8b3dd5f98b050b0f4a202e" offset="000000" /> @@ -6981,6 +7474,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030418"/> <info name="alt_title" value="牧場物語 ミネラルタウンのなかまたち"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="bokujou monogatari - mineral town no nakama-tachi (japan).bin" size="8388608" crc="09185657" sha1="a655b2789aed14a6ac78c6075fbc533d3062dbe3" offset="000000" /> @@ -6996,6 +7490,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20031212"/> <info name="alt_title" value="牧場物語 ミネラルタウンのなかまたち For ガール"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="bokujou monogatari - mineral town no nakama-tachi for girl (japan).bin" size="16777216" crc="7c26672f" sha1="8b624aeb36a0321c094dc3ee1f64f5573509b212" offset="000000" /> @@ -7011,6 +7506,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030717"/> <info name="alt_title" value="ボクらの太陽 太陽アクションRPG"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="16777216"> <rom name="bokura no taiyou - taiyou action rpg (japan).bin" size="16777216" crc="a09c0807" sha1="c51ad84e9403db94cd18a14ac72f8367b52a0d7f" offset="000000" /> @@ -7023,6 +7519,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2003</year> <publisher>Konami</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="16777216"> <rom name="bokura no taiyou - taiyou action rpg - kabunushi go-yuutai ban (japan) (demo).bin" size="16777216" crc="cf692572" sha1="f91126cd3a1bf7bf5f770d3a70229171d0d5a6ee" offset="000000" /> @@ -7038,6 +7535,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20021024"/> <info name="alt_title" value="ボンバーマンジェッターズ 伝説のボンバーマン"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="bomberman jetters - densetsu no bomberman (japan).bin" size="8388608" crc="70c423b8" sha1="7d0fbe2d8addba9d3c49da7bc0de792cf10b7268" offset="000000" /> @@ -7053,6 +7551,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20031016"/> <info name="alt_title" value="ボンバーマンジェッターズ ゲームコレクション"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="bomberman jetters - game collection (japan).bin" size="8388608" crc="b9dea90d" sha1="55a6ef08c00e5c02b256424495d9f90f6924cb7a" offset="000000" /> @@ -7066,6 +7565,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Vivendi Universal</publisher> <info name="serial" value="AGB-AMHP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="16777216"> <rom name="bomberman max 2 - blue advance (europe) (en,fr,de).bin" size="16777216" crc="09fc4d53" sha1="eb25e28ae1047145fd2cbcc3ecbb63330fbc8fe0" offset="000000" /> @@ -7079,6 +7579,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Majesco</publisher> <info name="serial" value="AGB-AMHE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="bomberman max 2 - blue advance (usa).bin" size="8388608" crc="94c620f3" sha1="b2c64452fe8c879c1abd5cf709e3e26971eeb166" offset="000000" /> @@ -7094,6 +7595,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020207"/> <info name="alt_title" value="ボンバーマンマックス2 ボンバーマンバージョン"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="bomberman max 2 - bomberman version (japan).bin" size="8388608" crc="656cf22e" sha1="625e4c19f045202de4d95262b5cd30f15c4469fe" offset="000000" /> @@ -7109,6 +7611,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020207"/> <info name="alt_title" value="ボンバーマンマックス2 マックスバージョン"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="bomberman max 2 - max version (japan).bin" size="8388608" crc="290d8810" sha1="7277ea99c0015df9ae1a29a9b45909f168624901" offset="000000" /> @@ -7122,6 +7625,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Vivendi Universal</publisher> <info name="serial" value="AGB-AMVP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="16777216"> <rom name="bomberman max 2 - red advance (europe) (en,fr,de).bin" size="16777216" crc="67d2e5b8" sha1="4d514fe19b59d42be9a118c99e2008efee2aedcb" offset="000000" /> @@ -7135,6 +7639,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Majesco</publisher> <info name="serial" value="AGB-AMVE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="bomberman max 2 - red advance (usa).bin" size="8388608" crc="4db517c1" sha1="1428bb0a78aebb112a2702ed8561bdfe9bcedcf1" offset="000000" /> @@ -7150,6 +7655,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20010427"/> <info name="alt_title" value="ボンバーマンストーリー"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="bomberman story (japan).bin" size="4194304" crc="38231bc2" sha1="1cd1b87df9cc51ccf024584a4885c6c7a3f42aa0" offset="000000" /> @@ -7163,6 +7669,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Activision</publisher> <info name="serial" value="AGB-ABSE-USA, AGB-ABSP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="bomberman tournament (usa, europe).bin" size="4194304" crc="240282e6" sha1="da44a5d65f1a00d75a57e5b46e30f9e4e2d18f6c" offset="000000" /> @@ -7176,6 +7683,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Majesco</publisher> <info name="serial" value="AGB-BKWE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="bookworm (usa).bin" size="4194304" crc="4d540384" sha1="c45d588f8aade81152ae789d62316db9138452b8" offset="000000" /> @@ -7191,6 +7699,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030424"/> <info name="alt_title" value="冒険遊記プラスターワールド 伝説のプラストゲート"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="bouken yuuki pluster world - densetsu no plust gate (japan).bin" size="8388608" crc="57438e39" sha1="bb779de3aa9c08b82ffcb3cb2eb70f151a8a3b13" offset="000000" /> @@ -7206,6 +7715,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20031204"/> <info name="alt_title" value="冒険遊記プラスターワールド 伝説のプラストゲートEX"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="bouken yuuki pluster world - densetsu no plust gate ex (japan).bin" size="16777216" crc="3f60bf6a" sha1="d660e16640897da847951937f7792724e133a642" offset="000000" /> @@ -7221,6 +7731,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030424"/> <info name="alt_title" value="冒険遊記プラスターワールド プラストオンGP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="bouken yuuki pluster world - pluston gp (japan).bin" size="8388608" crc="ce7a07f0" sha1="013301f82256ee6f574864455301f0e756974d6e" offset="000000" /> @@ -7236,6 +7747,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20050120"/> <info name="alt_title" value="冒険王ビィト バスターズロード"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="16777216"> <rom name="bouken-ou beet - busters road (japan).bin" size="16777216" crc="1cc42ebc" sha1="82e8e42fe7b5cef46079ed18ad38b2f48c26d52d" offset="000000" /> @@ -7251,6 +7763,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20041125"/> <info name="alt_title" value="忘却の旋律"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="boukyaku no senritsu (japan).bin" size="8388608" crc="128edc4f" sha1="0df471f8a7e06fd56ed8fb09d902b65a79520b4d" offset="000000" /> @@ -7264,6 +7777,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>First Star Software</publisher> <info name="serial" value="AGB-ABDP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="boulder dash ex (europe) (en,fr,de).bin" size="4194304" crc="d41866a9" sha1="da098ca5d083019aa920fbb648031bacab549cc4" offset="000000" /> @@ -7279,6 +7793,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20021206"/> <info name="alt_title" value="バルダーダッシュEX"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="boulder dash ex (japan).bin" size="4194304" crc="e77d5f9b" sha1="1348bfeae9c4d82a577edc76b8fa81f8a8a8c2b2" offset="000000" /> @@ -7292,6 +7807,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>First Star Software</publisher> <info name="serial" value="AGB-ABDE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="boulder dash ex (usa).bin" size="4194304" crc="b355365a" sha1="8bc0dadbd18e3d88645aaba3aa0ced8088201c8f" offset="000000" /> @@ -7317,6 +7833,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Ubi Soft</publisher> <info name="serial" value="AGB-A2RP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="bratz (europe) (en,fr,de,es,it).bin" size="4194304" crc="b30241e2" sha1="27c83075014fbf4d15a1a91db5f9c9babb8e96d3" offset="000000" /> @@ -7330,6 +7847,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Ubi Soft</publisher> <info name="serial" value="AGB-A2RE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="bratz (usa) (en,fr,es).bin" size="4194304" crc="21e5a010" sha1="7372324941f48f5d02f667099de4fafbc96cff86" offset="000000" /> @@ -7367,6 +7885,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-BXFP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="bratz - forever diamondz (europe) (en,fr,es,it).bin" size="8388608" crc="db179296" sha1="69b6326d19143f3ca2c2c64ac22a8b73935af555" offset="000000" /> @@ -7379,6 +7898,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2006</year> <publisher>THQ</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="bratz - forever diamondz (germany).bin" size="8388608" crc="f39cadeb" sha1="fd590cc4c3ad26ff32f80f66890d8cfc968b23fb" offset="000000" /> @@ -7392,6 +7912,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-BXFE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="bratz - forever diamondz (usa).bin" size="8388608" crc="9e389908" sha1="68222b1e029d931c2a9776b7040928a921a9c12b" offset="000000" /> @@ -7404,6 +7925,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2005</year> <publisher>THQ</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="bratz - rock angelz (france).bin" size="8388608" crc="8fc8d6d2" sha1="aba27782159d9a4d4cbe8d6de67594134c00bbaa" offset="000000" /> @@ -7416,6 +7938,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2005</year> <publisher>THQ</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="bratz - rock angelz (germany).bin" size="8388608" crc="649588cb" sha1="8c217acb3d7dcdbe677b216a9323bc9e516d65b4" offset="000000" /> @@ -7428,6 +7951,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2005</year> <publisher>THQ</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="bratz - rock angelz (spain).bin" size="8388608" crc="cfff9119" sha1="d34d8359f9011d55f693e23efb444a458d8690a2" offset="000000" /> @@ -7441,6 +7965,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-BRRE-USA, AGB-BRRP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="bratz - rock angelz (usa, europe).bin" size="8388608" crc="aa245d0c" sha1="eb2b8ddbb5ca2449f80ddf2c7bec2bd0b4a75e47" offset="000000" /> @@ -7498,6 +8023,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2001</year> <publisher>Ubi Soft</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="breath of fire (europe) (en,fr,de).bin" size="4194304" crc="d3660549" sha1="fdc7e7b6ab680229dcd159eb4dd7d1967b9e88ee" offset="000000" /> @@ -7511,6 +8037,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Ubi Soft</publisher> <info name="serial" value="AGB-ABFP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="breath of fire (europe).bin" size="4194304" crc="a1c3165d" sha1="f47870d25665588d19b75e90d0bd32a759e64918" offset="000000" /> @@ -7524,6 +8051,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Capcom</publisher> <info name="serial" value="AGB-ABFE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="breath of fire (usa).bin" size="4194304" crc="f06422a8" sha1="b30533f68037b47d5439bab0182169e4a643a38d" offset="000000" /> @@ -7539,6 +8067,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20010706"/> <info name="alt_title" value="ブレス オブ ファイア 竜の戦士"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="breath of fire - ryuu no senshi (japan).bin" size="4194304" crc="66e96b35" sha1="b09dc97ab42f5e32dc6254d09b0b195295b24932" offset="000000" /> @@ -7552,6 +8081,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Ubi Soft</publisher> <info name="serial" value="AGB-AB2P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="breath of fire ii (europe).bin" size="4194304" crc="ff5e8e39" sha1="307798ca71bda7f6b313ff1c18880f22c5a81711" offset="000000" /> @@ -7565,6 +8095,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Capcom</publisher> <info name="serial" value="AGB-AB2E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="breath of fire ii (usa).bin" size="4194304" crc="6f098da3" sha1="d35e452d467093c4a788d290a65adf05a4270343" offset="000000" /> @@ -7580,6 +8111,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20011220"/> <info name="alt_title" value="ブレス オブ ファイアII −使命の子−"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="breath of fire ii - shimei no ko (japan).bin" size="4194304" crc="8a824a70" sha1="e862d66da9286b4c938441bee2fd1a8e980d694f" offset="000000" /> @@ -7638,6 +8170,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>200?</year> <publisher>7 Raven Studios</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8409344"> <rom name="broken circle (europe) (en,it) (proto).bin" size="8409344" crc="e78bc690" sha1="d015a5039ff5d08eeba3ddb16470eaab259631d0" offset="000000" /> @@ -7651,6 +8184,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>BAM! Entertainment</publisher> <info name="serial" value="AGB-ABJE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="broken sword - the shadow of the templars (usa) (en,fr,de,es,it).bin" size="8388608" crc="3278ce51" sha1="314eced054604866153883ee20e0966e1443e0d9" offset="000000" /> @@ -7663,6 +8197,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2003</year> <publisher>THQ</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="brother bear (europe) (fr,de,es,it,nl,sv,da).bin" size="8388608" crc="fd814097" sha1="7e217e5f644b0333c51f3827df5fd64023ac7c0e" offset="000000" /> @@ -7676,6 +8211,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-BBRP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="brother bear (europe).bin" size="8388608" crc="6220a4b8" sha1="0bd142c546d13c2adf21a48b48fe09f7633ad6f3" offset="000000" /> @@ -7689,6 +8225,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Disney Interactive</publisher> <info name="serial" value="AGB-BBRE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="brother bear (usa).bin" size="8388608" crc="342de1d6" sha1="89e6903500f62e11483402b76c1454af788646c0" offset="000000" /> @@ -7702,6 +8239,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Universal Interactive</publisher> <info name="serial" value="AGB-ALEP-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="bruce lee - return of the legend (europe) (en,fr,de,es,it).bin" size="8388608" crc="b5ff39dc" sha1="fc1c50a12b76efaeae0bb66c37d0d6cad4998d3c" offset="000000" /> @@ -7715,6 +8253,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Universal Interactive</publisher> <info name="serial" value="AGB-ALEE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="bruce lee - return of the legend (usa).bin" size="8388608" crc="b2a45a4c" sha1="ebf28bfbf6932e386c261b28555294f183a08435" offset="000000" /> @@ -7730,6 +8269,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020725"/> <info name="alt_title" value="バブルボブル オールドアンドニュー"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="bubble bobble - old & new (japan).bin" size="4194304" crc="be9fd5e7" sha1="973594b533fa97319ea791c09905837b20fd9fca" offset="000000" /> @@ -7743,6 +8283,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Empire Interactive</publisher> <info name="serial" value="AGB-AONE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="bubble bobble - old & new (usa).bin" size="4194304" crc="feec503c" sha1="efd718795fd29389942ae93611ac12546a6a3e86" offset="000000" /> @@ -7756,6 +8297,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2003</year> <publisher>THQ</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="buffy - im bann der daemonen - koenig darkhuls zorn (germany).bin" size="4194304" crc="4d2a1d88" sha1="cdff352154983d0f5ce3c5c58f71b1049234d96d" offset="000000" /> @@ -7769,6 +8311,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2003</year> <publisher>THQ</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="buffy contre les vampires - la colere de darkhul (france).bin" size="4194304" crc="339c7586" sha1="832e11838d7d6da49936a55fcf8686a2abc0f0e8" offset="000000" /> @@ -7783,6 +8326,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-AVYE-USA, AGB-AVYP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="buffy the vampire slayer - wrath of the darkhul king (usa, europe).bin" size="4194304" crc="f5c85beb" sha1="fb52e2d91850fa222187e5cd839bd6405ab90f25" offset="000000" /> @@ -7820,6 +8364,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>D3 Publisher</publisher> <info name="serial" value="AGB-BCGP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="cabbage patch kids - the patch puppy rescue (europe).bin" size="4194304" crc="ed2eb57d" sha1="db05963f51ec781b59fc3c2acecd4258a8f629a2" offset="000000" /> @@ -7833,6 +8378,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>D3 Publisher</publisher> <info name="serial" value="AGB-BCGE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="cabbage patch kids - the patch puppy rescue (usa).bin" size="4194304" crc="c812a494" sha1="0a18915e4914b48604a0d2e43762c5dd44fce980" offset="000000" /> @@ -7858,6 +8404,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Activision</publisher> <info name="serial" value="AGB-BG5E-USA, AGB-BG5P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="cabela's big game hunter - 2005 adventures (usa, europe).bin" size="4194304" crc="bd054567" sha1="aff3c5bc948c2c868be7da8a327aee25beaa027c" offset="000000" /> @@ -7893,6 +8440,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2006</year> <publisher>505 Games</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="camp lazlo - leaky lake games (europe).bin" size="8388608" crc="37de9a3d" sha1="138ef77b18b87689d6d6e6e4887874de3f72e52e" offset="000000" /> @@ -7906,6 +8454,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Crave Entertainment</publisher> <info name="serial" value="AGB-BLCE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="camp lazlo - leaky lake games (usa).bin" size="4194304" crc="40c2894e" sha1="184fe377d82264c2c3ae426d9e57437ec5f8901e" offset="000000" /> @@ -7933,6 +8482,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020221"/> <info name="alt_title" value="キャプテン翼 栄光の軌跡"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="captain tsubasa - eikou no kiseki (japan).bin" size="8388608" crc="5341b274" sha1="58ec6a38285bdc77ce2a322b5f7be65e1d0895a3" offset="000000" /> @@ -7946,6 +8496,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Natsume</publisher> <info name="serial" value="AGB-ACBE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="car battler joe (usa).bin" size="8388608" crc="ea0a1b94" sha1="5c9982a230ebf6c93b1706a242d2149fc052a37c" offset="000000" /> @@ -7975,6 +8526,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20031212"/> <info name="alt_title" value="カードキャプターさくら さくらカードdeミニゲーム"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="cardcaptor sakura - sakura card de mini game (japan).bin" size="4194304" crc="dbc9cd2e" sha1="e91289d5ef58f984f0377d956aad1d3bf48667bb" offset="000000" /> @@ -7990,6 +8542,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040423"/> <info name="alt_title" value="カードキャプターさくら さくらカード編 〜さくらとカードとおともだち〜"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="cardcaptor sakura - sakura card hen - sakura to card to otomodachi (japan).bin" size="16777216" crc="d5bb189c" sha1="2149b1f92fcd114fa78ee6303181cdc9903ae237" offset="000000" /> @@ -8003,6 +8556,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>The Game Factory</publisher> <info name="serial" value="AGB-BEAP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="care bears - the care quests (europe) (en,fr,de,es,it,nl,pt,da).bin" size="4194304" crc="6111ed1e" sha1="606ad547286fdf14cc0fe60e5c34f9db83a059dc" offset="000000" /> @@ -8016,6 +8570,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>The Game Factory</publisher> <info name="serial" value="AGB-BEAE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="care bears - the care quests (usa) (en,fr,es).bin" size="4194304" crc="f848c327" sha1="750eb05960ace3bd38c6e362a0f6970ac3371964" offset="000000" /> @@ -8028,6 +8583,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2006</year> <publisher>THQ</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="cars (europe) (es,pt).bin" size="8388608" crc="0b058db2" sha1="b7dbdf12678e0f36973ca660178f8978450f4a3e" offset="000000" /> @@ -8040,6 +8596,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2006</year> <publisher>THQ</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="cars (europe) (fr,nl).bin" size="8388608" crc="bd1bfc39" sha1="63bd4b332d8f5d022901bd0d0f4ebd6a45d928ec" offset="000000" /> @@ -8052,6 +8609,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2006</year> <publisher>THQ</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="cars (europe) (sv,no,da,fi).bin" size="8388608" crc="4f21fd49" sha1="d0e9061bf7f3c78844915d98c8409d5c09a77efd" offset="000000" /> @@ -8064,6 +8622,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2006</year> <publisher>THQ</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="cars (germany).bin" size="8388608" crc="ebd92f43" sha1="8b9800817faad9ea6efdb5ace585d4d970b19353" offset="000000" /> @@ -8079,6 +8638,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20060706"/> <info name="alt_title" value="カーズ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="cars (japan).bin" size="8388608" crc="6d4de0ee" sha1="5f10460ef1267ffc155475c30f377d37a1ee5e35" offset="000000" /> @@ -8092,6 +8652,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-BCAE-USA, AGB-BCAP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="cars (usa, europe).bin" size="8388608" crc="107639a8" sha1="7a3a5236fb3a335fbdc7b3ebb80a42766833d40d" offset="000000" /> @@ -8127,6 +8688,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2006</year> <publisher>THQ</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="cars - motori ruggenti (italy).bin" size="8388608" crc="23cb1a36" sha1="98f3733112e85eff63fcef6aefe73d1f19694151" offset="000000" /> @@ -8188,6 +8750,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Konami</publisher> <info name="serial" value="AGB-AAMP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="castlevania (europe).bin" size="8388608" crc="611535dc" sha1="a127e0c62ce61cd72661a1af6f0bda18bcad26b3" offset="000000" /> @@ -8203,6 +8766,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030508"/> <info name="alt_title" value="キャッスルヴァニア 暁月の円舞曲"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="castlevania - akatsuki no minuet (japan).bin" size="8388608" crc="284e3092" sha1="0e086345f3bef45611c252adf1f4d1fbe642f2c1" offset="000000" /> @@ -8216,6 +8780,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Konami</publisher> <info name="serial" value="AGB-A2CP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="castlevania - aria of sorrow (europe) (en,fr,de).bin" size="8388608" crc="d0c91f74" sha1="2e8302c2a5a61614749f609d7edc8c3e6af20585" offset="000000" /> @@ -8229,6 +8794,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Konami</publisher> <info name="serial" value="AGB-A2CE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="castlevania - aria of sorrow (usa).bin" size="8388608" crc="35536183" sha1="abd71fe01ebb201bcc133074db1dd8c5253776c7" offset="000000" /> @@ -8244,6 +8810,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020606"/> <info name="alt_title" value="キャッスルヴァニア白夜の協奏曲"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="castlevania - byakuya no concerto (japan).bin" size="8388608" crc="379b3248" sha1="3aeb81ee60fa3e56a56ee069b0ce0d8bc34d9c4c" offset="000000" /> @@ -8257,6 +8824,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Konami</publisher> <info name="serial" value="AGB-AAME-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="castlevania - circle of the moon (usa).bin" size="8388608" crc="1cc059a4" sha1="d661b01eb94186435723ac03344792c11c20c522" offset="000000" /> @@ -8270,6 +8838,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Konami</publisher> <info name="serial" value="AGB-ACHP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="castlevania - harmony of dissonance (europe).bin" size="8388608" crc="521b3091" sha1="58034adf2cf788ed308286090987ca73f807a54f" offset="000000" /> @@ -8283,6 +8852,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Konami</publisher> <info name="serial" value="AGB-ACHE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="castlevania - harmony of dissonance (usa).bin" size="8388608" crc="88c1b562" sha1="b90da0d9be0b3a0893cd9e2c399056bcf9579e21" offset="000000" /> @@ -8320,6 +8890,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Electronic Arts</publisher> <info name="serial" value="AGB-BCWE-USA, AGB-BCWP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="catwoman (usa, europe) (en,fr,de,es,it,nl).bin" size="8388608" crc="1adb373d" sha1="dc49889caf678e9dfc2465ab55b7019e2d5d0860" offset="000000" /> @@ -8332,6 +8903,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2006</year> <publisher>Ubisoft</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="catz (europe) (en,fr,de,it).bin" size="8388608" crc="c3aa382d" sha1="0dab5140ebc541e03dd00a8ce87cce4f0326b0e6" offset="000000" /> @@ -8345,6 +8917,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Ubisoft</publisher> <info name="serial" value="AGB-AN3E-USA, AGB-AN3P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="catz (usa, europe).bin" size="4194304" crc="ce418ed1" sha1="8783f76311a8e23173eb4dadabc5176246b1b7b1" offset="000000" /> @@ -8357,6 +8930,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2004</year> <publisher>iQue</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="chaoji maliou 2 (china).bin" size="4194304" crc="14a87b75" sha1="4fc77a2397086408554c50f9bf06327abe04066e" offset="000000" /> @@ -8369,6 +8943,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2006</year> <publisher><unknown></publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="chaoji maliou shijie (china).bin" size="4194304" crc="d97d4156" sha1="1da3124a73b2f22ed29f53b057e759191dc1f3f3" offset="000000" /> @@ -8382,6 +8957,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Take-Two Interactive</publisher> <info name="serial" value="GB-BCFP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="charlie and the chocolate factory (europe) (en,fr,es,nl).bin" size="8388608" crc="2b3fcc74" sha1="ca0e2a6ee70154f0340fb665c0a50496d774527b" offset="000000" /> @@ -8395,6 +8971,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Take-Two Interactive</publisher> <info name="serial" value="GB-BCFE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="charlie and the chocolate factory (usa) (en,fr,es,nl).bin" size="8388608" crc="4e90884d" sha1="c85c9015d56530d0ffcefe6e3a21aa9a011da8a0" offset="000000" /> @@ -8408,6 +8985,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Sega</publisher> <info name="serial" value="AGB-BCJP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="charlotte's web (europe) (en,fr,de,es,it).bin" size="16777216" crc="8658bb4f" sha1="fe9e49db286045ef5462cf400da26d28c023bf53" offset="000000" /> @@ -8421,6 +8999,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Buena Vista Games</publisher> <info name="serial" value="AGB-BCOE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="cheetah girls, the (usa).bin" size="8388608" crc="e2efc2aa" sha1="f46296d4ab97d539dbcfa551e05ed6d58715c5b6" offset="000000" /> @@ -8434,6 +9013,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Ubi Soft</publisher> <info name="serial" value="AGB-ACYP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="chessmaster (europe).bin" size="4194304" crc="27e7fd09" sha1="78f9bd1c4fa2292c9eddd83a425517f89d4525c2" offset="000000" /> @@ -8446,6 +9026,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2002</year> <publisher>Ubi Soft</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="chessmaster (france).bin" size="4194304" crc="55ef8392" sha1="eb5630d7b56ebdf4609665d50bf188e3f9eac668" offset="000000" /> @@ -8458,6 +9039,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2002</year> <publisher>Ubi Soft</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="chessmaster (germany).bin" size="4194304" crc="06abacc5" sha1="76a69da6183239f4ab0c45ef43c3ef7e2bd96d03" offset="000000" /> @@ -8471,6 +9053,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Ubi Soft</publisher> <info name="serial" value="AGB-ACYE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="chessmaster (usa).bin" size="4194304" crc="25b0e933" sha1="5e3ac500d119a2bbe67d480edc1c1dd09061e385" offset="000000" /> @@ -8486,6 +9069,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20051215"/> <info name="alt_title" value="チキン・リトル"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="chicken little (japan).bin" size="8388608" crc="dcbd4991" sha1="cda782a307475845952fef322983f165d0c678a1" offset="000000" /> @@ -8500,6 +9084,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="alt_title" value="Disney's Chicken Little (Box)" /> <info name="serial" value="AGB-BCHE-USA, AGB-BCHP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="chicken little (usa, europe) (en,fr,de,es,it,nl).bin" size="8388608" crc="1e86f5b0" sha1="619f7d5b1ae9d732ad4186ca3b4dd2d6299022a0" offset="000000" /> @@ -8563,6 +9148,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020308"/> <info name="alt_title" value="沈黙の遺跡 エストポリス外伝"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="chinmoku no iseki - estpolis gaiden (japan).bin" size="8388608" crc="2c00b4e6" sha1="aaf5d856fd85154b62204bea00677e392ba12396" offset="000000" /> @@ -8578,6 +9164,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020927"/> <info name="alt_title" value="ちょびっツ for GameboyAdvance アタシだけのヒト"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="chobits for game boy advance - atashi dake no hito (japan).bin" size="8388608" crc="ddc4b118" sha1="0b32c3abb700f36864bc468ef6188513b0f4b0a1" offset="000000" /> @@ -8593,6 +9180,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20021213"/> <info name="alt_title" value="チョコボランド A Game Of Dice"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="chocobo land - a game of dice (japan).bin" size="8388608" crc="d4f8152e" sha1="09cb1502e49a022ae4eb37cc9dd278fbe12437f3" offset="000000" /> @@ -8608,6 +9196,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20010629"/> <info name="alt_title" value="チョロQアドバンス"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="choro q advance (japan).bin" size="4194304" crc="93fe0e34" sha1="f7997151c77f5e78c72195a32d96b2354fe5267a" offset="000000" /> @@ -8623,6 +9212,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20021128"/> <info name="alt_title" value="チョロQアドバンス2"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="choro q advance 2 (japan).bin" size="4194304" crc="f5ed5f14" sha1="ca76d5c2af1caf0b2562f922c99a0109586e9227" offset="000000" /> @@ -8638,6 +9228,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020719"/> <info name="alt_title" value="超魔界村R"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="chou makai mura r (japan).bin" size="4194304" crc="a4f8b4b4" sha1="ccfadcdc39e09f8a0e1d5d9ad35542f498e89d2a" offset="000000" /> @@ -8651,6 +9242,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Buena Vista Games</publisher> <info name="serial" value="AGB-B2WE-USA, AGB-B2WP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="chronicles of narnia, the - the lion, the witch and the wardrobe (usa, europe) (en,fr,de,es,it,nl,sv,da).bin" size="16777216" crc="7e198522" sha1="fea89a96320771ba69354f5452610327aad49ec0" offset="000000" /> @@ -8664,6 +9256,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Sega</publisher> <info name="serial" value="AGB-ACRP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="4194304"> <rom name="chuchu rocket! (europe) (en,ja,fr,de,es).bin" size="4194304" crc="8ab607c0" sha1="34f3066bc8dbd3f046e43db01476f87e64dcc38b" offset="000000" /> @@ -8679,6 +9272,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20010321"/> <info name="alt_title" value="チューチューロケット!"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="4194304"> <rom name="chuchu rocket! (japan) (en,ja,fr,de,es).bin" size="4194304" crc="2c8c1b5a" sha1="ea7099f5e4cbeee929f43db91b0331855202bb03" offset="000000" /> @@ -8692,6 +9286,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Sega</publisher> <info name="serial" value="AGB-ACRE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="4194304"> <rom name="chuchu rocket! (usa) (en,ja,fr,de,es).bin" size="4194304" crc="057fb1b6" sha1="f204105308b7758df84f1a31919204459ea6e54f" offset="000000" /> @@ -8705,6 +9300,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Natsume</publisher> <info name="serial" value="AGB-BCME-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="cima - the enemy (usa).bin" size="8388608" crc="ebd928ed" sha1="6f30307df4603ee54db4ad50490380feb93aaa44" offset="000000" /> @@ -8718,6 +9314,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Disney Interactive</publisher> <info name="serial" value="AGB-BCDP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="cinderella - magical dreams (europe) (en,fr,de,es,it).bin" size="8388608" crc="e8bf28e2" sha1="5bc03aff430a2a66403a0d60da2ace41837b10a5" offset="000000" /> @@ -8731,6 +9328,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Disney Interactive</publisher> <info name="serial" value="AGB-BCDE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="cinderella - magical dreams (usa) (en,fr,de,es,it).bin" size="8388608" crc="22f19169" sha1="1682d023933bf758c78ce2c18b503efd4f0803b9" offset="000000" /> @@ -8746,6 +9344,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20031205"/> <info name="alt_title" value="シナモロール ここにいるよ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="cinnamoroll - koko ni iru yo (japan).bin" size="4194304" crc="8376d53b" sha1="f13533eb284f7321d8709df058ff28d61a031802" offset="000000" /> @@ -8761,6 +9360,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20041202"/> <info name="alt_title" value="シナモンゲームシリーズ(2) シナモン ゆめの大冒険"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="cinnamon game series 2 - yume no daibouken (japan).bin" size="4194304" crc="5a2cada1" sha1="ffa0b28b9cf3e3a96713b41abca4c076123702ea" offset="000000" /> @@ -8776,6 +9376,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20051201"/> <info name="alt_title" value="シナモンゲームシリーズ(3) シナモン ふわふわ大作戦"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="cinnamon game series 3 - fuwafuwa daibouken (japan).bin" size="4194304" crc="a1cba145" sha1="7ae7c0ffc7086b7d7c1170cf52eb63c9f2b5b5e3" offset="000000" /> @@ -8789,6 +9390,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-FBME-USA, AGB-FBMP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="classic nes series - bomberman (usa, europe).bin" size="4194304" crc="cd67f2ba" sha1="30e45b70282fceb9dbf6871ca46a284a26e2c832" offset="000000" /> @@ -8802,6 +9404,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-FADE-USA, AGB-FADP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="classic nes series - castlevania (usa, europe).bin" size="4194304" crc="cfc1f558" sha1="197ba18acea5ea1a0859c9bb07ac19b6f8b8a5e1" offset="000000" /> @@ -8815,6 +9418,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-FDKE-USA, AGB-FDKP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="classic nes series - donkey kong (usa, europe).bin" size="4194304" crc="ba82d416" sha1="cbaacf6d3929776e8e138644bab2217ba0f6090a" offset="000000" /> @@ -8828,6 +9432,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-FDME-USA, AGB-FDMP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="classic nes series - dr. mario (usa, europe).bin" size="4194304" crc="ca9f5d2f" sha1="525cf64d80469a79c5acd1c1b891a86930b5ee4d" offset="000000" /> @@ -8841,6 +9446,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-FEBE-USA, AGB-FEBP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="classic nes series - excitebike (usa, europe).bin" size="4194304" crc="945c292f" sha1="5b72df21b913363b7f98e6942850c1593a3f0a4f" offset="000000" /> @@ -8854,6 +9460,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-FICE-USA, AGB-FICP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="classic nes series - ice climber (usa, europe).bin" size="4194304" crc="3126d612" sha1="9a524ca65b71dfb3c7ba1282ff18093a1bb08f78" offset="000000" /> @@ -8867,6 +9474,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-FMRE-USA, AGB-FMRP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="classic nes series - metroid (usa, europe).bin" size="4194304" crc="b2a153c3" sha1="0b44eccd4503ba27a4cda11d03a11e4b3fd5d6bc" offset="000000" /> @@ -8880,6 +9488,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-FPME-USA, AGB-FPMP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="classic nes series - pac-man (usa, europe).bin" size="4194304" crc="231f80d6" sha1="db4eb8666f1649298c53d9773e6efa00eb555542" offset="000000" /> @@ -8893,6 +9502,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-FXVE-USA, AGB-FXVP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="classic nes series - xevious (usa, europe).bin" size="4194304" crc="9e923716" sha1="bff779f7e90073ed72363cf3451daf6afa6229ca" offset="000000" /> @@ -8942,6 +9552,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Ubi Soft</publisher> <info name="serial" value="AGB-ACMP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="colin mcrae rally 2.0 (europe) (en,fr,de).bin" size="4194304" crc="70520c5c" sha1="daaee12c197655b2a7c3b260ac31a53687a711f6" offset="000000" /> @@ -8955,6 +9566,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Ubi Soft</publisher> <info name="serial" value="AGB-ACME-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="colin mcrae rally 2.0 (usa) (en,fr,de).bin" size="4194304" crc="a2e19014" sha1="c29cb5e9843816369164a6f60486dc920a86bc6b" offset="000000" /> @@ -8968,6 +9580,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Sega</publisher> <info name="serial" value="AGB-ACGP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="columns crown (europe).bin" size="8388608" crc="330a0975" sha1="9d3982d3e42bf1e2bae78c2965184629383f7247" offset="000000" /> @@ -8983,6 +9596,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20011213"/> <info name="alt_title" value="コラムスクラウン"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="columns crown (japan).bin" size="8388608" crc="a592f7df" sha1="70a7229a57f4a296a661136e07e23668011310bf" offset="000000" /> @@ -8996,6 +9610,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Sega</publisher> <info name="serial" value="AGB-ACGE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="columns crown (usa).bin" size="8388608" crc="6242ffb2" sha1="f11c7a225524d418907e42666b33649b585fb6d4" offset="000000" /> @@ -9011,6 +9626,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020808"/> <info name="alt_title" value="コンバットチョロQ アドバンス大作戦"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="combat choro q - advance daisakusen (japan).bin" size="4194304" crc="4e5bfa90" sha1="05d33b870e881c3cc2b9b8c5ce403372637b4d00" offset="000000" /> @@ -9024,6 +9640,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Sega</publisher> <info name="serial" value="AGB-ACZP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom" /> <feature name="pcb_type" value="GBA-EEPROM" /> <dataarea name="rom" size="4194304"> <rom name="comix zone (europe) (en,fr,de,es,it).bin" size="4194304" crc="9f30002f" sha1="7369a1f1a0bf52aac8cda97d082095be08c65e72" offset="000000" /> @@ -9063,6 +9680,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>TDK Mediactive</publisher> <info name="serial" value="AGB-AVCE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="corvette (usa) (en,fr,de,es,it).bin" size="8388608" crc="a4c6db01" sha1="676145da9d6824f0beb7dc4a58062c3bc8ae266a" offset="000000" /> @@ -9076,6 +9694,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Universal Interactive</publisher> <info name="serial" value="AGB-ACQE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="crash bandicoot - the huge adventure (usa).bin" size="8388608" crc="034d2d4b" sha1="5a2651c78bb8a1d707e3c3af1f46fb64e2104198" offset="000000" /> @@ -9089,6 +9708,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Universal Interactive</publisher> <info name="serial" value="AGB-AC8P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="crash bandicoot 2 - n-tranced (europe) (en,fr,de,es,it,nl).bin" size="8388608" crc="0f1d06a0" sha1="ee9234ca15ba2caa71fad7d6af71e27b2030ae0b" offset="000000" /> @@ -9102,6 +9722,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Universal Interactive</publisher> <info name="serial" value="AGB-AC8E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="crash bandicoot 2 - n-tranced (usa).bin" size="8388608" crc="2e16184a" sha1="972158859ea08aa5746ab2e0d4c81ac43728adff" offset="000000" /> @@ -9117,6 +9738,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020718"/> <info name="alt_title" value="クラッシュ・バンディクー アドバンス"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="crash bandicoot advance (japan).bin" size="8388608" crc="64767b34" sha1="409814b6cca882f7f1cdbebba9503d77b6297eec" offset="000000" /> @@ -9132,6 +9754,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20041209"/> <info name="alt_title" value="クラッシュ・バンディクー アドバンス わくわく友ダチ大作戦!"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="crash bandicoot advance - wakuwaku tomodachi daisakusen! (japan).bin" size="16777216" crc="0e6a4fee" sha1="6bc7e3d8db8a56447532a6dc8d065cec243abcb9" offset="000000" /> @@ -9147,6 +9770,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20031204"/> <info name="alt_title" value="クラッシュ・バンディクー アドバンス2 ぐるぐるさいみん大パニック!?"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="crash bandicoot advance 2 - guruguru saimin dai-panic! (japan).bin" size="8388608" crc="04fba7cf" sha1="085597aa8e804c33bac388fba854f5b2772ec8c8" offset="000000" /> @@ -9162,6 +9786,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040826"/> <info name="alt_title" value="クラッシュ・バンディクー 爆走!ニトロカート"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="crash bandicoot bakusou nitro cart (japan).bin" size="8388608" crc="70f8291f" sha1="9f80049a5c79894931651f47c634fee9f8cb62ad" offset="000000" /> @@ -9175,6 +9800,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Vivendi Universal</publisher> <info name="serial" value="AGB-BD4P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="crash bandicoot fusion (europe) (en,fr,de,es,it).bin" size="16777216" crc="f24c8e77" sha1="e29cb4309d2e94974c34dcea42c8ab7e90134b55" offset="000000" /> @@ -9188,6 +9814,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Vivendi Universal</publisher> <info name="serial" value="AGB-BD4E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="crash bandicoot purple - ripto's rampage (usa).bin" size="16777216" crc="fc284e05" sha1="35d1c8c90890bf7ce66306e6c06a3676a723dcf3" offset="000000" /> @@ -9201,6 +9828,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Universal Interactive</publisher> <info name="serial" value="AGB-ACQP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="crash bandicoot xs (europe) (en,fr,de,es,it,nl).bin" size="8388608" crc="ccfd654f" sha1="bdd061e1b5187c0528928ec0ddb6886b1de16970" offset="000000" /> @@ -9214,6 +9842,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Vivendi Universal</publisher> <info name="serial" value="AGB-BCNP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="crash nitro kart (europe) (en,fr,de,es,it,nl).bin" size="8388608" crc="03925772" sha1="91904f5ba5c501b761fc01a48e4efc41ee5b8e41" offset="000000" /> @@ -9227,6 +9856,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Vivendi Universal</publisher> <info name="serial" value="AGB-BCNE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="crash nitro kart (usa).bin" size="8388608" crc="e6d58aa0" sha1="292001bbd3a99ce503f36ddab9d092ff07aca7e7" offset="000000" /> @@ -9240,6 +9870,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Sierra Entertainment</publisher> <info name="serial" value="AGB-BQCP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="crash of the titans (europe) (en,fr,de,es,it,nl).bin" size="16777216" crc="d1d07fa6" sha1="a61671040ae797cdd9023bb965d3dc39c9d8ab75" offset="000000" /> @@ -9253,6 +9884,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Sierra Entertainment</publisher> <info name="serial" value="AGB-BQCE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="crash of the titans (usa) (en,fr).bin" size="16777216" crc="6f28b009" sha1="a084e47a029b09a363600e7d20d244eeffa2d84d" offset="000000" /> @@ -9268,6 +9900,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040416"/> <info name="alt_title" value="クレヨンしんちゃん 嵐を呼ぶ シネマランドの大冒険!"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="16777216"> <rom name="crayon shin-chan - arashi o yobu cinemaland no daibouken! (japan).bin" size="16777216" crc="6e936a54" sha1="3c2820877f810d1cb4d56a4881b38a457356bdd1" offset="000000" /> @@ -9283,6 +9916,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20060323"/> <info name="alt_title" value="クレヨンしんちゃん 伝説を呼ぶオマケの都 ショックガーン!"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="33554432"> <rom name="crayon shin-chan - densetsu o yobu omake no miyako shockgaan! (japan).bin" size="33554432" crc="45c84466" sha1="e17baa57d339f7d85f562441111696e88088fcdd" offset="000000" /> @@ -9295,6 +9929,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2002</year> <publisher>Kemco</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="crazy chase (europe) (beta).bin" size="4194304" crc="ff7e2e9b" sha1="55805ec4d5dfa28d628c2c9e3df509a8763929eb" offset="000000" /> @@ -9307,6 +9942,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2002</year> <publisher>Kemco</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="crazy chase (europe) (en,fr,de) (beta).bin" size="4194304" crc="5f331132" sha1="39530e28dd22a710f2cc414b377c638078aa54b7" offset="000000" /> @@ -9320,6 +9956,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Kemco</publisher> <info name="serial" value="AGB-ACCP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="crazy chase (europe) (en,fr,de).bin" size="4194304" crc="313f4ffc" sha1="4b711c4514e10f89aab6ea69cbafd64ac5e2f52b" offset="000000" /> @@ -9333,6 +9970,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Kemco</publisher> <info name="serial" value="AGB-ACCE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="crazy chase (usa).bin" size="4194304" crc="caba1db9" sha1="c84759eba2683a44f49f3cf52ad7c82d6a85ca74" offset="000000" /> @@ -9346,6 +9984,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>dtp Entertainment</publisher> <info name="serial" value="AGB-BCRP-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="crazy frog racer (europe) (en,fr,de,nl).bin" size="4194304" crc="2723236b" sha1="9ff4bd804f75bb526849a5da97e3803f69f31aa1" offset="000000" /> @@ -9359,6 +9998,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-A3CP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="crazy taxi - catch a ride (europe) (en,fr,de,es,it).bin" size="8388608" crc="4aebd704" sha1="6c63ac0e57a0125a73248b75f29c58892d17750e" offset="000000" /> @@ -9372,6 +10012,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-A3CE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="crazy taxi - catch a ride (usa).bin" size="8388608" crc="8ec709d6" sha1="d41f8528e5d010637ece3a50f22c3c809e49b578" offset="000000" /> @@ -9384,6 +10025,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2001</year> <publisher>SWING! Entertainment</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="creatures (europe) (en,es,it).bin" size="4194304" crc="4f18f57e" sha1="2cfe90927401fc2d7f62fcdd2648b2aa0dfa31bf" offset="000000" /> @@ -9396,6 +10038,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2001</year> <publisher>SWING! Entertainment</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="creatures (europe) (en,fr,de).bin" size="4194304" crc="68206301" sha1="da03610fce2c684c1dd49daccda6392b7b86d51e" offset="000000" /> @@ -9411,6 +10054,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20021017"/> <info name="alt_title" value="コロッケ!夢のバンカーサバイバル!"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="croket! - yume no banker survival! (japan).bin" size="8388608" crc="a2aad079" sha1="f055eea6a8cf05b6b21555e0f12b44e64e7f058f" offset="000000" /> @@ -9426,6 +10070,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030717"/> <info name="alt_title" value="コロッケ!2 闇のバンクとバン女王"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="croket! 2 - yami no bank to banqueen (japan).bin" size="16777216" crc="8d5e08d5" sha1="c33a0eeaef33fb8b7c0463d3482b78b147ab304d" offset="000000" /> @@ -9441,6 +10086,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20031211"/> <info name="alt_title" value="コロッケ!3 グラニュー王国の謎"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="croket! 3 - granu oukoku no nazo (japan).bin" size="16777216" crc="aec6d07b" sha1="40944c9e38cecaa18496bdff6b4c0b34ed58906f" offset="000000" /> @@ -9456,6 +10102,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040722"/> <info name="alt_title" value="コロッケ!4 バンクの森の守護神"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="croket! 4 - bank no mori no mamorigami (japan).bin" size="16777216" crc="c86bf751" sha1="bb4cf093a94ee46a2583e13ffe9a028551822448" offset="000000" /> @@ -9471,6 +10118,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20041209"/> <info name="alt_title" value="コロッケ!Great 時空の冒険者"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="croket! great - toki no boukensha (japan).bin" size="16777216" crc="f0e81971" sha1="410fb8fe2fe07be146c8454122d874287f92fbac" offset="000000" /> @@ -9542,6 +10190,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Summitsoft</publisher> <info name="serial" value="AGB-BCBE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="crushed baseball (usa).bin" size="4194304" crc="55fe8579" sha1="51c419cd8cd8fd7ca78d0ea74b9b3c3f1e901df9" offset="000000" /> @@ -9626,6 +10275,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>3DO Company</publisher> <info name="serial" value="AGB-ACXE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="cubix - robots for everyone - clash 'n bash (usa).bin" size="8388608" crc="4171c811" sha1="9e5aed84668e5838cb58a3c33e8d6db7a85fd536" offset="000000" /> @@ -9639,6 +10289,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Namco</publisher> <info name="serial" value="AGB-B3JE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="curious george (usa).bin" size="4194304" crc="f6b549dd" sha1="7153a1e2b246c1997a91257480c67ac8b54fe61b" offset="000000" /> @@ -9654,6 +10305,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020726"/> <info name="alt_title" value="カスタムロボGX"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="custom robo gx (japan).bin" size="8388608" crc="f533dc13" sha1="0b5ce051aa1fd83ab0ec79122b07b02bb41096a5" offset="000000" /> @@ -9669,6 +10321,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030718"/> <info name="alt_title" value="サイバードライブゾイド 機獣の戦士ヒュウ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="cyberdrive zoids - kijuu no senshi hyuu (japan).bin" size="8388608" crc="0020a2ed" sha1="3c934188ca5c268dbd0459b0f4c04ffe1c9f3094" offset="000000" /> @@ -9684,6 +10337,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20011213"/> <info name="alt_title" value="大麻雀。"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="dai-mahjong. (japan).bin" size="4194304" crc="c6ccca05" sha1="35e4c69a6a30362d873e3383942f86932a216ecf" offset="000000" /> @@ -9699,6 +10353,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20011207"/> <info name="alt_title" value="大戦略 For ゲームボーイアドバンス"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="8388608"> <rom name="daisenryaku for game boy advance (japan).bin" size="8388608" crc="3d644946" sha1="cc26ce028614a5d47735219050006d1c6c22bcd9" offset="000000" /> @@ -9714,6 +10369,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020419"/> <info name="alt_title" value="大好きテディ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="daisuki teddy (japan).bin" size="8388608" crc="cbb8cdb8" sha1="4a8c1674a7bfaf06589cbe94a362f8def3351155" offset="000000" /> @@ -9729,6 +10385,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040922"/> <info name="alt_title" value="ダンドー!! 飛ばせ!勝利のスマイルショット!!"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="dan doh!! tobase shouri no smile shot (japan).bin" size="8388608" crc="0f4b50ae" sha1="5853a8ec224890f42ad3a998ae62b64bffae1f2d" offset="000000" /> @@ -9744,6 +10401,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20021114"/> <info name="alt_title" value="ダンドー サイ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="dan doh!! xi (japan).bin" size="8388608" crc="e1d5cff1" sha1="7d7f17e77f29a54b38246d5b33aeba6d908377bd" offset="000000" /> @@ -9759,6 +10417,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030328"/> <info name="alt_title" value="ダンシングソード 閃光"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="dancing sword - senkou (japan).bin" size="8388608" crc="e2316d47" sha1="5c5f33e0453cba1a60039160564daa53a82db8aa" offset="000000" /> @@ -9771,6 +10430,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2005</year> <publisher>THQ</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="danny phantom - the ultimate enemy (europe) (en,de,es).bin" size="4194304" crc="506780d1" sha1="b089a9e3690b982fe305cd58caad78c662fa93ce" offset="000000" /> @@ -9783,6 +10443,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2005</year> <publisher>THQ</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="danny phantom - the ultimate enemy (europe) (en,fr,nl).bin" size="4194304" crc="e1de905f" sha1="ae95edab3eda11409b0646e7e03c5166e6e76002" offset="000000" /> @@ -9796,6 +10457,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-BUEE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="danny phantom - the ultimate enemy (usa).bin" size="4194304" crc="1384ecea" sha1="0760350c2d71cd9b7f3cfa9e2e30b682defe0901" offset="000000" /> @@ -9809,6 +10471,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-BOYE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="danny phantom - urban jungle (usa).bin" size="4194304" crc="c22e7a2f" sha1="befaa0cd61653791beb9e2d6159aa2a8b0369d60" offset="000000" /> @@ -9821,6 +10484,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2006</year> <publisher>THQ</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="danny phantom - dschungelstadt (germany).bin" size="4194304" crc="2d59c1d5" sha1="d64f0906fd1c364e93bba6f28eba8b3780df0b8c" offset="000000" /> @@ -9872,6 +10536,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20021213"/> <info name="alt_title" value="ダライアスR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="darius r (japan).bin" size="4194304" crc="51beeed7" sha1="eeaf2cb1cbc8e9b447ff37429ef7f08a2d6559f7" offset="000000" /> @@ -9896,6 +10561,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>200?</year> <publisher>Liquid Games</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="dave mirra freestyle bmx 2 (europe) (rev. 1) (en,fr,de,es,it).bin" size="8388608" crc="8e39fee9" sha1="4c3a3ecba81f7a7df5a05d294bbe796109dd5d4d" offset="000000" /> @@ -9909,6 +10575,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Acclaim</publisher> <info name="serial" value="AGB-AX2P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="dave mirra freestyle bmx 2 (europe) (en,fr,de,es,it).bin" size="8388608" crc="69e89581" sha1="5d98b5179f4e9ae7ae72d6a43bed5f046f881a7b" offset="000000" /> @@ -9922,6 +10589,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Acclaim</publisher> <info name="serial" value="AGB-AX2E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="dave mirra freestyle bmx 2 (usa).bin" size="8388608" crc="64b1e921" sha1="3b86100fce6fda95b46c0d9e02d08052e69c2c2c" offset="000000" /> @@ -9935,6 +10603,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Acclaim</publisher> <info name="serial" value="AGB-AB3E-USA, AGB-AB3P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="dave mirra freestyle bmx 3 (usa, europe).bin" size="8388608" crc="8d8f26a5" sha1="dcce47b536ace90a918d94d06698c92538d7e4d1" offset="000000" /> @@ -9948,6 +10617,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Rage Software</publisher> <info name="serial" value="AGB-ABQP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="david beckham soccer (europe) (en,fr,de,es,it).bin" size="4194304" crc="e9a34f49" sha1="969b0e330adaf91c37707ed41e4fdb00101d8dbe" offset="000000" /> @@ -9961,6 +10631,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Majesco</publisher> <info name="serial" value="AGB-ABQE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="david beckham soccer (usa) (en,es).bin" size="4194304" crc="7e4db1cc" sha1="98e58464f852958e0ccaf7250fe8fb8990b84b3c" offset="000000" /> @@ -9974,6 +10645,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Ubi Soft</publisher> <info name="serial" value="AGB-AD6P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="davis cup (europe) (en,fr,de,es,it).bin" size="4194304" crc="4c7375f4" sha1="fb8f72d6f6130d54398442a2d1d6b7f1e1829902" offset="000000" /> @@ -9987,6 +10659,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Ubi Soft</publisher> <info name="serial" value="AGB-AD6E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="davis cup (usa) (en,fr,de,es,it).bin" size="4194304" crc="82b4d89c" sha1="aa56f0f712d8de0a2ce32ed22470f7be1be19ec9" offset="000000" /> @@ -10024,6 +10697,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Konami</publisher> <info name="serial" value="AGB-AAKP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="deadly skies (europe) (en,ja,fr,de).bin" size="4194304" crc="fe7c8402" sha1="44cf348a7f6229d0063411f7efa9411dac2eb26c" offset="000000" /> @@ -10049,6 +10723,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Midway</publisher> <info name="serial" value="AGB-A2FE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="defender (usa).bin" size="4194304" crc="2e271c13" sha1="d9bc7d7a0500c7cf58ce4010071048a6c462b2de" offset="000000" /> @@ -10063,6 +10738,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="alt_title" value="Defender - For All Mankind (Box)" /> <info name="serial" value="AGB-A2FP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="defender - for all mankind (europe) (en,fr,de,es,it).bin" size="4194304" crc="3b86fdc4" sha1="4d45e4109aade339514fdd3ad826ce8cd4cfb5e7" offset="000000" /> @@ -10076,6 +10752,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Zoo Digital Publishing</publisher> <info name="serial" value="AGB-ADHP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="defender of the crown (europe).bin" size="4194304" crc="6968959a" sha1="4e37071533e946efd4166efc409562cc21af83d2" offset="000000" /> @@ -10089,6 +10766,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Metro 3D</publisher> <info name="serial" value="AGB-ADHE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="defender of the crown (usa).bin" size="4194304" crc="de6698fe" sha1="efbea6dfa027a578e4f9878768a82c9bd7f2c31c" offset="000000" /> @@ -10102,6 +10780,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Atlus</publisher> <info name="serial" value="AGB-AC5E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="demikids - dark version (usa).bin" size="8388608" crc="1bab58bd" sha1="f3dbc8c6d58c33b88c28306f54ff742da1c8d6c9" offset="000000" /> @@ -10115,6 +10794,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Atlus</publisher> <info name="serial" value="AGB-AL4E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="demikids - light version (usa).bin" size="8388608" crc="dc4357c4" sha1="8bc80eb5f08bfa83597483390b18092d9a12700d" offset="000000" /> @@ -10151,6 +10831,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Rage Software</publisher> <info name="serial" value="AGB-ADBP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="denki blocks! (europe) (en,fr,de,es,it).bin" size="4194304" crc="6144ec15" sha1="fe9047dd7940e55a9d667824aeeeb7abbd025e59" offset="000000" /> @@ -10166,6 +10847,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020411"/> <info name="alt_title" value="デンキブロックス"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="denki blocks! (japan).bin" size="4194304" crc="0053fd6a" sha1="f82c881d47ec3ffc98966a2c083a85241a7a3e29" offset="000000" /> @@ -10179,6 +10861,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Majesco</publisher> <info name="serial" value="AGB-ADBE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="denki blocks! (usa) (en,es).bin" size="4194304" crc="e064107f" sha1="4ed60ea5a72e44b0014a4db1553fd5daf1f6339d" offset="000000" /> @@ -10194,6 +10877,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020906"/> <info name="alt_title" value="伝説のスタフィー"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="densetsu no stafy (japan).bin" size="8388608" crc="fae94c8b" sha1="75f6297f42c41e2a6d108de9a372308ad2df6a9c" offset="000000" /> @@ -10209,6 +10893,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030905"/> <info name="alt_title" value="伝説のスタフィー2"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="densetsu no stafy 2 (japan).bin" size="16777216" crc="ea73eb54" sha1="8322867cc4369307048deb20a8bb16c3dd0910df" offset="000000" /> @@ -10224,6 +10909,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040805"/> <info name="alt_title" value="伝説のスタフィー3"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="densetsu no stafy 3 (japan).bin" size="16777216" crc="fcaf1aa8" sha1="a7a742e779d314f6909f1350db2da8a63445c433" offset="000000" /> @@ -10239,6 +10925,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040805"/> <info name="alt_title" value="伝説のスタフィー3"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="densetsu no stafy 3 (japan) (rev 1).bin" size="16777216" crc="2d6e4c3b" sha1="dae5354bfe4ccafc92d22b1389265dbf1f79b636" offset="000000" /> @@ -10254,6 +10941,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20021206"/> <info name="alt_title" value="ダービースタリオン アドバンス"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="4194304"> <rom name="derby stallion advance (japan).bin" size="4194304" crc="9746ef12" sha1="d884a3466a39b2285ed3e494986bd59ca887f9c4" offset="000000" /> @@ -10314,6 +11002,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>BAM! Entertainment</publisher> <info name="serial" value="AGB-ADLP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="dexter's laboratory - deesaster strikes! (europe) (en,fr,de,es,it).bin" size="4194304" crc="3e8012bf" sha1="9c34c6f69af46fa977654c5a79141b96c9d273f6" offset="000000" /> @@ -10327,6 +11016,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>BAM! Entertainment</publisher> <info name="serial" value="AGB-ADLE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="dexter's laboratory - deesaster strikes! (usa) (en,fr,de,es,it) (rev 1).bin" size="4194304" crc="6bf168e6" sha1="b838b5bb37bfeb3315a68b6d372f29a5de635444" offset="000000" /> @@ -10340,6 +11030,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>BAM! Entertainment</publisher> <info name="serial" value="AGB-ADLE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="dexter's laboratory - deesaster strikes! (usa) (en,fr,de,es,it).bin" size="4194304" crc="e948d412" sha1="f230375ba4b0346d749e50117fe701d8c1cbfffa" offset="000000" /> @@ -10355,6 +11046,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20021025"/> <info name="alt_title" value="デ・ジ・キャラット でじこミュニケーション"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="di gi charat - digicommunication (japan).bin" size="8388608" crc="a1288427" sha1="35f9fa0305de3382aa6fb01f14baa9419ffa5349" offset="000000" /> @@ -10370,6 +11062,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20011207"/> <info name="alt_title" value="ダイヤドロイドワールド −イービル帝国の野望−"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="diadroids world - evil teikoku no yabou (japan).bin" size="8388608" crc="a2d6cea6" sha1="4fc0e2240ddd11d4a1f9a80eaff3b945c8f27c8a" offset="000000" /> @@ -10397,6 +11090,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040715"/> <info name="alt_title" value="でじこミュニケーション2 打倒!ブラックゲマゲマ団"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="16777216"> <rom name="digicommunication nyo - datou! black gemagema dan (japan).bin" size="16777216" crc="1372e829" sha1="177a4d01a88a512cbc8dc5927b55999169359bbc" offset="000000" /> @@ -10410,6 +11104,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Bandai</publisher> <info name="serial" value="AGB-A8SP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="digimon - battle spirit (europe) (en,fr,de,es,it).bin" size="4194304" crc="ea5fc3da" sha1="ecf0e597839905c9f23c6d568c79fc00c2719f49" offset="000000" /> @@ -10423,6 +11118,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Bandai</publisher> <info name="serial" value="AGB-A8SE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="digimon - battle spirit (usa).bin" size="4194304" crc="ceef2008" sha1="2ba954a54dd34b2b450d9ef718eb8a0f570b6549" offset="000000" /> @@ -10436,6 +11132,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Bandai</publisher> <info name="serial" value="AGB-BDSP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="digimon - battle spirit 2 (europe) (en,fr,de,es,it).bin" size="4194304" crc="00c906a3" sha1="83469a10e8828d9ee55f7f9bb3c970f7e4ceb149" offset="000000" /> @@ -10449,6 +11146,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Bandai</publisher> <info name="serial" value="AGB-BDSE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="digimon - battle spirit 2 (usa) (en,fr,de,es,it).bin" size="4194304" crc="c4c246ef" sha1="b73352f15d23c09c0280bf1e732feeba8f0e6082" offset="000000" /> @@ -10462,6 +11160,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Bandai</publisher> <info name="serial" value="AGB-BDGP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="digimon racing (europe) (en,fr,de,es,it).bin" size="8388608" crc="4f1b0157" sha1="39a54c21e881634c8587496dc36fd5bb871ad4eb" offset="000000" /> @@ -10477,6 +11176,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040401"/> <info name="alt_title" value="デジモンレーシング"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="digimon racing (japan).bin" size="8388608" crc="c50468a8" sha1="f8c5729a75d1a76919f19aa867b26559650dd109" offset="000000" /> @@ -10490,6 +11190,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Bandai</publisher> <info name="serial" value="AGB-BDGE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="digimon racing (usa) (en,fr,de,es,it).bin" size="8388608" crc="dadd4c10" sha1="37c0bc3c8fc1b79efd18121fec6f2df97ddb3bdf" offset="000000" /> @@ -10503,6 +11204,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>TDK Mediactive</publisher> <info name="serial" value="AGB-AD3E-USA, AGB-AD3P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="dinotopia - the timestone pirates (usa, europe) (en,fr,de,es,it,nl).bin" size="8388608" crc="7bd01b31" sha1="939f52824d6598de9c3ca5f1f33787e1ee01d442" offset="000000" /> @@ -10572,6 +11274,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Buena Vista Games</publisher> <info name="serial" value="AGB-BQNP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="disney princess - royal adventure (europe) (en,fr,de).bin" size="8388608" crc="92c695cc" sha1="a143cd7260ac39235a4cf223b9f76d9998f8b7c4" offset="000000" /> @@ -10585,6 +11288,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Buena Vista Games</publisher> <info name="serial" value="AGB-BQNE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="disney princess - royal adventure (usa).bin" size="8388608" crc="c6ad2251" sha1="a033a92eab635c035444b2165fe04631aa3bb118" offset="000000" /> @@ -10598,6 +11302,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Disney Interactive</publisher> <info name="serial" value="AGB-A2AP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="disney sports - basketball (europe) (en,fr,de,es,it).bin" size="16777216" crc="d6d89f81" sha1="521411befd94287869d5fb58bc970c9ecf04eb21" offset="000000" /> @@ -10613,6 +11318,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20021219"/> <info name="alt_title" value="ディズニースポーツ:バスケットボール"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="disney sports - basketball (japan).bin" size="16777216" crc="3911b4b6" sha1="eec333260cf38d0b9288a8f8cafd6d2db22c8ca6" offset="000000" /> @@ -10626,6 +11332,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Disney Interactive</publisher> <info name="serial" value="AGB-A2AE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="disney sports - basketball (usa).bin" size="16777216" crc="80ec6cf0" sha1="8999364d93339017743ab280d22fda6c61be3f42" offset="000000" /> @@ -10639,6 +11346,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Disney Interactive</publisher> <info name="serial" value="AGB-A3DE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="disney sports - football (usa).bin" size="16777216" crc="01413db1" sha1="c806b83f73defce9fcf269b9023fc1cc6dbf356c" offset="000000" /> @@ -10654,6 +11362,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20021105"/> <info name="alt_title" value="ディズニースポーツ:アメリカンフットボール"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="disney sports - american football (japan).bin" size="16777216" crc="b92e9057" sha1="6ff7aba52a2728d19059a2b496928649f33bd73b" offset="000000" /> @@ -10667,6 +11376,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Disney Interactive</publisher> <info name="serial" value="AGB-AOMP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="disney sports - motocross (europe) (en,fr,de,es,it).bin" size="16777216" crc="72dcb4f4" sha1="93861a20e1e0ee756238dfbdc3e8ee8a633a4e70" offset="000000" /> @@ -10682,6 +11392,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030213"/> <info name="alt_title" value="ディズニースポーツ:モトクロス"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="disney sports - motocross (japan).bin" size="16777216" crc="1a62d76f" sha1="28e29b10232c7dcacdd34b98b07b7535d93a0b57" offset="000000" /> @@ -10695,6 +11406,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Disney Interactive</publisher> <info name="serial" value="AGB-AOME-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="disney sports - motocross (usa).bin" size="16777216" crc="a771ad79" sha1="30b3da95577c14573c5a99193880e4fb6a4597d9" offset="000000" /> @@ -10708,6 +11420,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Disney Interactive</publisher> <info name="serial" value="AGB-A4DP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="disney sports - skateboarding (europe) (en,fr,de,es,it).bin" size="16777216" crc="10c05c7b" sha1="0d3ceb741d658275b775edf7db562a9fb5aae98a" offset="000000" /> @@ -10723,6 +11436,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020725"/> <info name="alt_title" value="ディズニースポーツ:スケートボーディング"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="disney sports - skateboarding (japan).bin" size="16777216" crc="5df4a476" sha1="3ec93faf0f1e9b9b848e6c3b2caca486e0dafcdf" offset="000000" /> @@ -10736,6 +11450,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Disney Interactive</publisher> <info name="serial" value="AGB-A4DE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="disney sports - skateboarding (usa).bin" size="16777216" crc="37ffd837" sha1="d8148c320229afe460ae1277fb99ef6ca9f62ea0" offset="000000" /> @@ -10749,6 +11464,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Disney Interactive</publisher> <info name="serial" value="AGB-A5DP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="disney sports - snowboarding (europe) (en,fr,de,es,it).bin" size="16777216" crc="77b7fcce" sha1="c7171637404a6ee61e77ac02e08ac08d2d443367" offset="000000" /> @@ -10764,6 +11480,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030116"/> <info name="alt_title" value="ディズニースポーツ:スノーボーディング"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="disney sports - snowboarding (japan).bin" size="16777216" crc="bdc23a47" sha1="3eee23c92b6b3e5428c450806b54f155ac0b126b" offset="000000" /> @@ -10777,6 +11494,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Disney Interactive</publisher> <info name="serial" value="AGB-A5DE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="disney sports - snowboarding (usa).bin" size="16777216" crc="4733693c" sha1="7e5ccf21f13e115a811dc19310390a9beacff07f" offset="000000" /> @@ -10790,6 +11508,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Disney Interactive</publisher> <info name="serial" value="AGB-A6DP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="disney sports - football (soccer) (europe) (en,fr,de,es,it).bin" size="16777216" crc="33f73199" sha1="5d0698e4f0735b730ea78975dd5b2049931b622a" offset="000000" /> @@ -10805,6 +11524,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020718"/> <info name="alt_title" value="ディズニースポーツ:サッカー"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="disney sports - soccer (japan).bin" size="16777216" crc="680957e7" sha1="c673503b5d0fccf72bac845888280d7202d0e84c" offset="000000" /> @@ -10818,6 +11538,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Disney Interactive</publisher> <info name="serial" value="AGB-A6DE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="disney sports - soccer (usa).bin" size="16777216" crc="2f1316d2" sha1="637e62e9173daa1e8a022c60a995070079c6fe32" offset="000000" /> @@ -10831,6 +11552,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Electronic Arts</publisher> <info name="serial" value="AGB-BD8E-USA, AGB-BD8P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="disney's party (usa, europe) (en,fr,de,es,it).bin" size="8388608" crc="6bb63774" sha1="d4ad55cd32017a853c85f6247935c75f9b8cb7bc" offset="000000" /> @@ -10844,6 +11566,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-BBKP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="dk - king of swing (europe) (en,fr,de,es,it).bin" size="16777216" crc="f93b73d9" sha1="80717dcdb1844f826da116c9278dfd1386c92fc1" offset="000000" /> @@ -10856,6 +11579,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2005</year> <publisher>Nintendo</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="dk - king of swing (usa) (demo) (kiosk).bin" size="8388608" crc="049626d1" sha1="d704ea9311c6ac9773bb70181de86ba0843583fd" offset="000000" /> @@ -10869,6 +11593,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-BBKE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="dk - king of swing (usa, australia).bin" size="8388608" crc="d610b239" sha1="8f8b10b09d5169b097840df36cca5c67c216beda" offset="000000" /> @@ -10882,6 +11607,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Ubisoft</publisher> <info name="serial" value="AGB-B82P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="dogz (europe).bin" size="8388608" crc="aa8dea30" sha1="c76c28cbd39c31377f41d6fc7297080ad5690d0e" offset="000000" /> @@ -10894,6 +11620,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2005</year> <publisher>Ubisoft</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="dogz (france).bin" size="8388608" crc="10ac14f9" sha1="3959ba1c479c7894556f68dc7ac08541140d37c4" offset="000000" /> @@ -10906,6 +11633,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2005</year> <publisher>Ubisoft</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="dogz (europe) (en,fr,de,it).bin" size="16777216" crc="2216fbd6" sha1="d4a3e4f1d5c29aa2f77a1d32bf70feba25ff1832" offset="000000" /> @@ -10919,6 +11647,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Ubisoft</publisher> <info name="serial" value="AGB-B82E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="dogz (usa).bin" size="8388608" crc="124f27c0" sha1="462f05c18534cb22fffc65d47351a29f10a3f254" offset="000000" /> @@ -10932,6 +11661,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Ubisoft</publisher> <info name="serial" value="AGB-BFEP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="dogz - fashion (europe).bin" size="8388608" crc="5236473d" sha1="729099dd230581d86bdf86e91359d74b79fe862c" offset="000000" /> @@ -10945,6 +11675,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Ubisoft</publisher> <info name="serial" value="AGB-BFEE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="dogz - fashion (usa).bin" size="8388608" crc="63bd3463" sha1="2db620fbc629e957e8b73dd169bf83950814fd51" offset="000000" /> @@ -10958,6 +11689,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Ubisoft</publisher> <info name="serial" value="AGB-BIMP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="16777216"> <rom name="dogz 2 (europe).bin" size="16777216" crc="28163523" sha1="a1897f4719bea1d3f6b6e68fae752eed7e3df021" offset="000000" /> @@ -10970,6 +11702,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2007</year> <publisher>Ubisoft</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="16777216"> <rom name="dogz 2 (europe) (en,fr,de,it).bin" size="16777216" crc="41ce1eed" sha1="d5a8887c0ea1db4f447648e4faeceaf07ec99493" offset="000000" /> @@ -10983,6 +11716,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Ubisoft</publisher> <info name="serial" value="AGB-BIME-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="16777216"> <rom name="dogz 2 (usa).bin" size="16777216" crc="0e2aca9e" sha1="bd12aaadfac73e7fde336c8b25ece78447cc1d87" offset="000000" /> @@ -10996,6 +11730,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Asmik Ace</publisher> <info name="serial" value="AGB-ADQP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="dokapon (europe) (en,fr,de).bin" size="8388608" crc="654df50e" sha1="7d85ef1f0219cfe9010031fc8240053a0575beec" offset="000000" /> @@ -11009,6 +11744,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Asmik Ace</publisher> <info name="serial" value="AGB-ADOE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="dokapon (usa).bin" size="8388608" crc="5617e407" sha1="280f9e01a3caee74bc9fde55e6326005ddba5196" offset="000000" /> @@ -11024,6 +11760,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20010803"/> <info name="alt_title" value="ドカポンQ モンスターハンター!"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="dokapon q - monster hunter! (japan).bin" size="8388608" crc="45b3edc4" sha1="84099bb38a979b30fe5dd8e663d52ccf6cfb89aa" offset="000000" /> @@ -11039,6 +11776,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20021122"/> <info name="alt_title" value="ドキドキクッキングシリーズ(1) こむぎちゃんのハッピーケーキ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="dokidoki cooking series 1 - komugi-chan no happy cake (japan).bin" size="8388608" crc="fe198026" sha1="5633769b002ed9ae00b090eed1ff4d2af80246a0" offset="000000" /> @@ -11054,6 +11792,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030314"/> <info name="alt_title" value="ドキドキクッキングシリーズ(2) グルメキッチン ステキなお弁当"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="dokidoki cooking series 2 - gourmet kitchen - suteki na obentou (japan).bin" size="8388608" crc="08dfc956" sha1="11da3a8e99457787f1263ff3396cb85b083583f0" offset="000000" /> @@ -11069,6 +11808,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20011026"/> <info name="alt_title" value="どこでも対局 役満アドバンス"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="dokodemo taikyoku - yakuman advance (japan).bin" size="8388608" crc="c2424edd" sha1="5c3924d428ee9553a81e88d33bcadaf56a0bb8a6" offset="000000" /> @@ -11084,6 +11824,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020221"/> <info name="alt_title" value="どーもくんの不思議てれび"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="domo-kun no fushigi television (japan).bin" size="8388608" crc="e743c611" sha1="c5c70840c6222c52a2e814d106ab1f2478cd5cab" offset="000000" /> @@ -11137,6 +11878,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040729"/> <info name="alt_title" value="ドンちゃんパズル 花火でドーン!アドバンス"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="donchan puzzle hanabi de dohn advance (japan).bin" size="8388608" crc="500922e8" sha1="5598e6143dd0dab1793507317624973557f35568" offset="000000" /> @@ -11150,6 +11892,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-A5NP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="donkey kong country (europe) (en,fr,de,es,it).bin" size="8388608" crc="41d277fe" sha1="8995f0be99a9cff66474a8975b8499bd69fb4c45" offset="000000" /> @@ -11163,6 +11906,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-A5NE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="donkey kong country (usa).bin" size="8388608" crc="12f7a968" sha1="fcc62356a3b7157ca7dda1398c9bf1af1dd31265" offset="000000" /> @@ -11176,6 +11920,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-BD2P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="donkey kong country 2 (europe) (en,fr,de,es,it).bin" size="8388608" crc="aef11223" sha1="2243e9b8c299744e351bdd9e28bc2212f0840782" offset="000000" /> @@ -11189,6 +11934,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-BD2E-USA, AGB-BD2U-AUS"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="donkey kong country 2 (usa, australia).bin" size="8388608" crc="11417fc1" sha1="b0a4d59447c8d7c321bea4dc7253b0f581129ede" offset="000000" /> @@ -11202,6 +11948,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-BDQP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="donkey kong country 3 (europe) (en,fr,de,es,it).bin" size="16777216" crc="708a6168" sha1="aa4eaf41d1339451ae42ef99d0c931fe624bd6fa" offset="000000" /> @@ -11215,6 +11962,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-BDQE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="donkey kong country 3 (usa, australia).bin" size="16777216" crc="fe03e5af" sha1="c50982b4c26e25ba3538be97b585d95737d7ade7" offset="000000" /> @@ -11227,6 +11975,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2002</year> <publisher>Activision</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="doom ii (usa).bin" size="16777216" crc="c885d9e9" sha1="2feeffc96386cf2cc0b2076928b010f18e9e9748" offset="000000" /> @@ -11302,6 +12051,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020329"/> <info name="alt_title" value="ドラえもん どこでもウォーカー"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="doraemon - dokodemo walker (japan).bin" size="8388608" crc="e28afebc" sha1="3e98bd11abed560b1669185e6fc326303e82ca01" offset="000000" /> @@ -11317,6 +12067,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20010427"/> <info name="alt_title" value="ドラえもん 緑の惑星ドキドキ大救出!"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="doraemon - midori no wakusei dokidoki daikyuushutsu! (japan).bin" size="8388608" crc="95565762" sha1="5a466592df316a1d37432dedcf456098d18bccaa" offset="000000" /> @@ -11358,6 +12109,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030808"/> <info name="alt_title" value="どうぶつ島のチョビぐるみ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_512" /> <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="8388608"> <rom name="doubutsu-jima no chobigurumi (japan).bin" size="8388608" crc="c764cc7e" sha1="5c77f64471eac6ef647b203decde5ff4f9a69438" offset="000000" /> @@ -11373,6 +12125,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040805"/> <info name="alt_title" value="どうぶつ島のチョビぐるみ2 タマちゃん物語"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="doubutsu-jima no chobigurumi 2 - tama-chan monogatari (japan).bin" size="4194304" crc="16347e33" sha1="a9895902ae00df7baaf6d5fe94882fc35a6005a9" offset="000000" /> @@ -11400,6 +12153,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040305"/> <info name="alt_title" value="ダウンタウン熱血物語ex"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="downtown nekketsu monogatari ex (japan).bin" size="4194304" crc="32e9a0bd" sha1="9f5cb4e49f6b724fb5d907d291c5f179fcf1c360" offset="000000" /> @@ -11412,6 +12166,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2004</year> <publisher>Vivendi Universal</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="dr. seuss' - the cat in the hat (europe) (en,fr,de,es,it).bin" size="4194304" crc="a5dbe5ae" sha1="a60339e9b4fdbcac73ed3b677ae17747bdb462ad" offset="000000" /> @@ -11425,6 +12180,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Vivendi Universal</publisher> <info name="serial" value="AGB-BCTE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="dr. seuss' - the cat in the hat (usa).bin" size="4194304" crc="13adbf3b" sha1="921b768682624ada6aa1a7f8bfa4dc07366095af" offset="000000" /> @@ -11438,6 +12194,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Mastiff</publisher> <info name="serial" value="AGB-BUOP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="dr. sudoku (europe).bin" size="4194304" crc="e9848d13" sha1="d87db7a5c39a384917b5f8f628f3338f2c5a4dc7" offset="000000" /> @@ -11451,6 +12208,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Mastiff</publisher> <info name="serial" value="AGB-BUOE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="dr. sudoku (usa).bin" size="4194304" crc="fc003e2b" sha1="0da4e12281a616ae63b95479badf932ddb30df5b" offset="000000" /> @@ -11464,6 +12222,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Bandai</publisher> <info name="serial" value="AGB-BDVP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="dragon ball - advanced adventure (europe) (en,fr,de,es,it).bin" size="16777216" crc="6c135820" sha1="e49ae836b14f84dc8cd817bf912fcdce82d8a587" offset="000000" /> @@ -11479,6 +12238,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20041118"/> <info name="alt_title" value="ドラゴンボール アドバンスアドベンチャー"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="dragon ball - advance adventure (japan).bin" size="16777216" crc="8a06337a" sha1="bbd47a73717729183f4516e7f2f4afa6756ace44" offset="000000" /> @@ -11491,6 +12251,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2005</year> <publisher>Daiwon C & A</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="dragon ball - advance adventure (korea).bin" size="16777216" crc="4e2cc84d" sha1="642d6d5ed9d1c9dcacd59b2f11c07cf54b9cd0e7" offset="000000" /> @@ -11504,6 +12265,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Atari</publisher> <info name="serial" value="AGB-BDVE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="dragon ball - advanced adventure (usa).bin" size="16777216" crc="7d7306df" sha1="1338584d8cfa57402603197e65d2e2ff0184d24f" offset="000000" /> @@ -11517,6 +12279,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Atari</publisher> <info name="serial" value="AGB-BT4E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="dragon ball gt - transformation (usa).bin" size="8388608" crc="ad964a91" sha1="8dd4b6e95dca4554a919bff55128481a9a95b611" offset="000000" /> @@ -11530,6 +12293,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Atari</publisher> <info name="serial" value="AGB-BG3E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="dragon ball z - buu's fury (usa).bin" size="8388608" crc="01c1707f" sha1="f1c4b07554d2a3b1ad2f325307051e775ce68087" offset="000000" /> @@ -11543,6 +12307,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Infogrames</publisher> <info name="serial" value="AGB-ADZE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="dragon ball z - collectible card game (usa).bin" size="8388608" crc="f6124d7f" sha1="338e4ed81071fa6c55ca7ca3bbbdf84bc3ba8855" offset="000000" /> @@ -11556,6 +12321,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Bandai</publisher> <info name="serial" value="AGB-AZJP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="dragon ball z - supersonic warriors (europe) (en,fr,de,es,it).bin" size="16777216" crc="b4d9572c" sha1="7f1072ffae4b25639d660d0ab67951b955fd8252" offset="000000" /> @@ -11569,6 +12335,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Atari</publisher> <info name="serial" value="AGB-AZJE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="dragon ball z - supersonic warriors (usa).bin" size="16777216" crc="9a857a70" sha1="f6f956989773e39cfde407d3763eb7f767ef2033" offset="000000" /> @@ -11584,6 +12351,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040326"/> <info name="alt_title" value="ドラゴンボールZ 舞空闘劇"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="dragon ball z - bukuu tougeki (japan).bin" size="16777216" crc="6c0f0b86" sha1="9ee0ee17816ab4214d8dfbf7d2faf9ce08900374" offset="000000" /> @@ -11596,6 +12364,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2005</year> <publisher>Daiwon C & A</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="dragon ball z - moogongtoogeuk (korea).bin" size="16777216" crc="e4893dd7" sha1="efe773b4d4b6ad77201edfa9b09453d4fefeb8d3" offset="000000" /> @@ -11609,6 +12378,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Atari</publisher> <info name="serial" value="AGB-BDBP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="dragon ball z - taiketsu (europe) (en,fr,de,es,it).bin" size="8388608" crc="d0e79665" sha1="c6afecb00a7bba30c483610e695be3588ecd2864" offset="000000" /> @@ -11622,6 +12392,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Atari</publisher> <info name="serial" value="AGB-BDBE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="dragon ball z - taiketsu (usa).bin" size="8388608" crc="64ec07e7" sha1="1fac4e187b8cf0aeb218ca307f10955f432d258d" offset="000000" /> @@ -11635,6 +12406,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Infogrames</publisher> <info name="serial" value="AGB-ALGP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="dragon ball z - the legacy of goku (europe) (en,fr,de,es,it).bin" size="8388608" crc="ca6e149c" sha1="c2691355247b03083578071d4d4a017f5599be20" offset="000000" /> @@ -11648,6 +12420,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Atari</publisher> <info name="serial" value="AGB-ALFP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="dragon ball z - the legacy of goku ii (europe) (en,fr,de,es,it).bin" size="8388608" crc="20684433" sha1="db36ff52fcd63f753f9d66439aa3d2216701c326" offset="000000" /> @@ -11661,6 +12434,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Atari</publisher> <info name="serial" value="AGB-ALFE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="dragon ball z - the legacy of goku ii (usa).bin" size="8388608" crc="204142e1" sha1="18e0715dec419f3501c301511530d2edcd590f8b" offset="000000" /> @@ -11676,6 +12450,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040723"/> <info name="alt_title" value="ドラゴンボールZ THE LEGACY OF GOKU II INTERNATIONAL"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="dragon ball z - the legacy of goku ii international (japan).bin" size="8388608" crc="b3297d59" sha1="4e18f54b8bace6ed32b6315b159e903f61d69339" offset="000000" /> @@ -11691,6 +12466,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030718"/> <info name="alt_title" value="ドラゴンドライブ ワールドDブレイク"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="dragon drive - world d break (japan).bin" size="8388608" crc="e5a571ad" sha1="26dd31b698cf33d9adadebeb6086899c84bf7c6d" offset="000000" /> @@ -11706,6 +12482,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20011220"/> <info name="alt_title" value="ドラゴンクエスト・キャラクターズ - トルネコの大冒険2アドバンス 不思議のダンジョン"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="8388608"> <rom name="dragon quest characters - torneko no daibouken 2 advance - fushigi no dungeon (japan).bin" size="8388608" crc="2b077791" sha1="684e27b2dc02de5d2855d2ddc7ce262f8732341a" offset="000000" /> @@ -11721,6 +12498,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040624"/> <info name="alt_title" value="ドラゴンクエスト・キャラクターズ トルネコの大冒険3アドバンス 不思議のダンジョン"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_512" /> <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="16777216"> <rom name="dragon quest characters - torneko no daibouken 3 advance - fushigi no dungeon (japan).bin" size="16777216" crc="c891b2a0" sha1="f306ce96404cff93caee78c86696a69b431b289a" offset="000000" /> @@ -11736,6 +12514,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030329"/> <info name="alt_title" value="ドラゴンクエストモンスターズ キャラバンハート"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="dragon quest monsters - caravan heart (japan).bin" size="8388608" crc="3c24abcc" sha1="430a7062844888e68bd5587ed53a769ba548adb3" offset="000000" /> @@ -11761,6 +12540,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>East Entertainment Media</publisher> <info name="serial" value="AGB-BJDP-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="dragon's rock (europe) (en,fr,de,es,it).bin" size="4194304" crc="f0ca6d70" sha1="ae1ef264f71129cc6aac6620e6f9768f748e7b47" offset="000000" /> @@ -11786,6 +12566,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-V49E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="drill dozer (usa).bin" size="8388608" crc="e60ec183" sha1="c1058cc2482b91204100cc8515da99aeb06773f5" offset="000000" /> @@ -11799,6 +12580,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Atari</publisher> <info name="serial" value="AGB-B3RP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="driv3r (europe) (en,fr,de,es,it).bin" size="8388608" crc="b617b354" sha1="3e4da1cd2a5915d2218cd59e061baeb3a08be1c6" offset="000000" /> @@ -11812,6 +12594,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Atari</publisher> <info name="serial" value="AGB-B3RE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="driv3r (usa).bin" size="8388608" crc="6c66cfbe" sha1="df2238fc239bdd0226a1b39deef06fa521eae48e" offset="000000" /> @@ -11825,6 +12608,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>BAM! Entertainment</publisher> <info name="serial" value="AGB-ADVP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="driven (europe) (en,fr,de,es,it).bin" size="4194304" crc="95f2c572" sha1="f79f8da5569ec4df15ab15fa81c38907dd31a6b2" offset="000000" /> @@ -11838,6 +12622,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>BAM! Entertainment</publisher> <info name="serial" value="AGB-ADVE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="driven (usa) (en,fr,de,es,it).bin" size="4194304" crc="f2068738" sha1="316e19c792bbd2b977a5fdc31fc319eca33b1c8c" offset="000000" /> @@ -11851,6 +12636,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Atari</publisher> <info name="serial" value="AGB-ADUP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="driver 2 advance (europe) (en,fr,de,es,it).bin" size="8388608" crc="69ee551c" sha1="a3b755e1d5820a2e094a2c0c47bfaf526a8d7e5a" offset="000000" /> @@ -11863,6 +12649,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2002</year> <publisher>Atari</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="driver 2 advance (europe) (en,fr,de,es,it) (beta).bin" size="8388608" crc="b24fa448" sha1="0135a92f0043df0d0ebac7f45c53c44d8b095ae2" offset="000000" /> @@ -11876,6 +12663,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Atari</publisher> <info name="serial" value="AGB-ADUE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="driver 2 advance (usa).bin" size="8388608" crc="bbe2a163" sha1="4bf6f5e5d57e05c2feaafbbca1c795a6638011c4" offset="000000" /> @@ -11889,6 +12677,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-AOEP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="drome racers (europe) (en,fr,de,da).bin" size="8388608" crc="d6101bc0" sha1="de8d38ab95ac072a9d96989ba04d895d46b841ae" offset="000000" /> @@ -11902,6 +12691,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-AOEE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="drome racers (usa).bin" size="8388608" crc="ad356fb9" sha1="bf810c4a61b03d3d76063633695e45fdd9f789f7" offset="000000" /> @@ -11926,6 +12716,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Metro3D</publisher> <info name="serial" value="AGB-AB9E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="dual blades (usa).bin" size="4194304" crc="aff3a0c6" sha1="b37c522b48e80d93231b491b025663f1624e3d75" offset="000000" /> @@ -11941,6 +12732,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20021225"/> <info name="alt_title" value="デュアルブレード"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="dual blades (japan).bin" size="4194304" crc="522f1f51" sha1="4859a9d5b577d21e1228647e195b217ea193f19c" offset="000000" /> @@ -11956,6 +12748,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030807"/> <info name="alt_title" value="デュエル・マスターズ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="duel masters (japan).bin" size="4194304" crc="0d32851a" sha1="eb187f4efef85c86dab136f9bfd064022bf26f27" offset="000000" /> @@ -11971,6 +12764,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040318"/> <info name="alt_title" value="デュエル・マスターズ2 インビンシブル・アドバンス"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="duel masters 2 - invincible advance (japan).bin" size="8388608" crc="4a7de98e" sha1="916c978dff1306e474758bf3cf070efd617dc825" offset="000000" /> @@ -11986,6 +12780,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040722"/> <info name="alt_title" value="デュエル・マスターズ2 切札勝舞 バージョン"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="duel masters 2 - kirifuda shoubu ver. (japan).bin" size="8388608" crc="4d6a5e1d" sha1="49d9b6b15cf019a1ee8417da6f375e3724ceaefd" offset="000000" /> @@ -12001,6 +12796,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20041216"/> <info name="alt_title" value="デュエル・マスターズ3"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="duel masters 3 (japan).bin" size="8388608" crc="d65e3e03" sha1="07617a0c443010fff99fdf292e3dd556b2c5d406" offset="000000" /> @@ -12014,6 +12810,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Atari</publisher> <info name="serial" value="AGB-AA9P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="duel masters - sempai legends (europe) (en,fr,de,es,it).bin" size="8388608" crc="2fff9ba9" sha1="9603c135acaad05d1aa0ff007a26a41bfbc68b1c" offset="000000" /> @@ -12027,6 +12824,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Atari</publisher> <info name="serial" value="AGB-AA9E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="duel masters - sempai legends (usa).bin" size="8388608" crc="1ce344ca" sha1="524418eee05520a9a1e6b12918780435698c06e1" offset="000000" /> @@ -12040,6 +12838,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Atari</publisher> <info name="serial" value="AGB-BD6P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="duel masters - kaijudo showdown (europe) (en,fr,de,es,it).bin" size="16777216" crc="52e0aa95" sha1="254647471acf5c878fcc8742638e1d955a67bc6f" offset="000000" /> @@ -12053,6 +12852,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Atari</publisher> <info name="serial" value="AGB-BD6E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="duel masters - kaijudo showdown (usa).bin" size="8388608" crc="804e5de2" sha1="4a818e070b9097ccfb0d73b2b13636ca4b774a4f" offset="000000" /> @@ -12066,6 +12866,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Atari</publisher> <info name="serial" value="AGB-BDUP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="duel masters - shadow of the code (europe) (en,fr,de,es,it).bin" size="16777216" crc="9d429f3e" sha1="f611ffc79ad099ea53dbbea98ac179da81904e6b" offset="000000" /> @@ -12079,6 +12880,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Atari</publisher> <info name="serial" value="AGB-BDUE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="duel masters - shadow of the code (usa).bin" size="16777216" crc="94d9053d" sha1="88b4d57bcfda1e8e96656395d80c2552ca4066fe" offset="000000" /> @@ -12092,6 +12894,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Take-Two Interactive</publisher> <info name="serial" value="AGB-AD9E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="duke nukem advance (usa).bin" size="8388608" crc="06570282" sha1="ef9d2c9910a95e456447ee7288ae5aa659b33ad2" offset="000000" /> @@ -12105,6 +12908,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Infogrames</publisher> <info name="serial" value="AGB-AD4P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="dungeons & dragons - eye of the beholder (europe) (en,fr,de,es,it).bin" size="4194304" crc="26351555" sha1="08f3609b5c3988c4f716991b840439af5920fe9e" offset="000000" /> @@ -12118,6 +12922,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Infogrames</publisher> <info name="serial" value="AGB-AD4E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="dungeons & dragons - eye of the beholder (usa).bin" size="4194304" crc="91b16892" sha1="6270ccf39dd6968f9f6e7d6516f9ee233aa8cddb" offset="000000" /> @@ -12131,6 +12936,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Koei</publisher> <info name="serial" value="AGB-BE6P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="dynasty warriors advance (europe) (en,fr,de,es,it).bin" size="16777216" crc="74cdb37a" sha1="f4e8fb4dbc409c508ce523f45e9f85892bd26a89" offset="000000" /> @@ -12144,6 +12950,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Koei</publisher> <info name="serial" value="AGB-BE6E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="dynasty warriors advance (usa, australia).bin" size="16777216" crc="ad5a2a4e" sha1="6839254172e558923cde6a912a5ee537eec5fd40" offset="000000" /> @@ -12264,6 +13071,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>BAM! Entertainment</publisher> <info name="serial" value="AGB-AE3P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="ed, edd n eddy - jawbreakers! (europe) (en,fr,de,es,it).bin" size="4194304" crc="e7f6e42f" sha1="7c12385a5933260aae3b30206a09071f6203d406" offset="000000" /> @@ -12277,6 +13085,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>BAM! Entertainment</publisher> <info name="serial" value="AGB-AE3E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="ed, edd n eddy - jawbreakers! (usa) (rev 1).bin" size="4194304" crc="315a9114" sha1="3559337718fd907560b6bad384170cc0cb997099" offset="000000" /> @@ -12290,6 +13099,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>BAM! Entertainment</publisher> <info name="serial" value="AGB-AE3E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="ed, edd n eddy - jawbreakers! (usa).bin" size="4194304" crc="48e5a70e" sha1="893413581baef9859e8dd0cc2007655c147c382f" offset="000000" /> @@ -12303,6 +13113,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Midway</publisher> <info name="serial" value="AGB-BEDP-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="ed, edd n eddy - the mis-edventures (europe) (en,fr).bin" size="8388608" crc="baa13bc4" sha1="4423573023841e4977b77bc8ace1ad7cac221f92" offset="000000" /> @@ -12316,6 +13127,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Midway</publisher> <info name="serial" value="AGB-BEDE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="ed, edd n eddy - the mis-edventures (usa) (en,fr).bin" size="8388608" crc="64edb487" sha1="2d4aaad62faf905e4138015261d59360756e7dee" offset="000000" /> @@ -12380,6 +13192,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030103"/> <info name="alt_title" value="エレミックス!"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="elemix! (japan).bin" size="4194304" crc="fa28bed8" sha1="e9e11a2d0a1ab20b103f846b8c123fba42fd9c23" offset="000000" /> @@ -12395,6 +13208,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20021220"/> <info name="alt_title" value="エレベーターアクション オールドアンドニュー"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="elevator action - old & new (japan).bin" size="8388608" crc="2d88526a" sha1="e4c023b5849556322c48012615ac40cc75ca750e" offset="000000" /> @@ -12444,6 +13258,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Disney Interactive Studios</publisher> <info name="serial" value="AGB-BZRE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="enchanted - once upon andalasia (usa) (en,fr).bin" size="8388608" crc="af23ffff" sha1="32d13e77a1fde9d28d95f867ee11b85df95d833e" offset="000000" /> @@ -12457,6 +13272,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Vivendi Universal</publisher> <info name="serial" value="AGB-BENP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="16777216"> <rom name="eragon (europe) (en,fr,de,es,it).bin" size="16777216" crc="bb05a63f" sha1="92bb07ab53b4c704f611934c2b1b97c820b88693" offset="000000" /> @@ -12470,6 +13286,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Vivendi Universal</publisher> <info name="serial" value="AGB-BENE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="16777216"> <rom name="eragon (usa).bin" size="16777216" crc="af8af2e8" sha1="b48bf75b6f9b2c69bf0b2b9b1920d9ddb69e66aa" offset="000000" /> @@ -12485,6 +13302,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20050707"/> <info name="alt_title" value="エレメンタルジェレイド 封印されし謳"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="erementar gerad - tozasareshi uta (japan).bin" size="8388608" crc="8c1afca4" sha1="8c005e02b64ccf07de5905311db68983b0a3b76d" offset="000000" /> @@ -12498,6 +13316,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Konami</publisher> <info name="serial" value="AGB-AGRP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="8388608"> <rom name="espn final round golf (europe).bin" size="8388608" crc="4878bbea" sha1="d6aeaaae47c8bd4f651f8ce2b97d61286b21e25a" offset="000000" /> @@ -12511,6 +13330,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Konami</publisher> <info name="serial" value="AGB-AGRE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="8388608"> <rom name="espn final round golf 2002 (usa).bin" size="8388608" crc="c9bc75a5" sha1="ecee20b629a38bab7edbc972c70b2c968f50c23c" offset="000000" /> @@ -12524,6 +13344,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Konami</publisher> <info name="serial" value="AGB-AMGP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="espn great outdoor games - bass tournament (europe).bin" size="8388608" crc="28f0a921" sha1="d9320757c7543476614fc9f91e22fd96a30a32f4" offset="000000" /> @@ -12537,6 +13358,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Konami</publisher> <info name="serial" value="AGB-AMGE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="espn great outdoor games - bass 2002 (usa).bin" size="8388608" crc="da9d815f" sha1="d0f1e474c3fc4241dc400f0f52e591ac0798c452" offset="000000" /> @@ -12550,6 +13372,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Konami</publisher> <info name="serial" value="AGB-AWIP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="espn international winter sports (europe).bin" size="4194304" crc="a56afbb7" sha1="ac9521d3b98d898cc7d579cd0294aecb16db0c41" offset="000000" /> @@ -12563,6 +13386,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Konami</publisher> <info name="serial" value="AGB-AWIE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="espn international winter sports 2002 (usa).bin" size="4194304" crc="ff51a9a9" sha1="ee674c8a32fc6bf1e7a381721c8f9125328f5ec9" offset="000000" /> @@ -12576,6 +13400,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Konami</publisher> <info name="serial" value="AGB-AWXP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="espn winter x-games snowboarding 2 (europe).bin" size="4194304" crc="ce62f1f4" sha1="c8cf4aec13986ac66dced918548318e8a551a689" offset="000000" /> @@ -12591,6 +13416,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20011220"/> <info name="alt_title" value="winter X Games Snowboarding 2002"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="espn winter x-games snowboarding 2002 (japan).bin" size="4194304" crc="3c5ac0c5" sha1="4227cbc4f8c66d3688c1e13647503fb02cb64327" offset="000000" /> @@ -12604,6 +13430,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Konami</publisher> <info name="serial" value="AGB-AWXE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="espn winter x-games snowboarding 2002 (usa).bin" size="4194304" crc="de9e85bf" sha1="6012907965d45326beb27a98cade8efacef5e377" offset="000000" /> @@ -12617,6 +13444,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Konami</publisher> <info name="serial" value="AGB-AXSP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="espn x-games skateboarding (europe) (en,fr,de,es,it).bin" size="8388608" crc="2c79e3d1" sha1="f1fdb6d0689352c888e30a2ba222e9b2f92fdc78" offset="000000" /> @@ -12632,6 +13460,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20011025"/> <info name="alt_title" value="エックスゲーム スケートボーディング"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="espn x-games skateboarding (japan).bin" size="8388608" crc="7abd7e9a" sha1="125bc2ee9a993adce91b37ed52b5200d3b276937" offset="000000" /> @@ -12645,6 +13474,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Konami</publisher> <info name="serial" value="AGB-AXSE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="espn x-games skateboarding (usa).bin" size="8388608" crc="9766b309" sha1="1d3abc8bed9118b1fc2c53e6c3aa7a10ece8852d" offset="000000" /> @@ -12670,6 +13500,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-BEVE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="ever girl (usa).bin" size="4194304" crc="afbb1d35" sha1="d6b58d50634b8541d631ce893222ef5f7bbdac6a" offset="000000" /> @@ -12685,6 +13516,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20010713"/> <info name="alt_title" value="EXモノポリー"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="ex monopoly (japan).bin" size="4194304" crc="916efd5b" sha1="dcbe4d167adda76f7d59bbaa96feb03852806b97" offset="000000" /> @@ -12700,6 +13532,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20011220"/> <info name="alt_title" value="エキサイティングバス"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="exciting bass (japan).bin" size="8388608" crc="ab27e52a" sha1="e7216240814e26527ce078be2c3b835973cd7dcc" offset="000000" /> @@ -12737,6 +13570,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2003</year> <publisher>Activision</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="extreme skate adventure (europe) (fr,de).bin" size="8388608" crc="58594ae9" sha1="d213a7f6b5268bea068d7b3ec3436360e77b29ac" offset="000000" /> @@ -12750,6 +13584,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Activision</publisher> <info name="serial" value="AGB-BESE-USA, AGB-BESP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="extreme skate adventure (usa, europe).bin" size="8388608" crc="ad7bb7c8" sha1="92a587c8775cbed8f402e6e42d9c05ebe547607e" offset="000000" /> @@ -12765,6 +13600,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20010801"/> <info name="alt_title" value="イーゼット トーク初級編1 JAYのイングリッシュアドベンチャー いちにちめ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="ez-talk - shokyuu hen 1 (japan).bin" size="8388608" crc="d256f6f7" sha1="8f79a8674d20bb50bbab2db0220333b3b0e57832" offset="000000" /> @@ -12780,6 +13616,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20010801"/> <info name="alt_title" value="イーゼット トーク初級編2 JAYのイングリッシュアドベンチャー ふつかめ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="ez-talk - shokyuu hen 2 (japan).bin" size="8388608" crc="38d91a54" sha1="931c2c9038988ba5c96cc10024f785ed42a939e1" offset="000000" /> @@ -12795,6 +13632,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20010801"/> <info name="alt_title" value="イーゼット トーク初級編3 JAYのイングリッシュアドベンチャー みっかめ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="ez-talk - shokyuu hen 3 (japan).bin" size="8388608" crc="5fa07e85" sha1="0e1cce9eafd452a55c232e08a5ca55440a6ccdd8" offset="000000" /> @@ -12810,6 +13648,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20010801"/> <info name="alt_title" value="イーゼット トーク初級編4 JAYのイングリッシュアドベンチャー よっかめ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="ez-talk - shokyuu hen 4 (japan).bin" size="8388608" crc="0ca6dcf1" sha1="6b60eff8a05bfc5693b032bf74db9b0dc1ff9e5b" offset="000000" /> @@ -12825,6 +13664,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20010801"/> <info name="alt_title" value="イーゼット トーク初級編5 JAYのイングリッシュアドベンチャー いつかめ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="ez-talk - shokyuu hen 5 (japan).bin" size="8388608" crc="a0e8eb88" sha1="479be21ec3e2b973d76d6d6b1b5a54ec977eedd1" offset="000000" /> @@ -12840,6 +13680,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20010801"/> <info name="alt_title" value="イーゼット トーク初級編6 JAYのイングリッシュアドベンチャー むいかめ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="ez-talk - shokyuu hen 6 (japan).bin" size="8388608" crc="a8ab645d" sha1="4850d23d7c17f951af7c54251b10e97ac41fd5b6" offset="000000" /> @@ -12867,6 +13708,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20041021"/> <info name="alt_title" value="エフゼロ クライマックス"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_1m" /> <feature name="pcb_type" value="GBA-FLASH-1M" /> <dataarea name="rom" size="16777216"> <rom name="f-zero - climax (japan).bin" size="16777216" crc="dbdc71e3" sha1="6eb9208c493e8baa43ecc0dacf71a8cb631be7ca" offset="000000" /> @@ -12882,6 +13724,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20031128"/> <info name="alt_title" value="エフゼロ ファルコン伝説"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="f-zero - falcon densetsu (japan).bin" size="16777216" crc="2446b920" sha1="35f47a985873b3018d4be05ab7b539dfe3bff21a" offset="000000" /> @@ -12895,6 +13738,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-BFZP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="f-zero - gp legend (europe) (en,fr,de,es,it).bin" size="16777216" crc="f1d5601b" sha1="1bfe5e96138cf0ed5d3d33bfec215b734ad32d3a" offset="000000" /> @@ -12908,6 +13752,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-BFZE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="f-zero - gp legend (usa).bin" size="16777216" crc="781aab58" sha1="977588d9d27b7115e0bb309fb019ae81b9f413ff" offset="000000" /> @@ -12923,6 +13768,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20010321"/> <info name="alt_title" value="エフゼロ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="f-zero for game boy advance (japan).bin" size="4194304" crc="25e3fc9a" sha1="cd8648b7158cf7c979cc05dea4c1aa927496e8b7" offset="000000" /> @@ -12935,6 +13781,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2002</year> <publisher>Electronic Arts</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="f1 2002 (europe) (en,fr,de,es,it).bin" size="4194304" crc="aac551fd" sha1="ae8c986de946e7fde8249e958c6743816fb05784" offset="000000" /> @@ -12948,6 +13795,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Electronic Arts</publisher> <info name="serial" value="AGB-AF8E-USA, AGB-AF8P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="f1 2002 (usa, europe).bin" size="4194304" crc="7dd20f33" sha1="c5b3860403425da6f062dd5b6d433781051e1a85" offset="000000" /> @@ -13055,6 +13903,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>19??</year> <publisher><unknown></publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="famicom mini - dai-2-ji super robot taisen (japan) (promo).bin" size="4194304" crc="423b8fc5" sha1="842cae5e8156f9da5c7271a265f8dd0c763aefe3" offset="000000" /> @@ -13069,6 +13918,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="serial" value="AGB-FGZJ-JPN"/> <info name="release" value="20040318"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="famicom mini - kidou senshi z gundam - hot scramble (japan) (promo).bin" size="4194304" crc="fae4fdec" sha1="50ac24a3a42d11b96fe62a8f248f0a930a48eb78" offset="000000" /> @@ -13084,6 +13934,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040214"/> <info name="alt_title" value="ファミコンミニ01 スーパーマリオブラザーズ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="famicom mini 01 - super mario bros. (japan) (rev 1).bin" size="4194304" crc="5848884c" sha1="28a4f19e566a5a9ae3470045e99a3f03e786244e" offset="000000" /> @@ -13099,6 +13950,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040214"/> <info name="alt_title" value="ファミコンミニ02 ドンキーコング"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="famicom mini 02 - donkey kong (japan).bin" size="4194304" crc="86d346af" sha1="13d496a5e4e0e3c4c65a99f3dd3bcc4973604ced" offset="000000" /> @@ -13114,6 +13966,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040214"/> <info name="alt_title" value="ファミコンミニ03 アイスクライマー"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="famicom mini 03 - ice climber (japan).bin" size="4194304" crc="5646f9d1" sha1="b82c00d059d9c38c3ea493032fa1d36d5185ef80" offset="000000" /> @@ -13143,6 +13996,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040214"/> <info name="alt_title" value="ファミコンミニ05 ゼルダの伝説1"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="famicom mini 05 - zelda no densetsu 1 - the hyrule fantasy (japan).bin" size="4194304" crc="114e37a1" sha1="f7a425f77a26a26b8e3f6adde2bb89ae1f63377e" offset="000000" /> @@ -13158,6 +14012,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040214"/> <info name="alt_title" value="ファミコンミニ06 パックマン"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="famicom mini 06 - pac-man (japan).bin" size="4194304" crc="3fec1606" sha1="91458bc32c78fe412f725c0d3b777dd5af8ac10b" offset="000000" /> @@ -13173,6 +14028,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040214"/> <info name="alt_title" value="ファミコンミニ07 ゼビウス"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="famicom mini 07 - xevious (japan).bin" size="4194304" crc="1cd1f78c" sha1="5cd976a599bc717136be6d34d5ed05caccdac459" offset="000000" /> @@ -13188,6 +14044,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040214"/> <info name="alt_title" value="ファミコンミニ08 マッピー"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="famicom mini 08 - mappy (japan).bin" size="4194304" crc="d4b0779a" sha1="504ac987f866e52434633725d2425c12f4829e8b" offset="000000" /> @@ -13203,6 +14060,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040214"/> <info name="alt_title" value="ファミコンミニ09 ボンバーマン"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="famicom mini 09 - bomberman (japan).bin" size="4194304" crc="3b92ee60" sha1="55faf165142357f671dc3cc2841379012a281836" offset="000000" /> @@ -13218,6 +14076,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040214"/> <info name="alt_title" value="ファミコンミニ10 スターソルジャー"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="famicom mini 10 - star soldier (japan).bin" size="4194304" crc="0958ee09" sha1="072a4aab0e817cf9f6f7e8e9eca01ce9129a69f7" offset="000000" /> @@ -13233,6 +14092,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040521"/> <info name="alt_title" value="ファミコンミニ11 マリオブラザーズ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="famicom mini 11 - mario bros. (japan).bin" size="4194304" crc="9cd4d6cf" sha1="e2a48d19ae151c9af3fa8199d608fb8cfa417031" offset="000000" /> @@ -13248,6 +14108,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040521"/> <info name="alt_title" value="ファミコンミニ12 クルクルランド"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="famicom mini 12 - clu clu land (japan).bin" size="4194304" crc="c4c03aa8" sha1="132b71a3e51421f1c2da6c12c72408ca7db262c2" offset="000000" /> @@ -13263,6 +14124,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040521"/> <info name="alt_title" value="ファミコンミニ13 バルーンファイト"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="famicom mini 13 - balloon fight (japan).bin" size="4194304" crc="45d299d7" sha1="b3e9710536c5e7cc13fdb2169ca31c5feda8ac8b" offset="000000" /> @@ -13278,6 +14140,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040521"/> <info name="alt_title" value="ファミコンミニ14 レッキングクルー"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="famicom mini 14 - wrecking crew (japan).bin" size="4194304" crc="6c0611f0" sha1="2cf08ca3b76e6d1f5705457c6296826c71a38a34" offset="000000" /> @@ -13293,6 +14156,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040521"/> <info name="alt_title" value="ファミコンミニ15 ドクターマリオ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="famicom mini 15 - dr. mario (japan).bin" size="4194304" crc="e23a7ed0" sha1="35633b66cc920ac45e061cf40eb7761405881cef" offset="000000" /> @@ -13308,6 +14172,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040521"/> <info name="alt_title" value="ファミコンミニ16 ディグダグ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="famicom mini 16 - dig dug (japan).bin" size="4194304" crc="57513b63" sha1="7d870c79a7576630a16471d91bd23c1681b7ddc3" offset="000000" /> @@ -13323,6 +14188,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040521"/> <info name="alt_title" value="ファミコンミニ17 高橋名人の冒険島"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="famicom mini 17 - takahashi meijin no bouken-jima (japan).bin" size="4194304" crc="3bef3b74" sha1="dbd9eed25971ef42dce3852faa778571c4bb3faa" offset="000000" /> @@ -13338,6 +14204,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040521"/> <info name="alt_title" value="ファミコンミニ18 魔界村"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="famicom mini 18 - makai mura (japan).bin" size="4194304" crc="85261ec6" sha1="d52329277b87ffbfe87e3e7f5ca8153170fe177e" offset="000000" /> @@ -13353,6 +14220,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040521"/> <info name="alt_title" value="ファミコンミニ19 ツインビー"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="famicom mini 19 - twin bee (japan).bin" size="4194304" crc="26a17681" sha1="b3fa545ffdbccb612b56c817c64ab16580b1a1ad" offset="000000" /> @@ -13368,6 +14236,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040521"/> <info name="alt_title" value="ファミコンミニ20 がんばれゴエモン!からくり道中"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="famicom mini 20 - ganbare goemon! - karakuri douchuu (japan).bin" size="4194304" crc="10b48dba" sha1="b681c2d7979b008d98eda75ae12bc071cc21da6f" offset="000000" /> @@ -13383,6 +14252,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040810"/> <info name="alt_title" value="ファミコンミニ21 スーパーマリオブラザーズ2"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="famicom mini 21 - super mario bros. 2 (japan).bin" size="4194304" crc="f55674a3" sha1="3455d771f2e974e1ac55543af741ae7fded0312a" offset="000000" /> @@ -13398,6 +14268,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040810"/> <info name="alt_title" value="ファミコンミニ22 謎の村雨城"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="famicom mini 22 - nazo no murasame jou (japan).bin" size="4194304" crc="8233349c" sha1="0100d4e94c30adf73cd6082b89911dedf723ecd5" offset="000000" /> @@ -13413,6 +14284,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040810"/> <info name="alt_title" value="ファミコンミニ23 メトロイド"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="famicom mini 23 - metroid (japan).bin" size="4194304" crc="abeccdab" sha1="2e1df85e7d41198bd56735c5c9746904464d7150" offset="000000" /> @@ -13428,6 +14300,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040810"/> <info name="alt_title" value="ファミコンミニ24 光神話 パルテナの鏡"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="famicom mini 24 - hikari shinwa - palthena no kagami (japan).bin" size="4194304" crc="f311edac" sha1="cca6eb41ea8edc8115994fad2a0b329af44bb659" offset="000000" /> @@ -13443,6 +14316,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040810"/> <info name="alt_title" value="ファミコンミニ25 リンクの冒険"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="famicom mini 25 - the legend of zelda 2 - link no bouken (japan).bin" size="4194304" crc="1cbe712a" sha1="203af9b451880595e8344bb508e839dc65b83930" offset="000000" /> @@ -13458,6 +14332,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040810"/> <info name="alt_title" value="ファミコンミニ26 ふぁみこんむかし話 新・鬼ヶ島 前後編"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="famicom mini 26 - famicom mukashibanashi - shin onigashima - zen, kouhen (japan).bin" size="4194304" crc="63b51337" sha1="2f938a543feb9506c8c41dbc9822b09d60bfbe75" offset="000000" /> @@ -13473,6 +14348,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040810"/> <info name="alt_title" value="ファミコンミニ27 ファミコン探偵倶楽部 消えた後継者 前後編"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="famicom mini 27 - famicom tantei club - kieta koukeisha - zen, kouhen (japan).bin" size="4194304" crc="3cf43405" sha1="bc7824cf06073dad51c1132de5ef336965d07b46" offset="000000" /> @@ -13488,6 +14364,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040810"/> <info name="alt_title" value="ファミコンミニ28 ファミコン探偵倶楽部 PART II うしろに立つ少女 前後編"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="famicom mini 28 - famicom tantei club part ii - ushiro ni tatsu shoujo - zen, kouhen (japan).bin" size="4194304" crc="75e1b220" sha1="1db238e8065d4ef17bcfa1e839815348da4a7353" offset="000000" /> @@ -13503,6 +14380,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040810"/> <info name="alt_title" value="ファミコンミニ29 悪魔城ドラキュラ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="famicom mini 29 - akumajou dracula (japan).bin" size="4194304" crc="012fa057" sha1="dcfb0f7cb4edb67f2d449c43ba33def09db38bf9" offset="000000" /> @@ -13518,6 +14396,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040810"/> <info name="alt_title" value="ファミコンミニ30 SDガンダムワールド ガチャポン戦士 スクランブルウォーズ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="famicom mini 30 - sd gundam world - gachapon senshi scramble wars (japan).bin" size="4194304" crc="9ed2daeb" sha1="d3e54cfc3e0b08f54bd8b4520e0b661fbf0a75d8" offset="000000" /> @@ -13545,6 +14424,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020614"/> <info name="alt_title" value="ファミリーテニスアドバンス"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="family tennis advance (japan).bin" size="4194304" crc="bb43c681" sha1="544219c57cfe312f6bd799caf53e90b3f63b0142" offset="000000" /> @@ -13560,6 +14440,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020628"/> <info name="alt_title" value="ファミスタアドバンス"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="famista advance (japan).bin" size="4194304" crc="f7a58ae8" sha1="6aa75b95b5ff6f0d9e81fa682d668fe0fc0f78da" offset="000000" /> @@ -13575,6 +14456,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020927"/> <info name="alt_title" value="ファンシーポケット"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="fancy pocket (japan).bin" size="4194304" crc="a29a50e7" sha1="67f69ca28c8248045d7f6120dbdab2468c0e1969" offset="000000" /> @@ -13587,6 +14469,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2005</year> <publisher>Activision</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="fantastic 4 (europe).bin" size="16777216" crc="b30ae33d" sha1="758b2afaf4dcd96baab60e04d64eb22718efcecf" offset="000000" /> @@ -13599,6 +14482,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>19??</year> <publisher><unknown></publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="fantastic 4 (europe) (fr,de,es,nl).bin" size="16777216" crc="88643de0" sha1="1e6ef7a4c941ea074ed88010f5cd7bab7c807d0d" offset="000000" /> @@ -13612,6 +14496,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher><unknown></publisher> <info name="alt_title" value="I Fantastici 4 (Box)" /> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="fantastici 4, i (italy).bin" size="16777216" crc="5d4645e1" sha1="22868cb063a6f259b3aab2062403f2f633d7b39f" offset="000000" /> @@ -13625,6 +14510,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Activision</publisher> <info name="serial" value="AGB-BF4E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="fantastic 4 (usa).bin" size="16777216" crc="ff2c6ea9" sha1="9673c055a04657a620ad1ed2710c3d33fb2a70a4" offset="000000" /> @@ -13638,6 +14524,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Activision</publisher> <info name="serial" value="AGB-BH4P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="fantastic 4 - flame on (europe).bin" size="8388608" crc="671957af" sha1="9bf00167388db1394510a47e49a59d8793cf1c65" offset="000000" /> @@ -13651,6 +14538,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Activision</publisher> <info name="serial" value="AGB-BH4E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="fantastic 4 - flame on (usa).bin" size="8388608" crc="ddde4295" sha1="c2f979e257608dc3425e9567a14a8a514443e614" offset="000000" /> @@ -13666,6 +14554,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20050519"/> <info name="alt_title" value="ファンタジックチルドレン"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="fantastic children (japan).bin" size="8388608" crc="fefe25be" sha1="8af0853249f6f4da90ac1044c387e067ef85972a" offset="000000" /> @@ -13682,6 +14571,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20021101"/> <info name="alt_title" value="ファンタジックメルヘン ケーキ屋さん物語 +動物キャラナビ占い個性心理学"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="fantastic maerchen - cake-ya-san monogatari (japan).bin" size="8388608" crc="ec60d573" sha1="826c247ef4e5b831aa0d75e97cfdfe06c48ad7af" offset="000000" /> @@ -13695,6 +14585,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Hip Games</publisher> <info name="serial" value="AGB-BFUE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="fear factor unleashed (usa).bin" size="8388608" crc="bf91c27d" sha1="d6f60f7d1707dca21c61f50db2b6324b7d680012" offset="000000" /> @@ -13710,6 +14601,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20010920"/> <info name="alt_title" value="FIELD OF NINE DIGITAL EDITION 2001"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="field of nine - digital edition 2001 (japan).bin" size="8388608" crc="4fd9c349" sha1="876e474d92e97cc3e56c0d557458d6bb49366e04" offset="000000" /> @@ -13724,6 +14616,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="alt_title" value="Fifa 06 Soccer (USA Box)" /> <info name="serial" value="AGB-BF6E-USA, AGB-BF6P-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="fifa soccer 06 (usa, europe) (en,fr,de,es,it,nl).bin" size="8388608" crc="be4c3cb1" sha1="d44618a182d036be6c744b57c5195593117b4543" offset="000000" /> @@ -13738,6 +14631,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="alt_title" value="Fifa Soccer 2003 (USA Box), Fifa Football 2003 (Euro Box)" /> <info name="serial" value="AGB-AFJE-USA, AGB-AFJP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="fifa soccer 2003 (usa, europe) (en,fr,de,es,it).bin" size="4194304" crc="81f58837" sha1="2d9e6da415469ca7731e1831039955331d709009" offset="000000" /> @@ -13752,6 +14646,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="alt_title" value="Fifa Soccer 2005 (USA Box), Fifa Football 2005 (Euro Box)" /> <info name="serial" value="AGB-BF5E-USA, AGB-BF5P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="fifa soccer 2005 (usa, europe) (en,fr,de,es,it,nl).bin" size="8388608" crc="da90f396" sha1="5f1b0aacc5afaa9dd275b2df780c8a588719afa8" offset="000000" /> @@ -13765,6 +14660,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>BBC Worldwide</publisher> <info name="serial" value="AGB-BOXP-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="fightbox (europe).bin" size="4194304" crc="928b4e05" sha1="0e3a4509df4ef1c2f292b9b450bae66522dfe8df" offset="000000" /> @@ -13789,6 +14685,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-AFLP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="fila decathlon (europe) (en,fr,de,es,it,sv).bin" size="4194304" crc="628355b5" sha1="41efd4b2fc8be52a12aadd1e4bf696fcc98230ca" offset="000000" /> @@ -13802,6 +14699,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Square Enix</publisher> <info name="serial" value="AGP-BFFP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="final fantasy i & ii - dawn of souls (europe) (en,fr,de,es,it).bin" size="16777216" crc="7c9854c6" sha1="200c4aaae84720f56c8140f7e8d0086292121c4b" offset="000000" /> @@ -13817,6 +14715,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040729"/> <info name="alt_title" value="ファイナルファンタジーI・IIアドバンス"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="final fantasy i - ii advance (japan) (rev 1).bin" size="16777216" crc="0f3bd723" sha1="3d1c580b9b3007f6f910d80f4c7421f5d2e19dbe" offset="000000" /> @@ -13830,6 +14729,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-BZ4P-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="final fantasy iv advance (europe) (en,fr,de,es,it).bin" size="8388608" crc="27f2bc67" sha1="b09d50d782b184c8641aea6dd904ae46c3cc72e6" offset="000000" /> @@ -13845,6 +14745,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20051215"/> <info name="alt_title" value="ファイナルファンタジーIVアドバンス"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="final fantasy iv advance (japan) (rev 1).bin" size="8388608" crc="80f1133b" sha1="621a2f95b4884cdc3d3f7a97de9c4e8b4b0c31c0" offset="000000" /> @@ -13860,6 +14761,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20051215"/> <info name="alt_title" value="ファイナルファンタジーIVアドバンス"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="final fantasy iv advance (japan).bin" size="8388608" crc="17036e02" sha1="417c7713f01d8e7a7c1f7bc11deb2e214d426cd9" offset="000000" /> @@ -13873,6 +14775,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-BZ4E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="final fantasy iv advance (usa, australia).bin" size="8388608" crc="feeebde4" sha1="c49be22eaf999774d5f2983e12ed4aace2950f36" offset="000000" /> @@ -13886,6 +14789,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-AFXP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_512" /> <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="16777216"> <rom name="final fantasy tactics advance (europe) (en,fr,de,es,it).bin" size="16777216" crc="ba5de047" sha1="9efaf328cbbcbc830be14940e42e4b92d90dfb58" offset="000000" /> @@ -13901,6 +14805,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030214"/> <info name="alt_title" value="ファイナルファンタジー タクティクス アドバンス"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_512" /> <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="16777216"> <rom name="final fantasy tactics advance (japan).bin" size="16777216" crc="a57b0034" sha1="fa9d23ee88c7fe24374337aca03eb864b5b991f4" offset="000000" /> @@ -13914,6 +14819,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-BZ5P-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="final fantasy v advance (europe) (en,fr,de,es,it).bin" size="16777216" crc="7197117e" sha1="4fc4bc7c1c3abe9d2f9c59a3ae4172b5cb57bd2c" offset="000000" /> @@ -13929,6 +14835,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20061012"/> <info name="alt_title" value="ファイナルファンタジーVアドバンス"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="final fantasy v advance (japan).bin" size="8388608" crc="fc7909a7" sha1="f4f6806051097c3088a5763d6d7211024fe5cc34" offset="000000" /> @@ -13942,6 +14849,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-BZ5E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="final fantasy v advance (usa).bin" size="8388608" crc="7a24ab0c" sha1="492789276eaa3e94152b143ad92f310b8a3d5366" offset="000000" /> @@ -13955,6 +14863,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-BZ6P-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="final fantasy vi advance (europe) (en,fr,de,es,it).bin" size="16777216" crc="d15deba5" sha1="c5b27ed0870ea64e6a001c5bc367f76571ace973" offset="000000" /> @@ -13970,6 +14879,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20061130"/> <info name="alt_title" value="ファイナルファンタジーVIアドバンス"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="final fantasy vi advance (japan).bin" size="8388608" crc="d67478fe" sha1="1850fedde7305c4baf42e0594aaabe17c549d7e2" offset="000000" /> @@ -13983,6 +14893,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-BZ6E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="final fantasy vi advance (usa).bin" size="8388608" crc="d708f5ab" sha1="e9a2a58bc56ace26cb56d0cf5cdad1a10aa5dedf" offset="000000" /> @@ -13998,6 +14909,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20010525"/> <info name="alt_title" value="ファイナル ファイト ワン"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="final fight one (japan).bin" size="4194304" crc="c9e5e223" sha1="3a0fa85187aa7c20842abeb1a6cbc11b21131b2c" offset="000000" /> @@ -14011,6 +14923,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Capcom</publisher> <info name="serial" value="AGB-AFFE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="final fight one (usa).bin" size="4194304" crc="052c9997" sha1="17918e125bcafd44fcf3b21813575c2ccb19bd45" offset="000000" /> @@ -14026,6 +14939,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020718"/> <info name="alt_title" value="ファイナルファイヤープロレスリング 夢の団体運営!"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="16777216"> <rom name="final fire pro wrestling - yume no dantai unei! (japan).bin" size="16777216" crc="a0093822" sha1="4894c960c64b4f2d250e054ffd5d6971940c3b17" offset="000000" /> @@ -14123,6 +15037,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20041119"/> <info name="alt_title" value="ファインディング・ニモ 新たなる冒険"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="finding nemo - aratanaru bouken (japan).bin" size="4194304" crc="4c77eda6" sha1="5f767c59461214e8c16caf8427e34e462b831747" offset="000000" /> @@ -14168,6 +15083,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2004</year> <publisher>Nintendo</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="fire emblem (europe) (en,es,it).bin" size="16777216" crc="9decc754" sha1="f2eb087e9254faa7656ec6f1cf81fa701a853124" offset="000000" /> @@ -14183,6 +15099,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030425"/> <info name="alt_title" value="ファイアーエムブレム 烈火の剣"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="fire emblem - rekka no ken (japan).bin" size="16777216" crc="f0c10e72" sha1="037702b1febd5c9535262165bf030551d153de81" offset="000000" /> @@ -14196,6 +15113,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="alt_title" value="ファイアーエムブレム 烈火の剣"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="fe7_0219.srl" size="16777216" crc="8146a270" sha1="3b987bd15a3958901f38686c54a6250ab3398703" offset="000000" /> @@ -14209,6 +15127,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="alt_title" value="ファイアーエムブレム 烈火の剣"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="fe7_0206.srl" size="16777216" crc="b40d6854" sha1="a408d29a9b80829a0864f531e04213f585192ced" offset="000000" /> @@ -14222,6 +15141,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-AE7E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="fire emblem (usa, australia).bin" size="16777216" crc="2a524221" sha1="c735fdbb9e8abe19e0c6a44708df19acc962e204" offset="000000" /> @@ -14237,6 +15157,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020329"/> <info name="alt_title" value="ファイアーエムブレム 封印の剣"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="fire emblem - fuuin no tsurugi (japan).bin" size="8388608" crc="d38763e1" sha1="a57095da867de4d585c33d4394712986245fe6ca" offset="000000" /> @@ -14250,6 +15171,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-BE8P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="33554432"> <rom name="fire emblem - the sacred stones (europe) (en,fr,de,es,it).bin" size="33554432" crc="b3005195" sha1="51b166dcca231369d7f98000766746dd4b98839c" offset="000000" /> @@ -14265,6 +15187,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20041007"/> <info name="alt_title" value="ファイアーエムブレム 聖魔の光石"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="fire emblem - seima no kouseki (japan).bin" size="16777216" crc="9d76826f" sha1="7da0456035366aa18414faa79d8fe7649f03c1ed" offset="000000" /> @@ -14278,6 +15201,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-BE8E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="fire emblem - the sacred stones (usa, australia).bin" size="16777216" crc="a47246ae" sha1="c25b145e37456171ada4b0d440bf88a19f4d509f" offset="000000" /> @@ -14291,6 +15215,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>BAM! Entertainment</publisher> <info name="serial" value="AGB-AFPE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="8388608"> <rom name="fire pro wrestling (usa, europe).bin" size="8388608" crc="12aa524c" sha1="cc9e51f22a6428af407d3c26b191aa27c387980f" offset="000000" /> @@ -14306,6 +15231,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20010321"/> <info name="alt_title" value="ファイヤープロレスリングA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="8388608"> <rom name="fire pro wrestling a (japan).bin" size="8388608" crc="0bb47e83" sha1="31bdd1b360646d41fb4d11e5bc1338097a928400" offset="000000" /> @@ -14319,6 +15245,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>BAM! Entertainment</publisher> <info name="serial" value="AGB-AFYE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="8388608"> <rom name="fire pro wrestling 2 (usa).bin" size="8388608" crc="b9cfc1d3" sha1="732e16060f7d824ed6b03f07bfc2bc2f3be1c79c" offset="000000" /> @@ -14417,6 +15344,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020502"/> <info name="alt_title" value="フォーメーションサッカー2002"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="formation soccer 2002 (japan).bin" size="4194304" crc="47f663a0" sha1="eb1b92b6ba23e8a96db007db0eb446b23129f06e" offset="000000" /> @@ -14429,6 +15357,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2006</year> <publisher>505 Games</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="foster's home for imaginary friends (europe).bin" size="4194304" crc="dee47a85" sha1="0b60fdbd2991bbc7e7ff1933cc5947be3e69411d" offset="000000" /> @@ -14442,6 +15371,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Crave Entertainment</publisher> <info name="serial" value="AGB-BFYE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="foster's home for imaginary friends (usa).bin" size="4194304" crc="d7c80592" sha1="9dcfddf55a2a60db2946e52959d82cb53c63e7df" offset="000000" /> @@ -14455,6 +15385,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>The Game Factory</publisher> <info name="serial" value="AGB-BFKP-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="frank.bin" size="4194304" crc="a0952cd0" sha1="ce978dbda60ddbee77657a60cf2102722e645dcf" offset="000000" /> @@ -14468,6 +15399,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>The Game Factory</publisher> <info name="serial" value="AGB-BFKP-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="franklin the turtle (europe) (en,fr,de,it,sv,no,da,fi).bin" size="4194304" crc="17c48263" sha1="9114816441be2173491496c4f2dbbda9def0bf2c" offset="000000" /> @@ -14481,6 +15413,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>The Game Factory</publisher> <info name="serial" value="AGB-BFKE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="franklin the turtle (usa) (en,fr,de,es,it,sv,no,da,fi).bin" size="4194304" crc="9bb561a8" sha1="25f215af94412d1b5a7026fceab1a3b6cd2a9e69" offset="000000" /> @@ -14494,6 +15427,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>The Game Factory</publisher> <info name="serial" value="AGB-BFLP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="franklin's great adventures (europe) (en,fr,de,es,it,nl,pt,da).bin" size="4194304" crc="22e65767" sha1="24f3cac73f6d21500cc4acd5238b0176d35db0d2" offset="000000" /> @@ -14507,6 +15441,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>The Game Factory</publisher> <info name="serial" value="AGB-BFLE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="franklin's great adventures (usa) (en,fr,es).bin" size="4194304" crc="7fbf8e98" sha1="2da756bed887dbd33fc0efdd3dcd01fbb92ae0dc" offset="000000" /> @@ -14580,6 +15515,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Konami</publisher> <info name="serial" value="AGB-AFRP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="frogger's adventures - temple of the frog (europe) (en,fr,de,es,it).bin" size="4194304" crc="9f8d58aa" sha1="775243abe242cd748bf9a9648481efe61b93f046" offset="000000" /> @@ -14593,6 +15529,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Konami</publisher> <info name="serial" value="AGB-AFRE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="frogger's adventures - temple of the frog (usa) (en,fr,de,es,it).bin" size="4194304" crc="2eb9eee6" sha1="7b4c27009198df18555e63fb5dcad223eaf09815" offset="000000" /> @@ -14606,6 +15543,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Konami</publisher> <info name="serial" value="AGB-AFBP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="frogger's adventures 2 - the lost wand (europe) (en,fr,de,es,it).bin" size="8388608" crc="8acd3afc" sha1="c23cb8be7fa9d39d7c3b855b9033a9a115519b2d" offset="000000" /> @@ -14619,6 +15557,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Konami</publisher> <info name="serial" value="AGB-AFBE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="frogger's adventures 2 - the lost wand (usa) (en,es).bin" size="8388608" crc="27b95c01" sha1="33101a170460fbb9664b4a1750a620436be7261d" offset="000000" /> @@ -14634,6 +15573,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030605"/> <info name="alt_title" value="フロッガー 魔法の国の大冒険"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="frogger - mahou no kuni no daibouken (japan).bin" size="8388608" crc="b1ef7532" sha1="19dc5a95bde29cf699629cb8191d168a04339877" offset="000000" /> @@ -14647,6 +15587,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Konami</publisher> <info name="serial" value="AGB-BFJE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="frogger's journey - the forgotten relic (usa).bin" size="8388608" crc="6f8bfdbc" sha1="19ed8e33fee941bae582adbc67bf8b6bc53cb069" offset="000000" /> @@ -14662,6 +15603,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040617"/> <info name="alt_title" value="フロッガー 古代文明のなぞ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="frogger - kodaibunmei no nazo (japan).bin" size="8388608" crc="6853109b" sha1="8c1a3208d6bd34df966617fcc5f539b14cc5992a" offset="000000" /> @@ -14677,6 +15619,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030328"/> <info name="alt_title" value="テレビアニメ ワンピース めざせ!キング オブ ベリー"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="8388608"> <rom name="from tv animation one piece - mezase! king of belly (japan).bin" size="8388608" crc="e6f5bdd5" sha1="9b4e610a2f342f06de3704f7f0b35e6e562da928" offset="000000" /> @@ -14692,6 +15635,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20021115"/> <info name="alt_title" value="テレビアニメ ワンピースONE PIECE ナナツ島の大秘宝"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="from tv animation one piece - nanatsu-jima no daihihou (japan).bin" size="8388608" crc="fd4ce9c8" sha1="7f1448b7f9d71e9701162749766cd3374b2965d8" offset="000000" /> @@ -14707,6 +15651,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20051027"/> <info name="alt_title" value="フロンティア ストーリーズ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="frontier stories (japan).bin" size="8388608" crc="4d6bf573" sha1="542b83af98fb489e420e6e8547d76351993a56c9" offset="000000" /> @@ -14722,6 +15667,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20041028"/> <info name="alt_title" value="フルーツ村のどうぶつたち"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="fruits mura no doubutsu-tachi (japan).bin" size="8388608" crc="ebf89b0d" sha1="8d582ad27c888e3dbbffbd421f40b54d15f977ef" offset="000000" /> @@ -14737,6 +15683,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20041028"/> <info name="alt_title" value="フルーツ村のどうぶつたち"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="fruits mura no doubutsu-tachi (japan) (rev 2).bin" size="8388608" crc="195d7ea7" sha1="21ba1d85c204f58f2867b9fde8498318c8423be7" offset="000000" /> @@ -14752,6 +15699,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030109"/> <info name="alt_title" value="不思議の国のアリス"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="fushigi no kuni no alice (japan).bin" size="4194304" crc="2cda40e1" sha1="2b2d625e71c4ffc53ce6fc573672a50e1b788dbc" offset="000000" /> @@ -14767,6 +15715,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020308"/> <info name="alt_title" value="ふしぎの国のアンジェリーク"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="fushigi no kuni no angelique (japan).bin" size="4194304" crc="803fc474" sha1="ea6d9b71023d400141e480119fce4ead28dbb845" offset="000000" /> @@ -14782,6 +15731,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20041209"/> <info name="alt_title" value="ふたりはプリキュア ありえな〜い!夢の国は大迷宮"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="futari wa pretty cure - arienaai! yume no sono wa daimeikyuu (japan).bin" size="4194304" crc="6026eecd" sha1="07f15e69cfeae805dac20d28380079a48deb97a8" offset="000000" /> @@ -14797,6 +15747,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20050728"/> <info name="alt_title" value="ふたりはプリキュア マックスハート - マジ?マジ?!ファイト de IN じゃない"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="futari wa pretty cure max heart - maji maji! fight de in janai (japan).bin" size="8388608" crc="541c18f9" sha1="fb6b864b13f41af2521c7e9c7bec0b490962452f" offset="000000" /> @@ -14812,6 +15763,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020726"/> <info name="alt_title" value="ガチャステ!ダイナデバイス ブルー"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="8388608"> <rom name="gachasute! dino device - blue (japan).bin" size="8388608" crc="eb9f6f11" sha1="eac296b55bea162df72e417a501be70060bd1337" offset="000000" /> @@ -14827,6 +15779,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020726"/> <info name="alt_title" value="ガチャステ!ダイナデバイス レッド"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="8388608"> <rom name="gachasute! dino device - red (japan).bin" size="8388608" crc="dda5ec5e" sha1="9086aa71d23a753cf0e307a37d56c61c3805adb6" offset="000000" /> @@ -14842,6 +15795,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20031205"/> <info name="alt_title" value="ガチャステ!ダイナデバイス2 ドラゴン"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="gachasute! dino device 2 - dragon (japan).bin" size="4194304" crc="a63dfd2c" sha1="8bb322121ca889ed8a7b22a907cd835e23fd4449" offset="000000" /> @@ -14857,6 +15811,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20031205"/> <info name="alt_title" value="ガチャステ!ダイナデバイス2 フェニックス"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="gachasute! dino device 2 - phoenix (japan).bin" size="4194304" crc="67e21bfe" sha1="a209ab6e216a1054961bb25c26aef79c749e2d67" offset="000000" /> @@ -14872,6 +15827,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020621"/> <info name="alt_title" value="ガチンコプロ野球"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="gachinko pro yakyuu (japan).bin" size="8388608" crc="81de0c16" sha1="e3a4e08507b6dada3dac464888e8cb97dec3a33a" offset="000000" /> @@ -14885,6 +15841,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Zoo Digital Publishing</publisher> <info name="serial" value="AGB-AQ2P-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="gadget racers (europe) (en,fr,de).bin" size="8388608" crc="d2bc5027" sha1="7a7cd2860c677aaf6d45814877727e0077c7707b" offset="000000" /> @@ -14898,6 +15855,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Conspiracy Entertainment</publisher> <info name="serial" value="AGB-AQAE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="gadget racers (usa).bin" size="4194304" crc="95dd156a" sha1="bef8444d0730b61e55883cc3edf754f884f7df61" offset="000000" /> @@ -14913,6 +15871,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040722"/> <info name="alt_title" value="学校の怪談 百妖箱の封印"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="gakkou no kaidan - hyakuyoubako no fuuin (japan).bin" size="8388608" crc="5847a906" sha1="f7e55c8a94eec49ef9eed39ac076688de2ee5a42" offset="000000" /> @@ -14928,6 +15887,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20011207"/> <info name="alt_title" value="学校をつくろう!!アドバンス"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="gakkou o tsukurou!! advance (japan).bin" size="8388608" crc="6eb70422" sha1="5bd69c56b2b61db05464bebc2b579457b986c01b" offset="000000" /> @@ -14943,6 +15903,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20041118"/> <info name="alt_title" value="学園アリス ドキドキ★不思議たいけん"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="gakuen alice - dokidoki fushigi taiken (japan).bin" size="8388608" crc="aab51f8c" sha1="2d97fde943dd575cbf29c420eb6694f411cfd626" offset="000000" /> @@ -14958,6 +15919,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20041118"/> <info name="alt_title" value="学園アリス ドキドキ★不思議たいけん"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="gakuen alice - dokidoki fushigi taiken (japan) (rev 1).bin" size="8388608" crc="8cb61158" sha1="3b61a6b5cb8e4451fa296245a6344006e69d5272" offset="000000" /> @@ -14973,6 +15935,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20031205"/> <info name="alt_title" value="学園戦記ムリョウ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="gakuen senki muryou (japan).bin" size="8388608" crc="82983321" sha1="138659feb870c798fa7f6553af0e859b6736d030" offset="000000" /> @@ -14988,6 +15951,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020913"/> <info name="alt_title" value="ギャラクシーエンジェル ゲームボーイアドバンス - 盛りだくさん天使のフルコース おかわり自由"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="galaxy angel game boy advance - moridakusan tenshi no full-course - okawari jiyuu (japan).bin" size="16777216" crc="b99e2333" sha1="6c7ab1710303f48174646f00fc5c6981d2b4cb31" offset="000000" /> @@ -15001,6 +15965,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Electronic Arts</publisher> <info name="serial" value="AGB-AG8E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="galidor - defenders of the outer dimension (usa) (en,fr,de,es,it,nl,sv,da).bin" size="4194304" crc="4d8f49f9" sha1="86cf0842e9fcbdfe6240be580e08ae44e0a07a47" offset="000000" /> @@ -15016,6 +15981,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020719"/> <info name="alt_title" value="勝負師伝説 哲也 甦る伝説"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="gambler densetsu tetsuya - yomigaeru densetsu (japan).bin" size="8388608" crc="8a879018" sha1="bf4664ec225ed66e72e98393b9b6ec10b3cc9b10" offset="000000" /> @@ -15029,6 +15995,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-AQWP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="game & watch gallery advance (europe).bin" size="4194304" crc="85c837af" sha1="3d6935d925a375add5532b50816c497d3cd67c59" offset="000000" /> @@ -15042,6 +16009,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-AQWE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="game & watch gallery 4 (usa).bin" size="4194304" crc="7e90cea2" sha1="56be8e044aba698f1d573053b5af8e0c0bfcc060" offset="000000" /> @@ -15447,6 +16415,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20041125"/> <info name="alt_title" value="ゲームボーイウォーズアドバンス1+2"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_1m" /> <feature name="pcb_type" value="GBA-FLASH-1M" /> <dataarea name="rom" size="16777216"> <rom name="game boy wars advance 1+2 (japan).bin" size="16777216" crc="49ee1fdd" sha1="0e805762d02df41a7c1f840569d17efb2fb92b1c" offset="000000" /> @@ -15474,6 +16443,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20050127"/> <info name="alt_title" value="がんばれ! ドッジファイターズ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="ganbare! dodge fighters (japan).bin" size="4194304" crc="276e5814" sha1="88b7832624bdb1da62b5e8f2ebceecc4628c7924" offset="000000" /> @@ -15511,6 +16481,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>The Game Factory</publisher> <info name="serial" value="AGB-BG9P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="garfield and his nine lives (europe) (en,fr,de,es,it,nl).bin" size="4194304" crc="f0ba1a8e" sha1="4f24065f4ffc51d1a8c9317c6006f66e1e703ff1" offset="000000" /> @@ -15524,6 +16495,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>The Game Factory</publisher> <info name="serial" value="AGB-BG9E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="garfield and his nine lives (usa) (en,fr,es).bin" size="4194304" crc="d442f13d" sha1="6befcc1236770ec8ed833d49b5d8dbdf62bda506" offset="000000" /> @@ -15537,6 +16509,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Midway</publisher> <info name="serial" value="AGB-AYGE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="gauntlet - dark legacy (usa).bin" size="8388608" crc="e99de964" sha1="3ea608f4ea2235886fa1d7256f6a9ae88c2c0e28" offset="000000" /> @@ -15552,6 +16525,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20031211"/> <info name="alt_title" value="ゲゲゲの鬼太郎 危機一髪! 妖怪列島"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="gegege no kitarou - kikiippatsu! youkai rettou (japan).bin" size="16777216" crc="7f2b2657" sha1="c32f197f4c6049d4553d7ae7af94011694019626" offset="000000" /> @@ -15591,6 +16565,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030320"/> <info name="alt_title" value="激闘伝説 プロレスリング ノア ドリームマネジメント"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="gekitou densetsu noah - dream management (japan).bin" size="8388608" crc="3e04fdc7" sha1="87576a7d83bc49dbc533c18363e8f6d86019583f" offset="000000" /> @@ -15606,6 +16581,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20011130"/> <info name="alt_title" value="激闘!カーバトラーGO !!"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="gekitou! car battler go!! (japan).bin" size="8388608" crc="321b19b6" sha1="cd3d70e6cf3c7dec72d4f1f3678113d44a00facc" offset="000000" /> @@ -15619,6 +16595,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Metro3D</publisher> <info name="serial" value="AGB-AZSE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="gem smashers (usa).bin" size="4194304" crc="2eb60177" sha1="953401a9bd75e8e589e9da9a97e8035606d2d912" offset="000000" /> @@ -15634,6 +16611,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20041223"/> <info name="alt_title" value="幻星神ジャスティライザー 装着!地球の戦士たち"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_512" /> <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="16777216"> <rom name="genseishin justirisers - souchaku! chikyuu no senshi-tachi (japan).bin" size="16777216" crc="580a00a5" sha1="54de19108f2b8411ff2e52f7b5bf8e68bb19ae6d" offset="000000" /> @@ -15649,6 +16627,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030801"/> <info name="alt_title" value="幻想魔伝最遊記 〜叛逆の闘神太子〜"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="gensou maden saiyuuki - hangyaku no toushin-taishi (japan).bin" size="8388608" crc="1dfbd741" sha1="10710bc9e66d9c92ccaf77d3343c270a0e3f0e35" offset="000000" /> @@ -15678,6 +16657,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040722"/> <info name="alt_title" value="Get Ride! アムドライバー 閃光のヒーロー誕生!"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_512" /> <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="16777216"> <rom name="get ride! amdriver - senkou no hero tanjou! (japan).bin" size="16777216" crc="9cf6887c" sha1="93bca01e1399780361a5620a50f166a3636e1203" offset="000000" /> @@ -15693,6 +16673,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20041216"/> <info name="alt_title" value="Get Ride! アムドライバー出撃!バトルパーティー"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="get ride! amdriver shuggeki! battle party (japan).bin" size="16777216" crc="66d6e299" sha1="14245dd8fccf96f527a443cda8d848cfd2beff2d" offset="000000" /> @@ -15708,6 +16689,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030711"/> <info name="alt_title" value="GET ! ボクのムシつかまえて"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="get! - boku no mushi tsukamaete (japan).bin" size="8388608" crc="41ea70a3" sha1="0491bf0e9fe5b240c1de93460c41bfeb63b2ed1b" offset="000000" /> @@ -15723,6 +16705,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030904"/> <info name="alt_title" value="ゲットバッカーズ 奪還屋 邪眼封印!"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="getbackers dakkanya - jagan fuuin! (japan).bin" size="16777216" crc="205c9f56" sha1="8c9e6900e537d8d1909b3e4b512f8fbd3ff92712" offset="000000" /> @@ -15738,6 +16721,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20010426"/> <info name="alt_title" value="ゲットバッカーズ 奪還屋 地獄のスカラムーシュ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="4194304"> <rom name="getbackers dakkanya - jigoku no scaramouche (japan).bin" size="4194304" crc="c0a0a979" sha1="522c336dd10985a8e903edf28c8153410c792cf6" offset="000000" /> @@ -15753,6 +16737,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030320"/> <info name="alt_title" value="ゲットバッカーズ 奪還屋 メトロポリス奪還作戦!"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_512" /> <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="8388608"> <rom name="getbackers dakkanya - metropolis dakkan sakusen! (japan).bin" size="8388608" crc="91dad468" sha1="72dce89b9529f8a0b17fd154c915875a0c02e2d9" offset="000000" /> @@ -15768,6 +16753,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020725"/> <info name="alt_title" value="ゴーストトラップ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="ghost trap (japan).bin" size="8388608" crc="81ea54e2" sha1="00efb5ed50127f91e2a2827926cf2d4491e4b1b3" offset="000000" /> @@ -15781,6 +16767,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Global Star Software</publisher> <info name="serial" value="AGB-B3ZP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="global star - sudoku fever (europe) (en,fr,de,es,it).bin" size="4194304" crc="383cf600" sha1="8a6ab9e999cb9618bf169f70a9423abdc0de6a92" offset="000000" /> @@ -15794,6 +16781,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Global Star Software</publisher> <info name="serial" value="AGB-B3ZE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="global star - sudoku fever (usa).bin" size="4194304" crc="51a42f19" sha1="02bbf5adad90b431da981785dbe10b273599153e" offset="000000" /> @@ -15833,6 +16821,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020228"/> <info name="alt_title" value="ゴエモン ニューエイジ出動!"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="goemon - new age shutsudou! (japan).bin" size="4194304" crc="86d6c574" sha1="10eec7513511f0b891f32e44eff383a3a090f787" offset="000000" /> @@ -15859,6 +16848,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2002</year> <publisher>Nintendo</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="8388608"> <rom name="golden sun (france).bin" size="8388608" crc="f6521161" sha1="42f3b262c16cfc5bde1fa2b25016fb74046de1b3" offset="000000" /> @@ -15871,6 +16861,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2002</year> <publisher>Nintendo</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="8388608"> <rom name="golden sun (germany).bin" size="8388608" crc="1053dce4" sha1="c23ab91a39434623cf1a999f387d743ade1a22a6" offset="000000" /> @@ -15883,6 +16874,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2002</year> <publisher>Nintendo</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="8388608"> <rom name="golden sun (italy).bin" size="8388608" crc="f3128812" sha1="ca45e04b26b2f040ac63e679a459d21869f5f28d" offset="000000" /> @@ -15895,6 +16887,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2003</year> <publisher>Nintendo</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="16777216"> <rom name="golden sun - die vergessene epoche (germany).bin" size="16777216" crc="d981d889" sha1="7820b4c7ba9002b0e9be23a6f45a9ab204986438" offset="000000" /> @@ -15907,6 +16900,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2003</year> <publisher>Nintendo</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="16777216"> <rom name="golden sun - l'age perdu (france).bin" size="16777216" crc="1090bd33" sha1="f14855c0f8c87a95cc52189e8e3b2bd9df186322" offset="000000" /> @@ -15919,6 +16913,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2003</year> <publisher>Nintendo</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="16777216"> <rom name="golden sun - l'era perduta (italy).bin" size="16777216" crc="a3e49743" sha1="57f1d005666b81645e55412658427e27099c5907" offset="000000" /> @@ -15931,6 +16926,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2003</year> <publisher>Nintendo</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="16777216"> <rom name="golden sun - la edad perdida (spain).bin" size="16777216" crc="ee38ba94" sha1="a2e3e80036195343c2713410ac14f4e329e3f40d" offset="000000" /> @@ -15955,6 +16951,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Konami</publisher> <info name="serial" value="AGB-AGAP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="gradius advance (europe).bin" size="4194304" crc="3722bdfa" sha1="1f28db5ac70ae11b2f3414369d1be73accb36f3b" offset="000000" /> @@ -15968,6 +16965,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Konami</publisher> <info name="serial" value="AGB-AGAE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="gradius galaxies (usa).bin" size="4194304" crc="8103428d" sha1="dc0f3c4b71c7f543d1693d2a0c356f10f39d16d9" offset="000000" /> @@ -15983,6 +16981,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020117"/> <info name="alt_title" value="グラディウス ジェネレーション"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="gradius generation (japan).bin" size="4194304" crc="6c20ea42" sha1="b1db63dd449153b82b16abcadf1eeb7c7a100dbb" offset="000000" /> @@ -15996,6 +16995,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Rockstar Games</publisher> <info name="serial" value="AGB-BGTP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="grand theft auto advance (europe) (en,fr,de,es,it).bin" size="16777216" crc="4189e07f" sha1="06230842626da504f92396074f7c655e100f5d44" offset="000000" /> @@ -16009,6 +17009,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Rockstar Games</publisher> <info name="serial" value="AGB-BGTE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="grand theft auto advance (usa).bin" size="16777216" crc="1fa131e8" sha1="742fc0062ad930253ffea449953061381577649e" offset="000000" /> @@ -16024,6 +17025,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020808"/> <info name="alt_title" value="グレイテストナイン"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="greatest nine (japan).bin" size="8388608" crc="379e64d7" sha1="3dcae687a828663429b424cd54aa5a776cddabe5" offset="000000" /> @@ -16037,6 +17039,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>NewKidCo</publisher> <info name="serial" value="AGB-BUSE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="green eggs and ham by dr. seuss (usa).bin" size="4194304" crc="e4ae2cd1" sha1="be062fa28db26ec37ec96e5a7e6dc77cf4ad6907" offset="000000" /> @@ -16050,6 +17053,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Activision</publisher> <info name="serial" value="AGB-BGOE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="16777216"> <rom name="greg hastings' tournament paintball max'd (usa).bin" size="16777216" crc="649f7bb2" sha1="7f80cb2a3fa2c7fe2a7a1f9a7532eec7f72a682d" offset="000000" /> @@ -16098,6 +17102,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Midway</publisher> <info name="serial" value="AGB-BIEE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="grim adventures of billy & mandy, the (usa).bin" size="8388608" crc="155587bc" sha1="6c4a94968e518cde693cec4cc91b9eaae4406187" offset="000000" /> @@ -16113,6 +17118,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020320"/> <info name="alt_title" value="グルーヴ アドベンチャー レイヴ 光と闇の大決戦"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="groove adventure rave - hikari to yami no daikessen (japan).bin" size="8388608" crc="e7421b14" sha1="37ba9ec59af08f4f04945c928ff09a624b28275a" offset="000000" /> @@ -16128,6 +17134,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020926"/> <info name="alt_title" value="グルーヴ アドベンチャー レイヴ - 光と闇の大決戦2"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="groove adventure rave - hikari to yami no daikessen 2 (japan).bin" size="8388608" crc="006f9150" sha1="f5003e103a648bab8271324bbd47dc0b4898e1fb" offset="000000" /> @@ -16153,6 +17160,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-AGWP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="gt advance 2 - rally racing (europe).bin" size="8388608" crc="73411578" sha1="8185c05c709b2e1ceadedd905f7f38107decbdcd" offset="000000" /> @@ -16166,6 +17174,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-AGWE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="gt advance 2 - rally racing (usa).bin" size="8388608" crc="f335db88" sha1="7a7c2a76bc5c7995b5186d90c5fdd7bc303f0e85" offset="000000" /> @@ -16179,6 +17188,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-A2GP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="gt advance 3 - pro concept racing (europe).bin" size="8388608" crc="03898e7f" sha1="1e81d7ad7a9d8c179ef9f1a2e334a155799fe788" offset="000000" /> @@ -16192,6 +17202,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-A2GE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="gt advance 3 - pro concept racing (usa).bin" size="8388608" crc="0a331e11" sha1="f1b9dd89d0e1151b47545eab381fb44c8f4dcca5" offset="000000" /> @@ -16204,6 +17215,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2001</year> <publisher>Kemco</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="gt championship (europe).bin" size="4194304" crc="e92ec7aa" sha1="b49953ee8c7296205cbb5ac60da298c9d7b3c4a2" offset="000000" /> @@ -16251,6 +17263,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Sammy</publisher> <info name="serial" value="AGB-AGXP-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="8388608"> <rom name="guilty gear x - advance edition (europe).bin" size="8388608" crc="ba95861d" sha1="8236a650a18dfedc22da7c00b5affd3e752ec5de" offset="000000" /> @@ -16278,6 +17291,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20010124"/> <info name="alt_title" value="ギルティギア ゼクス アドバンスエディション"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="8388608"> <rom name="guilty gear x - advance edition (japan).bin" size="8388608" crc="160903ee" sha1="0801b7e39462527d5b650e57fcce908711258a0c" offset="000000" /> @@ -16291,6 +17305,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Sammy</publisher> <info name="serial" value="AGB-AGXE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="8388608"> <rom name="guilty gear x - advance edition (usa).bin" size="8388608" crc="70db3f96" sha1="bb064410c57324b25de96d297338cc5e73262fe6" offset="000000" /> @@ -16304,6 +17319,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Namco</publisher> <info name="serial" value="AGB-BGVE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="gumby vs. the astrobots (usa).bin" size="4194304" crc="2b7e3ccb" sha1="52a9f74901ed13f6641b6ba0335a2f9ea031063b" offset="000000" /> @@ -16319,6 +17335,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20051006"/> <info name="alt_title" value="ガンスタースーパーヒーローズ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="gunstar super heroes (japan).bin" size="8388608" crc="6d4307f7" sha1="6894ed29af5a1603c72e3b55047a5c9f5d5ddb6b" offset="000000" /> @@ -16332,6 +17349,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Sega</publisher> <info name="serial" value="AGB-BHGE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="gunstar super heroes (usa).bin" size="8388608" crc="7cd86b02" sha1="5f3ce44716754bf0423aedde7cb1693cea328a0d" offset="000000" /> @@ -16347,6 +17365,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20011228"/> <info name="alt_title" value="グランボ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="guranbo (japan).bin" size="8388608" crc="cdd2e273" sha1="8cc23cb007fb24583034fccf5f37f46d99f85747" offset="000000" /> @@ -16362,6 +17381,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20011129"/> <info name="alt_title" value="ぐるロジチャンプ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="4194304"> <rom name="guru logic champ (japan).bin" size="4194304" crc="30d04ad9" sha1="77588b6e802de57d1d826c4d43e4c3b0e3aebdae" offset="000000" /> @@ -16377,6 +17397,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20011012"/> <info name="alt_title" value="逆転裁判"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="gyakuten saiban (japan) (rev 1).bin" size="8388608" crc="a0f4801f" sha1="ea7dabc4f5330c89a341ca38067fb025de73c835" offset="000000" /> @@ -16392,6 +17413,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20011012"/> <info name="alt_title" value="逆転裁判"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="gyakuten saiban (japan).bin" size="8388608" crc="c88f0952" sha1="15c0e3389709bb275c42e99ed25212d09e49e361" offset="000000" /> @@ -16407,6 +17429,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20021018"/> <info name="alt_title" value="逆転裁判2"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="gyakuten saiban 2 (japan).bin" size="8388608" crc="191ad26a" sha1="f7a156dbed52d3edb8104112ae40e6e2aaca57f9" offset="000000" /> @@ -16422,6 +17445,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040123"/> <info name="alt_title" value="逆転裁判3"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="gyakuten saiban 3 (japan).bin" size="8388608" crc="51b6cf22" sha1="70944b396da3f9ce039cc96bc1661826c37b0aa2" offset="000000" /> @@ -16437,6 +17461,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030704"/> <info name="alt_title" value="ハチエモン"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="hachiemon (japan).bin" size="4194304" crc="47c45b41" sha1="10c16950388599846c2a61cacc315ba81a752deb" offset="000000" /> @@ -16452,6 +17477,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040326"/> <info name="alt_title" value="鋼の錬金術師 迷走の輪舞曲"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="hagane no renkinjutsushi - meisou no rondo (japan).bin" size="8388608" crc="a8cda373" sha1="863e778fa08b3181440948241470ea37552d7820" offset="000000" /> @@ -16467,6 +17493,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040722"/> <info name="alt_title" value="鋼の錬金術師 想い出の奏鳴曲"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="hagane no renkinjutsushi - omoide no sonata (japan).bin" size="8388608" crc="c6144316" sha1="585b84b1a9a169fdb3ed30f9ad07d512a6a636de" offset="000000" /> @@ -16482,6 +17509,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20021212"/> <info name="alt_title" value="はじめの一歩 THE FIGHTING !"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="hajime no ippo - the fighting! (japan).bin" size="8388608" crc="782dc7eb" sha1="4b39dde92aa2e26433a9f0c90ca6235a508ba87c" offset="000000" /> @@ -16497,6 +17525,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020711"/> <info name="alt_title" value="はめパネ 東京ミュウミュウ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="hamepane - tokyo mew mew (japan).bin" size="4194304" crc="5875c07a" sha1="0292873f7df7ace64b5949cfed917b36f7d86ffa" offset="000000" /> @@ -16512,6 +17541,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020329"/> <info name="alt_title" value="ハムスター倶楽部3"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="hamster club 3 (japan).bin" size="8388608" crc="8173f699" sha1="5365eac146114683b614d22cc9c891e998a94f40" offset="000000" /> @@ -16528,6 +17558,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030718"/> <info name="alt_title" value="ハムスター倶楽部4 しげっち大脱走"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="hamster club 4 - shigetchi daidassou (japan).bin" size="8388608" crc="69cf5afb" sha1="0667122cf1a8db827afa221a11a364241da1dc55" offset="000000" /> @@ -16543,6 +17574,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20011019"/> <info name="alt_title" value="ハムスター物語2GBA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="hamster monogatari 2 gba (japan).bin" size="8388608" crc="617724c5" sha1="a41d7166eedd4bb8ac1b7d21c2c16fbe3523cdad" offset="000000" /> @@ -16558,6 +17590,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20021224"/> <info name="alt_title" value="ハムスター物語3GBA +ハムスター占い"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="hamster monogatari 3 gba (japan).bin" size="8388608" crc="c99d3787" sha1="500483016098601c9e6e8edb1d7b2042cab4f091" offset="000000" /> @@ -16573,6 +17606,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20031128"/> <info name="alt_title" value="ハムスター物語3EX、4、スペシャル"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="hamster monogatari 3ex 4 special (japan).bin" size="16777216" crc="5dcbcc79" sha1="e1289a61eaa4b7fb913f596a8e3db8d418aebcc4" offset="000000" /> @@ -16588,6 +17622,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030523"/> <info name="alt_title" value="ハムスター物語コレクション"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="hamster monogatari collection (japan).bin" size="8388608" crc="35584ea6" sha1="e92afa9fa008283cbd2a4e143b717ba93f0eb9d2" offset="000000" /> @@ -16603,6 +17638,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030711"/> <info name="alt_title" value="ハムスターパラダイス ピュアハート"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="hamster paradise - pure heart (japan).bin" size="8388608" crc="0e9d0144" sha1="da0b8dab120c72e2de1ff4f623e10a58f3cf177e" offset="000000" /> @@ -16618,6 +17654,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020719"/> <info name="alt_title" value="ハムスターパラダイスあどばんちゅ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="hamster paradise advanchu (japan).bin" size="8388608" crc="902befb0" sha1="747f95c137935cbb9643e818cdebfca9bd74d67c" offset="000000" /> @@ -16631,6 +17668,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-B85P-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="hamtaro - ham-ham games (europe) (en,fr,de,es,it).bin" size="16777216" crc="d9341d9c" sha1="b948e4788310c19a76af6d69847515424b618bea" offset="000000" /> @@ -16646,6 +17684,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040715 (JPN)"/> <info name="alt_title" value="とっとこハム太郎 ハムハムスポーツ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="hamtaro - ham-ham games (japan, usa) (en,ja).bin" size="16777216" crc="cc1cf806" sha1="666f9182358d10355ac1a505f52569362ae794b8" offset="000000" /> @@ -16659,6 +17698,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-AH3P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="hamtaro - ham-ham heartbreak (europe) (en,fr,de,es,it).bin" size="16777216" crc="ecbd80ea" sha1="b016328e4880f0413b9335c95758ba9c09e53710" offset="000000" /> @@ -16672,6 +17712,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-AH3E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="hamtaro - ham-ham heartbreak (usa).bin" size="8388608" crc="cd48b673" sha1="2525cc23524068dfb3a2b4e0ce7b736f95023e82" offset="000000" /> @@ -16685,6 +17726,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-A84P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="hamtaro - rainbow rescue (europe) (en,fr,de,es,it).bin" size="16777216" crc="5d051081" sha1="b6446397744c10eb08f112f005e995dd9954a675" offset="000000" /> @@ -16700,6 +17742,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040729"/> <info name="alt_title" value="花火百景アドバンス"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_512" /> <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="4194304"> <rom name="hanabi hyakkei advance (japan).bin" size="4194304" crc="173a6c4a" sha1="92fd9c9b4556ae976e32931437eff7f358bc07bd" offset="000000" /> @@ -16715,6 +17758,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020627"/> <info name="alt_title" value="花札トランプ麻雀 デパチカ 和洋中"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="hanafuda trump mahjong - depachika wayouchuu (japan).bin" size="4194304" crc="de7b8dcd" sha1="d36e3e75d895dbd93a2c424ca1f972c3f16417a0" offset="000000" /> @@ -16728,6 +17772,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Midway</publisher> <info name="serial" value="AGB-BH3P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="33554432"> <rom name="happy feet (europe) (en,fr,de,es,it).bin" size="33554432" crc="7a53173c" sha1="cbccce77bb727efa7ab4805509773121239faf13" offset="000000" /> @@ -16741,6 +17786,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Midway</publisher> <info name="serial" value="AGB-BH3E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="33554432"> <rom name="happy feet (usa) (en,fr).bin" size="33554432" crc="682617cf" sha1="e7c95cbc076e97ed2a414abc9f8d419e47174505" offset="000000" /> @@ -16754,6 +17800,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Telegames</publisher> <info name="serial" value="AGB-AH6E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="hardcore pinball (usa, europe).bin" size="4194304" crc="5466c757" sha1="1c8d1e6738443239f3acd14f0f979b3bde274dda" offset="000000" /> @@ -16805,6 +17852,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020705"/> <info name="alt_title" value="ハロボッツ ロボヒーローバトリング!!"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="harobots - robo hero battling!! (japan).bin" size="4194304" crc="f54976c8" sha1="bff7e016992d3c69156e88a5d3d43debac500646" offset="000000" /> @@ -16820,6 +17868,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020131"/> <info name="alt_title" value="ハリー・ポッターと賢者の石"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="harry potter to kenja no ishi (japan).bin" size="8388608" crc="a069750d" sha1="3d377f5ddb6f2991d4e23dff7264f1d0a3b245b8" offset="000000" /> @@ -16835,6 +17884,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20021123"/> <info name="alt_title" value="ハリー・ポッターと秘密の部屋"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="harry potter to himitsu no heya (japan).bin" size="8388608" crc="b485dabf" sha1="bacf6db02e14599f5dbc8202243eac134566e96f" offset="000000" /> @@ -16848,6 +17898,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Electronic Arts</publisher> <info name="serial" value="AGB-BHPE-USA, AGB-BHPP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="harry potter - quidditch world cup (usa, europe) (en,fr,de,es,it,nl,da).bin" size="8388608" crc="486041a4" sha1="7b7835b655f34efec44ed090821257d5e1378275" offset="000000" /> @@ -16863,6 +17914,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20031113"/> <info name="alt_title" value="ハリー・ポッター クィディッチ・ワールドカップ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="harry potter - quidditch world cup (japan).bin" size="8388608" crc="c1f26f37" sha1="0f505d02c957386a469ff77bdfbd15c92a565e6b" offset="000000" /> @@ -16878,6 +17930,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040626"/> <info name="alt_title" value="ハリー・ポッターとアズカバンの囚人"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="16777216"> <rom name="harry potter to azkaban no shuujin (japan).bin" size="16777216" crc="42e590d6" sha1="7d29e25cfe75069ffbf84a7b5b7f8e8703fe1a32" offset="000000" /> @@ -16891,6 +17944,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Electronic Arts</publisher> <info name="serial" value="AGB-BH8E-USA, AGB-BH8P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="33554432"> <rom name="harry potter and the goblet of fire (usa, europe) (en,fr,de,es,it,nl,da).bin" size="33554432" crc="052708d7" sha1="05cb9e9fb38e18e6e9b547168efedb25343d5ad0" offset="000000" /> @@ -16904,6 +17958,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Electronic Arts</publisher> <info name="serial" value="AGB-BJXP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="harry potter and the order of the phoenix (europe) (en,fr,de,es,it,nl,da).bin" size="16777216" crc="302b8b3d" sha1="229b01a9412e9d04efea02e392718fe617d5a173" offset="000000" /> @@ -16916,6 +17971,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2005?</year> <publisher>Electronic Arts</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="33554432"> <rom name="harry potter collection (europe) (en,fr,de,es,it,nl,pt,sv,no,da).bin" size="33554432" crc="ffa9f4fb" sha1="a0e1a8f0c31ffd6e82ef99c95f903347a6eae623" offset="000000" /> @@ -16929,6 +17985,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Natsume</publisher> <info name="serial" value="AGB-AN5E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="harvest moon - friends of mineral town (usa).bin" size="8388608" crc="8e923168" sha1="a2fc3574f0a65a4fcf7682fb274b9d7eebdef963" offset="000000" /> @@ -16942,6 +17999,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Natsume</publisher> <info name="serial" value="AGB-BFGE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="harvest moon - more friends of mineral town (usa).bin" size="16777216" crc="1736b957" sha1="3aa4d46cbbf152e440942acd5f5d37ddc7b05e1d" offset="000000" /> @@ -16957,6 +18015,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20011004"/> <info name="alt_title" value="ハテナサテナ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="hatena satena (japan).bin" size="4194304" crc="6139e34d" sha1="bcf8de4b7828449261321fd4554e574696438176" offset="000000" /> @@ -16982,6 +18041,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="alt_title" value="Heidi - The Game (Euro Box), Heidi - Das Spiel zum Film (Ger Box)" /> <info name="serial" value="AGB-BHJP-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="heidi - the game (europe) (en,fr,de,es,it).bin" size="4194304" crc="e8c44fb8" sha1="c9f29c937a46371699841fd381c6bb4701deac17" offset="000000" /> @@ -17032,6 +18092,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20011019"/> <info name="alt_title" value="ハローキティコレクション ミラクルファッションメーカー"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="hello kitty collection - miracle fashion maker (japan).bin" size="8388608" crc="c8f4d874" sha1="5242170ad6fe8f1169e423f13f77ad18f54d3659" offset="000000" /> @@ -17047,6 +18108,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20041209"/> <info name="alt_title" value="ハロー!アイドルデビュー キッズアイドル育成ゲーム"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="hello! idol debut - kids idol ikusei game (japan).bin" size="8388608" crc="304bdfc3" sha1="7288a474b8d8eebb6fc8fdb90fa298b031e3e1c8" offset="000000" /> @@ -17060,6 +18122,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Disney Interactive</publisher> <info name="serial" value="AGB-B8FP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="herbie - fully loaded (europe) (en,fr,de).bin" size="8388608" crc="2521a98c" sha1="0a2f427cc781e0d8bc7b59d6cd05f0714795f38e" offset="000000" /> @@ -17073,6 +18136,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Disney Interactive</publisher> <info name="serial" value="AGB-B8FE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="herbie - fully loaded (usa).bin" size="8388608" crc="9c6a3dd1" sha1="6a9d8f05a8517a92d1908a8a5845c128bf42a573" offset="000000" /> @@ -17097,6 +18161,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>D3 Publisher</publisher> <info name="serial" value="AGB-BHHP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="hi hi puffy amiyumi - kaznapped! (europe) (en,de).bin" size="8388608" crc="e5531d04" sha1="4060be81c5a0bc741d759f75cd83823106e5b6b9" offset="000000" /> @@ -17112,6 +18177,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20051222"/> <info name="alt_title" value="ハイ!ハイ!パフィー★アミユミ 史上最大のワールドツアー!"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="hi hi puffy amiyumi (japan).bin" size="8388608" crc="90239c3d" sha1="aa2107c994dabb928d31b7b2c586abf556bb973e" offset="000000" /> @@ -17125,6 +18191,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>D3 Publisher</publisher> <info name="serial" value="AGB-BHHE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="hi hi puffy amiyumi - kaznapped! (usa).bin" size="8388608" crc="e613aa43" sha1="517e513bd1659749bfbab3d335df83a2838ee789" offset="000000" /> @@ -17140,6 +18207,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20021129"/> <info name="alt_title" value="彼岸花"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="higanbana (japan) (rev 1).bin" size="8388608" crc="c23ac287" sha1="515f150ef1e393e308bf98e2c1ccbbe4f598f6df" offset="000000" /> @@ -17153,6 +18221,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>3DO Company</publisher> <info name="serial" value="AGB-ASSE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="high heat major league baseball 2002 (usa, europe).bin" size="4194304" crc="6ea3f4e4" sha1="d9e9b232c16214ffaef1f706f8b16829f2700414" offset="000000" /> @@ -17166,6 +18235,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>3DO Company</publisher> <info name="serial" value="AGB-AHHE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="high heat major league baseball 2003 (usa).bin" size="4194304" crc="59d72cb9" sha1="9eaee2c694b0be651be0e319df1c18fdbd721267" offset="000000" /> @@ -17181,6 +18251,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020718"/> <info name="alt_title" value="ハイヒートメジャーリーグベースボール2003"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="high heat major league baseball 2003 (japan).bin" size="4194304" crc="0d9043a4" sha1="e51a7a07867134a790e5b5c8db5ea8b2892a5f2d" offset="000000" /> @@ -17195,6 +18266,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="alt_title" value="Disney High School Musical - Livin' the Dream (Box)" /> <info name="serial" value="AGB-BJ2E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="high school musical - livin' the dream (usa).bin" size="16777216" crc="7b31d4da" sha1="bada563635e1490e5bc81964a12331b0ccb806cf" offset="000000" /> @@ -17207,6 +18279,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2007</year> <publisher>Disney Interactive Studios</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="high school musical beta.bin" size="16777216" crc="c340d5f7" sha1="163701c68771e2108202a3cfd8effe69cc48aeb7" offset="000000" /> @@ -17233,6 +18306,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20011026"/> <info name="alt_title" value="ヒカルの碁"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="hikaru no go (japan).bin" size="8388608" crc="5a6c7537" sha1="a96299f55026b959ed806bff0fb4a440d33e65af" offset="000000" /> @@ -17248,6 +18322,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20011026"/> <info name="alt_title" value="ヒカルの碁"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="hikaru no go (japan) (rev 1).bin" size="8388608" crc="53116fd7" sha1="c61227f6ccfdc196ef810c1986322b0b1988e508" offset="000000" /> @@ -17263,6 +18338,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020718"/> <info name="alt_title" value="ヒカルの碁2"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="hikaru no go 2 (japan).bin" size="16777216" crc="04129a22" sha1="c2ba3a59aaa0a6f607d570500f4d085222869908" offset="000000" /> @@ -17278,6 +18354,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040805"/> <info name="alt_title" value="ひまわりどうぶつ病院 〜☆ペットのお医者さん育成ゲーム☆〜"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="himawari doubutsu byouin - pet no oishasan ikusei game (japan).bin" size="8388608" crc="8ea9afcc" sha1="fefc7a73ddceaf28ebb95b88f5f39a5489024d4e" offset="000000" /> @@ -17293,6 +18370,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020829"/> <info name="alt_title" value="姫騎士物語 Princess Blue"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="hime kishi monogatari - princess blue (japan).bin" size="8388608" crc="46810f68" sha1="bbe5bb81f05d37d4088523dc13c4682be0736678" offset="000000" /> @@ -17308,6 +18386,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020418"/> <info name="alt_title" value="ひつじのキモチ。"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="hitsuji no kimochi. (japan).bin" size="4194304" crc="d4eac9b1" sha1="10e3baa340a34f6276d892c66fa3ce4002d6e5e4" offset="000000" /> @@ -17321,6 +18400,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Sierra Entertainment</publisher> <info name="serial" value="AGB-AH9E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="hobbit, the (usa).bin" size="8388608" crc="d3f654b3" sha1="70d04d6d3ab8a1bfc4fa1a26d55cd4f73f84d479" offset="000000" /> @@ -17336,6 +18416,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20050120"/> <info name="alt_title" value="ホビットの冒険 ロード オブ ザ リング はじまりの物語"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="hobbit no bouken - lord of the rings - hajimari no monogatari (japan).bin" size="8388608" crc="65fb830a" sha1="c12f31c9f85004ee4dfe2a469a8b801c4b379bfd" offset="000000" /> @@ -17373,6 +18454,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Ubisoft</publisher> <info name="serial" value="AGB-BHUE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="horsez (usa).bin" size="8388608" crc="5b2b4452" sha1="1cb9f418005404a244e1e86dede6aff0e58cc114" offset="000000" /> @@ -17388,6 +18470,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040415"/> <info name="alt_title" value="星のカービィ 鏡の大迷宮"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="hoshi no kirby - kagami no daimeikyuu (japan) (rev 1).bin" size="16777216" crc="683d772c" sha1="75c95413eb5bb98e8e2549bcebcf590a0ce75c8b" offset="000000" /> @@ -17400,6 +18483,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2004</year> <publisher>Nintendo</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="hoshi no kirby - kagami no daimeikyuu (japan) (beta).bin" size="16777216" crc="bf80f1a1" sha1="d84dd2ad9caf2754dd76bc1f8f534b6a80a13b04" offset="000000" /> @@ -17415,6 +18499,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20021025"/> <info name="alt_title" value="星のカービィ 夢の泉デラックス"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="hoshi no kirby - yume no izumi deluxe (japan).bin" size="8388608" crc="c55a3c2c" sha1="d0e1d2578344e881780a71b9910562da4b123964" offset="000000" /> @@ -17428,6 +18513,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>BAM! Entertainment</publisher> <info name="serial" value="AGB-AHPP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="hot potato! (europe).bin" size="4194304" crc="99175c62" sha1="d3b5d26646397168c825b3696a3d0b380ae570e1" offset="000000" /> @@ -17440,6 +18526,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2001</year> <publisher>BAM! Entertainment</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="hot potato! (europe) (en,fr,de).bin" size="4194304" crc="2eb72b95" sha1="a799b6c1619aad52490f403d6614a0c6994ea67c" offset="000000" /> @@ -17453,6 +18540,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>BAM! Entertainment</publisher> <info name="serial" value="AGB-AHPE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="hot potato! (usa).bin" size="4194304" crc="5acb7a95" sha1="6d07c27f7d7858f177cf3c1466ea5a8858df4f92" offset="000000" /> @@ -17490,6 +18578,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-AHWP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="hot wheels - burnin' rubber (europe) (en,fr).bin" size="8388608" crc="4764d029" sha1="4901124cede271b8aa552cd2079dfadc4e9a1c26" offset="000000" /> @@ -17503,6 +18592,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-AHWE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="hot wheels - burnin' rubber (usa).bin" size="8388608" crc="37dcbb0d" sha1="ce370386736de2243a078eb50d9b72362588b8b5" offset="000000" /> @@ -17578,6 +18668,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020719"/> <info name="alt_title" value="ホットウィール アドバンス"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="hot wheels advance (japan).bin" size="8388608" crc="f79ffedf" sha1="4a67ebb5f9eadcb92aaee5af004a335b1e896f65" offset="000000" /> @@ -17687,6 +18778,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>ITE Media</publisher> <info name="serial" value="AGB-AHJP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="hugo - the evil mirror advance (europe) (en,fr,de,es,it,nl,pt,sv,no,da,fi,pl).bin" size="4194304" crc="9e9d5ad7" sha1="083048954da571a63abcfbad6e7d694c6bd48d77" offset="000000" /> @@ -17700,6 +18792,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Namco</publisher> <info name="serial" value="AGB-AHJE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="hugo - the evil mirror advance (usa) (en,fr,es).bin" size="4194304" crc="ed5ca311" sha1="9603ecc890f0d7b152214736aefc3b98976352d8" offset="000000" /> @@ -17715,6 +18808,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030424"/> <info name="alt_title" value="ハンター×ハンター みんな友だち大作戦!!"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="hunter x hunter - minna tomodachi daisakusen!! (japan).bin" size="16777216" crc="af22a5ea" sha1="e752cad1fa3ffec56c9f6ca5886f37da0dc74240" offset="000000" /> @@ -17730,6 +18824,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020131"/> <info name="alt_title" value="ハイパースポーツ 2002 WINTER"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="hyper sports 2002 winter (japan).bin" size="4194304" crc="1a8b6863" sha1="928628f8486e9390bec5d039ed30751f56c40d58" offset="000000" /> @@ -17743,6 +18838,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Scholastic</publisher> <info name="serial" value="AGB-A4CE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="i spy challenger! (usa).bin" size="8388608" crc="946d2cbb" sha1="532934239ea1151927fd45298d918e0646a6bea4" offset="000000" /> @@ -17794,6 +18890,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Sierra Entertainment</publisher> <info name="serial" value="AGB-BIAP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="ice age 2 - the meltdown (europe) (en,fr,de,es,it,nl).bin" size="16777216" crc="58043308" sha1="0b1384988df2a16f0e33c25bc0eccece021e23b1" offset="000000" /> @@ -17807,6 +18904,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Sierra Entertainment</publisher> <info name="serial" value="AGB-BIAE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="ice age 2 - the meltdown (usa).bin" size="16777216" crc="000206c0" sha1="383b6205d688d9640cb6930c02add46873f8a10d" offset="000000" /> @@ -17820,6 +18918,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>BAM! Entertainment</publisher> <info name="serial" value="AGB-AR3E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="ice nine (usa, europe) (en,fr,de,es,it).bin" size="8388608" crc="14c23257" sha1="47cae2872f85d2dd56967c34f9160838166a47a6" offset="000000" /> @@ -17833,6 +18932,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Vivendi Universal</publisher> <info name="serial" value="AGB-AHLP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="incredible hulk, the (europe) (en,fr,de,es,it).bin" size="8388608" crc="7e00422c" sha1="7dba810528a861682197603abeedb08631914055" offset="000000" /> @@ -17846,6 +18946,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Vivendi Universal</publisher> <info name="serial" value="AGB-AHLE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="incredible hulk, the (usa).bin" size="8388608" crc="0b978dfa" sha1="7076ec6b68098b9ace9d8e5f4a6bbfdc66c32e4e" offset="000000" /> @@ -17940,6 +19041,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020426"/> <info name="alt_title" value="イニシャルディー アナザーステージ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="initial d - another stage (japan).bin" size="8388608" crc="23110a94" sha1="abc8a136e00e38132bf07d38cf28e52a2719fab9" offset="000000" /> @@ -18025,6 +19127,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Konami</publisher> <info name="serial" value="AGB-AISP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="international superstar soccer (europe).bin" size="8388608" crc="9989ce55" sha1="86f8398feaba9cfa0890defcd5301f190807838b" offset="000000" /> @@ -18038,6 +19141,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Konami</publisher> <info name="serial" value="AGB-AY2P-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="international superstar soccer advance (europe).bin" size="8388608" crc="7eb2f6d6" sha1="b5d8a4cd3b092bf1e2aa480412e03d17b9e26f68" offset="000000" /> @@ -18053,6 +19157,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20021213"/> <info name="alt_title" value="犬っこ倶楽部 〜福丸の大冒険〜"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="inukko club (japan).bin" size="8388608" crc="d473b3c1" sha1="a528926c4afb55279170c2edea1b93691409f22f" offset="000000" /> @@ -18068,6 +19173,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030123"/> <info name="alt_title" value="犬夜叉 奈落の罠! 迷いの森の招待状"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="inuyasha - naraku no wana! mayoi no mori no shoutaijou (japan).bin" size="8388608" crc="8fcdf69c" sha1="da013846964d3ea40b9fbff4cf129bbe75697f30" offset="000000" /> @@ -18093,6 +19199,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Activision</publisher> <info name="serial" value="AGB-AIOE-USA, AGB-AIOE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="invincible iron man, the (usa, europe).bin" size="4194304" crc="39a31b68" sha1="8a7594fb7de206cff917ddd31e005ac24330552b" offset="000000" /> @@ -18141,6 +19248,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2007</year> <publisher>Daiwon C & A</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="iron kid (korea).bin" size="16777216" crc="326e7a8e" sha1="2a6f502d3f1f1c2507104a08563d1623b58adf9d" offset="000000" /> @@ -18156,6 +19264,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020328"/> <info name="alt_title" value="一石八鳥 これ1本で8種類!"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="isseki hatchou - kore 1ppon de 8shurui! (japan).bin" size="4194304" crc="cb5eff64" sha1="dec72783ba3dccf60aff91b880dc6ee4e77ec644" offset="000000" /> @@ -18171,6 +19280,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20010321"/> <info name="alt_title" value="Jリーグポケット"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="j.league pocket (japan).bin" size="8388608" crc="51be73b8" sha1="b4cd024b10d740f3525dddfbcc613c04a8d4c166" offset="000000" /> @@ -18186,6 +19296,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020228"/> <info name="alt_title" value="Jリーグポケット2"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="j.league pocket 2 (japan).bin" size="8388608" crc="dc7d2e4a" sha1="a9bd4f154438d440d7c3dcd1da1af14c37b0ad12" offset="000000" /> @@ -18201,6 +19312,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020905"/> <info name="alt_title" value="Jリーグ プロサッカークラブをつくろう!アドバンス"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="j.league pro soccer club o tsukurou! advance (japan).bin" size="8388608" crc="8bc59927" sha1="5d6036bd565fd113c847f0b3be6b9940ddabd492" offset="000000" /> @@ -18216,6 +19328,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20021010"/> <info name="alt_title" value="Jリーグ ウイニングイレブンアドバンス2002"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="j.league winning eleven advance 2002 (japan).bin" size="8388608" crc="aee73fe7" sha1="69291e5d230a8663c1ffd0298430651e64acafde" offset="000000" /> @@ -18229,6 +19342,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Activision</publisher> <info name="serial" value="AGB-AJCE-USA, AGB-AJCP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="jackie chan adventures - legend of the darkhand (usa, europe).bin" size="4194304" crc="13247954" sha1="f6f5c7bc566269530ddb13b76fc3d05cc22c11e3" offset="000000" /> @@ -18241,6 +19355,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2001</year> <publisher>Activision</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="aventures de jackie chan, les - la legende de la main noire (france).bin" size="4194304" crc="d5fb19a0" sha1="d6dfcd94dbf5763ec1f0dd88388c364098a6cc06" offset="000000" /> @@ -18256,6 +19371,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040527"/> <info name="alt_title" value="じゃじゃ丸Jr.伝承記 ジャレコレもあり候"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="jajamaru jr. denshouki - jalecolle mo arisourou (japan).bin" size="4194304" crc="8ce6bce8" sha1="6ff9509540e71155e16b0f4fa5ee70582958db6c" offset="000000" /> @@ -18293,6 +19409,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Jaleco</publisher> <info name="serial" value="AGB-AJJE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="jazz jackrabbit (euro, usa).bin" size="4194304" crc="948531d4" sha1="9fb012b46350615cfa4dd0fc7d11fc21903d39e0" offset="000000" /> @@ -18306,6 +19423,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-AJRE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="jet grind radio (usa).bin" size="8388608" crc="ae4142b5" sha1="8f10e828dfe6387be8a1badb1104698c54163411" offset="000000" /> @@ -18321,6 +19439,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20010321"/> <info name="alt_title" value="GTO公認ゴルフマスター - JAPAN GOLF TOUR GAME"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="8388608"> <rom name="jgto kounin golf master - japan golf tour game (japan).bin" size="8388608" crc="0ba5809f" sha1="e30dda7e9141c4f06ec1494e3eadc9b3244e341d" offset="000000" /> @@ -18336,6 +19455,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20010726"/> <info name="alt_title" value="GTO公認ゴルフマスターモバイル JAPAN GOLF TOUR GAME"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="8388608"> <rom name="jgto kounin golf master mobile - japan golf tour game (japan).bin" size="8388608" crc="b863dae1" sha1="975cff59783cd8f5ec30caaa9e6bef130a6e3529" offset="000000" /> @@ -18351,6 +19471,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20011213"/> <info name="alt_title" value="実況ワールドサッカーポケット"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="jikkyou world soccer pocket (japan).bin" size="8388608" crc="8bd96db9" sha1="433f41b3c553ad9f943d9fcd2fc37acfe564241f" offset="000000" /> @@ -18366,6 +19487,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20021128"/> <info name="alt_title" value="実況ワールドサッカーポケット2"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="jikkyou world soccer pocket 2 (japan).bin" size="8388608" crc="b80aa966" sha1="c1354fa67e2b5bdbe647eb60d301c14392ed2b4d" offset="000000" /> @@ -18405,6 +19527,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020418"/> <info name="alt_title" value="人生ゲームアドバンス"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="jinsei game advance (japan).bin" size="4194304" crc="84a4a304" sha1="fbe55805adf5343b9ca6e941d513478d02262fa5" offset="000000" /> @@ -18420,6 +19543,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020322"/> <info name="alt_title" value="実戦パチスロ必勝法! 獣王アドバンス"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="4194304"> <rom name="jissen pachi-slot hisshouhou! - juuou advance (japan).bin" size="4194304" crc="07195201" sha1="451b05ccc409b44e3c8060ef14021116103d664b" offset="000000" /> @@ -18432,6 +19556,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2007</year> <publisher>iQue</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="jisu f-zero weilai saiche (china).bin" size="4194304" crc="0e5c38b7" sha1="2bf6622398655a16a5d6b3d94241b72e63a71de9" offset="000000" /> @@ -18445,6 +19570,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>3DO Company</publisher> <info name="serial" value="AGB-AJME-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="jonny moseley mad trix (usa, europe) (en,fr,de,es,it).bin" size="8388608" crc="96488632" sha1="6ecf01dc70782184e4e45e4db280fb24f840fd6f" offset="000000" /> @@ -18458,6 +19584,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Zoo Digital Publishing</publisher> <info name="serial" value="AGB-BJKP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="juka and the monophonic menace (europe) (en,fr,de,es,it).bin" size="16777216" crc="e62bffeb" sha1="ea476896e93db126ea275c5240fec3aeec031db0" offset="000000" /> @@ -18471,6 +19598,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>SouthPeak Interactive</publisher> <info name="serial" value="AGB-BJKE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="juka and the monophonic menace (usa) (en,fr,es).bin" size="16777216" crc="0c04a2f9" sha1="3fd9ac2af773a2d47eb024225e78c22cafcac9fd" offset="000000" /> @@ -18508,6 +19636,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Konami</publisher> <info name="serial" value="AGB-AJQP-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="jurassic park iii - dino attack (europe) (en,fr,de,es,it).bin" size="8388608" crc="ddceb011" sha1="71632636a8d40762bbfdcf8deea667629cc9e0b9" offset="000000" /> @@ -18523,6 +19652,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20010830"/> <info name="alt_title" value="ジュラシックパークIII アドバンスド アクション"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="jurassic park iii - advanced action (japan).bin" size="8388608" crc="d18f75e5" sha1="0d2b1011afa1124acef47e8d987dcd35fc3025d4" offset="000000" /> @@ -18536,6 +19666,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Konami</publisher> <info name="serial" value="AGB-AJQE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="jurassic park iii - island attack (usa).bin" size="8388608" crc="1e7048d2" sha1="493349429d78ea040204f2a74526e790f3092dc2" offset="000000" /> @@ -18551,6 +19682,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20010809"/> <info name="alt_title" value="ジュラシックパークIII 恐竜にあいにいこう!"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="jurassic park iii - kyouryuu ni ainiikou! (japan).bin" size="4194304" crc="f2bf8990" sha1="8c8115178caebcab3514601974682d3229ca06e6" offset="000000" /> @@ -18564,6 +19696,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Konami</publisher> <info name="serial" value="AGB-AJ3P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="jurassic park iii - park builder (europe) (en,fr,de,es,it).bin" size="4194304" crc="51061eff" sha1="090257c3b30bb46d424258d12b542691a7fd2f62" offset="000000" /> @@ -18577,6 +19710,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Konami</publisher> <info name="serial" value="AGB-AJ3E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="jurassic park iii - park builder (usa).bin" size="4194304" crc="edddcf19" sha1="8a6922136f7c3e760791a67c2519e5dac07ea837" offset="000000" /> @@ -18590,6 +19724,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Konami</publisher> <info name="serial" value="AGB-ADNP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="jurassic park iii - the dna factor (europe) (en,fr,de,es,it).bin" size="8388608" crc="fe89c986" sha1="54aeec4dec1601e85471b0d92f5158fe36ae4429" offset="000000" /> @@ -18603,6 +19738,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Konami</publisher> <info name="serial" value="AGB-ADNE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="jurassic park iii - the dna factor (usa).bin" size="8388608" crc="f93dcc2e" sha1="ab73f66abd86f53b24661f7319114d01c7354057" offset="000000" /> @@ -18618,6 +19754,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20011101"/> <info name="alt_title" value="ジュラシックパークIII 失われた遺伝子"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="jurassic park iii - ushinawareta idenshi (japan).bin" size="8388608" crc="ab6786dd" sha1="4603584042052a4b7c3bafaa3cc0de9d1f225269" offset="000000" /> @@ -18633,6 +19770,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030718"/> <info name="alt_title" value="ジュラシックパーク・インスティテュートツアー ダイナソーレスキュー"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="jurassic park institute tour - dinosaur rescue (japan).bin" size="4194304" crc="7c75555e" sha1="318a581595e0571eff70baed3e0d86b7dcd70242" offset="000000" /> @@ -18646,6 +19784,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Midway</publisher> <info name="serial" value="AGB-AJLP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="justice league - injustice for all (europe) (en,fr,de,es,it).bin" size="8388608" crc="d71c4382" sha1="7385169111585230ba62007397802a7197653447" offset="000000" /> @@ -18658,6 +19797,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2002</year> <publisher>Midway</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="justice league - injustice for all (usa) (beta).bin" size="8388608" crc="c41081cf" sha1="e3302c2aa5cd14bf5546a3069bc6757363ee38b4" offset="000000" /> @@ -18671,6 +19811,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Midway</publisher> <info name="serial" value="AGB-AJLE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="justice league - injustice for all (usa).bin" size="8388608" crc="b2477b72" sha1="f7d774f3d1f1436c18b044c65e574dc327ad6437" offset="000000" /> @@ -18684,6 +19825,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Midway</publisher> <info name="serial" value="AGB-BJLE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="justice league chronicles (usa).bin" size="8388608" crc="07090f67" sha1="f14a43b51d27ab5cca63ab71b0fdacb0afa1deb9" offset="000000" /> @@ -18697,6 +19839,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Warner Bros. Games</publisher> <info name="serial" value="AGB-BJHP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="justice league heroes - the flash (europe) (en,fr,de,es,it).bin" size="8388608" crc="acb22fff" sha1="6e5afa804b5c195f9e012862d2af42c0d4950593" offset="000000" /> @@ -18710,6 +19853,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Warner Bros. Games</publisher> <info name="serial" value="AGB-BJHE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="justice league heroes - the flash (usa).bin" size="8388608" crc="87a4d12c" sha1="7e8afcefef6e726838921342326aee74d5de6e1f" offset="000000" /> @@ -18725,6 +19869,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020314"/> <info name="alt_title" value="K-1 ポケットグランプリ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="k-1 pocket grand prix (japan).bin" size="4194304" crc="fbdd4384" sha1="e1114ed7a3af288733c5d3e8dd038713cb7ff8d2" offset="000000" /> @@ -18740,6 +19885,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20021128"/> <info name="alt_title" value="K-1ポケットグランプリ2"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="k-1 pocket grand prix 2 (japan).bin" size="8388608" crc="19fde4c8" sha1="4901c3426d12abe6257a300e742ca9ac2e9565a6" offset="000000" /> @@ -18755,6 +19901,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020329"/> <info name="alt_title" value="カエルBバック"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="kaeru b back (japan).bin" size="8388608" crc="de5987bd" sha1="94bad08770ac334dd713f960b7a455ce9f7ea276" offset="000000" /> @@ -18770,6 +19917,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040715"/> <info name="alt_title" value="かいけつゾロリとまほうのゆうえんち お姫様をすくえ!"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="kaiketsu zorori to mahou no yuuenchi - ohimesama o sukue! (japan).bin" size="4194304" crc="259cdd6f" sha1="03953917bead3d30ba63676565ccb854008ef8da" offset="000000" /> @@ -18796,6 +19944,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020628"/> <info name="alt_title" value="かまいたちの夜アドバンス"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="16777216"> <rom name="kamaitachi no yoru advance (japan).bin" size="16777216" crc="82b4f3fa" sha1="590c8e8135d1f2fb70ab6a1fcc18239ca93bd0cc" offset="000000" /> @@ -18811,6 +19960,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020328"/> <info name="alt_title" value="神の記述 Illusion of the evil eyes"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="kami no kijutsu - illusion of the evil eyes (japan).bin" size="8388608" crc="906c73ad" sha1="d0e05926076426e26083f354d5922ff79afe8e9c" offset="000000" /> @@ -18850,6 +20000,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20050317"/> <info name="alt_title" value="カッパの飼い方 かぁたん大冒険"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="kappa no kai-kata - kaatan daibouken! (japan).bin" size="8388608" crc="bf5f326e" sha1="40d84b808795b9e6efed6685c2ff6efdd295a412" offset="000000" /> @@ -18863,6 +20014,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Jaleco</publisher> <info name="serial" value="AGB-AYKE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_512" /> <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="8388608"> <rom name="karnaaj rally (usa, europe).bin" size="8388608" crc="63fe3dfe" sha1="31bb73186bb98f3d2b80089490f2eeca2861fe5e" offset="000000" /> @@ -18878,6 +20030,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20060209"/> <info name="alt_title" value="川のぬし釣り3&4"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="kawa no nushi tsuri 3 & 4 (japan).bin" size="4194304" crc="4f09ca00" sha1="043ccd64f04fff2cd2f19ba679dc3c7a1250b97c" offset="000000" /> @@ -18893,6 +20046,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020315"/> <info name="alt_title" value="川のぬし釣り5 〜不思議の森から〜"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="kawa no nushi tsuri 5 - fushigi no mori kara (japan).bin" size="4194304" crc="4a8f2f62" sha1="418d61ddd992ceeaa10a102deaf9eb15a2fb7328" offset="000000" /> @@ -18908,6 +20062,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20041125"/> <info name="alt_title" value="かわいい仔犬ワンダフル"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="kawaii koinu wonderful (japan).bin" size="8388608" crc="2e23c8f5" sha1="7b7fa6d1677dda38d7b6c6d392a97099a360c9d3" offset="000000" /> @@ -18923,6 +20078,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030926"/> <info name="alt_title" value="かわいいペット ゲームギャラリー "/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom" /> <feature name="pcb_type" value="GBA-EEPROM" /> <dataarea name="rom" size="8388608"> <rom name="kawaii pet game gallery (japan).bin" size="8388608" crc="bc5abd75" sha1="779f97c29c1003df73bbcf7d0042c3972fd398f2" offset="000000" /> @@ -18938,6 +20094,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20041217"/> <info name="alt_title" value="かわいいペットゲームギャラリー2"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="kawaii pet game gallery 2 (japan).bin" size="8388608" crc="c8c8c4c1" sha1="b86a37558eb5261c84a3dd9cad5242c8c38e8d3d" offset="000000" /> @@ -18953,6 +20110,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020628"/> <info name="alt_title" value="かわいいペットショップ物語3"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="kawaii pet shop monogatari 3 (japan).bin" size="4194304" crc="39aefb7b" sha1="8fcb335821aafd366431103ce2cc14e08898cf75" offset="000000" /> @@ -18968,6 +20126,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20010719"/> <info name="alt_title" value="風のクロノア 夢見る帝国"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="kaze no klonoa - yumemiru teikoku (japan).bin" size="4194304" crc="b51d97de" sha1="f46410ec245dbb6fa90285c6d4071c09cc983b05" offset="000000" /> @@ -18983,6 +20142,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020806"/> <info name="alt_title" value="風のクロノアG2 ドリームチャンプ・トーナメント"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="kaze no klonoa g2 - dream champ tournament (japan).bin" size="4194304" crc="8d98dc2c" sha1="87a89b4144e1d6b0cb88ab9b63e2892f2882ab03" offset="000000" /> @@ -18998,6 +20158,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020426"/> <info name="alt_title" value="携帯電獣テレファング2 パワー"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="8388608"> <rom name="keitai denjuu telefang 2 - power (japan).bin" size="8388608" crc="44db280e" sha1="a03f5f27854984195ff110a46755eaaa4cc92763" offset="000000" /> @@ -19013,6 +20174,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020426"/> <info name="alt_title" value="携帯電獣テレファング2 スピード"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="8388608"> <rom name="keitai denjuu telefang 2 - speed (japan).bin" size="8388608" crc="8f95ca53" sha1="4d399c8d52f7c1309d43ce4bb9677ba335fe50cc" offset="000000" /> @@ -19026,6 +20188,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Activision</publisher> <info name="serial" value="AGB-AS3E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="kelly slater's pro surfer (usa, europe).bin" size="8388608" crc="31f85dbe" sha1="73328bfd274d1ec77c9a67351c026e22f09eeff5" offset="000000" /> @@ -19041,6 +20204,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20041209"/> <info name="alt_title" value="ケロロ軍曹 対決! 激走ケロンプリ大作戦であります!!"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="keroro gunsou - taiketsu! gekisou keronprix daisakusen de arimasu!! (japan).bin" size="4194304" crc="c026cbbb" sha1="c643dd7a8405a1d222b45d29b970b3fb6b91308d" offset="000000" /> @@ -19056,6 +20220,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20050421"/> <info name="alt_title" value="傑作選! がんばれゴエモン1・2 ゆき姫とマッギネス"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="kessaku sen! - ganbare goemon 1, 2 - yuki hime to magginesu (japan).bin" size="16777216" crc="3e7d9694" sha1="7a765916d4362e251f160c7e8cc0eca2f405fe3d" offset="000000" /> @@ -19069,6 +20234,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Atari</publisher> <info name="serial" value="AGB-BYLP-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="kid paddle (europe) (fr,nl).bin" size="8388608" crc="69951aa9" sha1="4ce6021d930fe946c512b2e5584f31d0b6435256" offset="000000" /> @@ -19096,6 +20262,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20050721"/> <info name="alt_title" value="機動劇団はろ一座 ハロのぷよぷよ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="kidou gekidan haro ichiza haro no puyo puyo (japan).bin" size="8388608" crc="a7825224" sha1="3507a5c4df0290b1d1935e47c2ee342d07c3dbdc" offset="000000" /> @@ -19111,6 +20278,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040513"/> <info name="alt_title" value="機動戦士ガンダムシード 友と君と戦場で。"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="kidou senshi gundam seed - tomo to kimi to koko de. (japan).bin" size="8388608" crc="73bf384b" sha1="9f6b694a159a3d4e3defaaa17e58410d4228cb26" offset="000000" /> @@ -19126,6 +20294,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20041125"/> <info name="alt_title" value="機動戦士ガンダム シード デスティニー"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="kidou senshi gundam seed destiny (japan).bin" size="8388608" crc="aa250cca" sha1="64eea52cd909669a972c091869c5f47865863bc0" offset="000000" /> @@ -19141,6 +20310,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20011221"/> <info name="alt_title" value="機動天使エンジェリックレイヤー"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="kidou tenshi angelic layer - misaki to yume no tenshi-tachi (japan).bin" size="8388608" crc="b21ee600" sha1="1a93edf81ca484201c97e365777186714694c077" offset="000000" /> @@ -19167,6 +20337,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20011130"/> <info name="alt_title" value="機械化軍隊"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="kikaika guntai - mech platoon (japan).bin" size="8388608" crc="a2fa4248" sha1="d49ff33cd9fc488c5a018d9f3476fc96c82d778e" offset="000000" /> @@ -19194,6 +20365,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Zoo Digital Publishing</publisher> <info name="serial" value="AGB-BKHP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="kill switch (europe) (en,fr,de,es,it).bin" size="4194304" crc="4f468670" sha1="290f06607debd7d9cfd9bb997bcefd03bbe8294e" offset="000000" /> @@ -19270,6 +20442,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20050721"/> <info name="alt_title" value="キム・ポッシブル"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="kim possible (japan).bin" size="8388608" crc="69843f73" sha1="298448c533d1733672e3cb1e6860e8443d38e643" offset="000000" /> @@ -19284,6 +20457,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="alt_title" value="Disney's Kim Possible 3 - Team Possible (Box)" /> <info name="serial" value="AGB-BQPE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="kim possible iii - team possible (usa) (en,fr).bin" size="8388608" crc="fdec60ec" sha1="47e99dcdbd97238778318dfd53421690e7acb48e" offset="000000" /> @@ -19297,6 +20471,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Ubisoft</publisher> <info name="serial" value="AGB-BKQP-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="king kong - the official game of the movie (europe) (en,fr,de,es,it,nl).bin" size="8388608" crc="37387b19" sha1="c71426b1fa93206199ca4a3f4a1324186dd275ca" offset="000000" /> @@ -19310,6 +20485,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Sammy</publisher> <info name="serial" value="AGB-AKOP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="king of fighters ex, the - neoblood (europe).bin" size="8388608" crc="17e66b52" sha1="48c85734164d4d83a232b5aca6bb9a2c5b7f5317" offset="000000" /> @@ -19337,6 +20513,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020101"/> <info name="alt_title" value="ザ・キング・オブ・ファイターズEX"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="king of fighters ex, the - neoblood (japan).bin" size="8388608" crc="0814c78d" sha1="42f878a8ef15eba819f1dc92827cf5de320f7560" offset="000000" /> @@ -19350,6 +20527,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Sammy</publisher> <info name="serial" value="AGB-AKOE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="king of fighters ex, the - neoblood (usa) (rev 1).bin" size="8388608" crc="0f960e70" sha1="3031264c4b27cac55c2df38ab5f2bfcafa7c301d" offset="000000" /> @@ -19362,6 +20540,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2003</year> <publisher>Acclaim</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="king of fighters ex2, the - howling blood (europe).bin" size="8388608" crc="9e8baa87" sha1="38fec1391a0ff02f19c10cacf8e61414c640beba" offset="000000" /> @@ -19377,6 +20556,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030101"/> <info name="alt_title" value="ザ・キング・オブ・ファイターズEX ハウリングブラッド"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="king of fighters ex2, the - howling blood (japan) (rev 1).bin" size="8388608" crc="dc5beacd" sha1="2b7ec55de56d7f7f0932a53a0d3fcc3f36a0af8e" offset="000000" /> @@ -19390,6 +20570,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Atlus</publisher> <info name="serial" value="AGB-AEXE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="king of fighters ex2, the - howling blood (usa).bin" size="8388608" crc="15f8f9d5" sha1="a1d1d6fcc6f468ae366696dfab7b6c1bd91f1f44" offset="000000" /> @@ -19403,6 +20584,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Square Enix</publisher> <info name="serial" value="AGB-B8CP-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="33554432"> <rom name="kingdom hearts - chain of memories (europe) (en,fr,de,es,it).bin" size="33554432" crc="772d97fb" sha1="8db73586cdb11b3795907edebf43228dbcd3e6b2" offset="000000" /> @@ -19418,6 +20600,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20041111"/> <info name="alt_title" value="キングダムハーツ チェイン オブ メモリーズ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="33554432"> <rom name="kingdom hearts - chain of memories (japan).bin" size="33554432" crc="8d5a0d84" sha1="59ec0a0a4ccd1e6acb3bbd7bfb21d63988958cfa" offset="000000" /> @@ -19431,6 +20614,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Square Enix</publisher> <info name="serial" value="AGB-B8CE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="33554432"> <rom name="kingdom hearts - chain of memories (usa).bin" size="33554432" crc="d031ce67" sha1="10729bd884f8fdca7a310b6d606c52e46657aa48" offset="000000" /> @@ -19446,6 +20630,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20011206"/> <info name="alt_title" value="筋肉番付 〜決めろ!奇跡の完全制覇〜"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="kinniku banzuke - kimero! kiseki no kanzen seiha (japan).bin" size="8388608" crc="40b1dd00" sha1="a9cf3ff41ab1514b90c5a578cfaef4baae2253cc" offset="000000" /> @@ -19461,6 +20646,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20010726"/> <info name="alt_title" value="筋肉番付 金剛くんの大冒険!"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="kinniku banzuke - kongou-kun no daibouken! (japan).bin" size="8388608" crc="94519d2a" sha1="80824bef46247f4b45f89ff5817ce3b35b0e74fc" offset="000000" /> @@ -19476,6 +20662,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20021206"/> <info name="alt_title" value="キン肉マンII世 正義超人への道"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="kinnikuman ii-sei - seigi choujin e no michi (japan).bin" size="16777216" crc="3fe9c701" sha1="ff28c981c004d556961db680c7b41e52f560831a" offset="000000" /> @@ -19489,6 +20676,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-B8KP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="kirby & the amazing mirror (europe) (en,fr,de,es,it).bin" size="16777216" crc="4f07c618" sha1="6f478a455383a2a12378f292581dfd7300300700" offset="000000" /> @@ -19502,6 +20690,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-B8KE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="kirby & the amazing mirror (usa).bin" size="16777216" crc="9f2a3048" sha1="274b102b6d940f46861a92b4e65f89a51815c12c" offset="000000" /> @@ -19515,6 +20704,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-A7KP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="kirby - nightmare in dream land (europe) (en,fr,de,es,it).bin" size="16777216" crc="3b7a7477" sha1="39b00beee4558e6738859cfa250e4e0fcaae626e" offset="000000" /> @@ -19528,6 +20718,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-A7KE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="kirby - nightmare in dream land (usa).bin" size="8388608" crc="20ef3f64" sha1="37a476567d133c146fee6b5e2eb0b07a215da6b0" offset="000000" /> @@ -19543,6 +20734,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030101"/> <info name="alt_title" value="チェスティとぬいぐるみたちの魔法の冒険 きせっこぐるみぃ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="kisekko gurumii - chesty to nuigurumi-tachi no mahou no bouken (japan).bin" size="8388608" crc="34d65c0b" sha1="161b95088373fbfb2b1b40ec63ecc2b4f8d540fb" offset="000000" /> @@ -19558,6 +20750,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20041202"/> <info name="alt_title" value="キス×キス星鈴学園"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="kiss x kiss seirei gakuen (japan).bin" size="4194304" crc="0c368530" sha1="abbbe9355759d94e98210e91a67585d0af8cfc8f" offset="000000" /> @@ -19573,6 +20766,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20010810"/> <info name="alt_title" value="極 麻雀デラックス 未来戦士21"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="kiwame mahjong deluxe - mirai senshi 21 (japan).bin" size="8388608" crc="66f7614b" sha1="078ae246758971d5f763509765780cb82a96b471" offset="000000" /> @@ -19586,6 +20780,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Namco</publisher> <info name="serial" value="AGB-AKLP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="klonoa - empire of dreams (europe).bin" size="4194304" crc="69492530" sha1="e4a81713b134e0b7409708843dad2a4948b903ef" offset="000000" /> @@ -19599,6 +20794,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Namco</publisher> <info name="serial" value="AGB-AKLE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="klonoa - empire of dreams (usa).bin" size="4194304" crc="f74e1036" sha1="a0a298d9dba1ba15d04a42fc2eb35893d1a9569b" offset="000000" /> @@ -19612,6 +20808,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Namco</publisher> <info name="serial" value="AGB-AN6E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="klonoa 2 - dream champ tournament (usa).bin" size="4194304" crc="8bd23a7f" sha1="35c05676e65fd4c92220861662cd3709342f36e2" offset="000000" /> @@ -19627,6 +20824,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20021213"/> <info name="alt_title" value="クロノアヒーローズ 伝説のスターメダル"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="16777216"> <rom name="klonoa heroes - densetsu no star medal (japan).bin" size="16777216" crc="e7eaddcc" sha1="323465c8a36517a1e8b0dde2d500bbcd4c396d4e" offset="000000" /> @@ -19690,6 +20888,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030801"/> <info name="alt_title" value="仔犬といっしょ 〜愛情物語〜 + ワンワンパズル"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="koinu to issho - aijou monogatari (japan).bin" size="16777216" crc="30e209aa" sha1="2954b01e045d6d9c45f994fa072261acd19f272f" offset="000000" /> @@ -19705,6 +20904,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040402"/> <info name="alt_title" value="仔犬といっしょ!2 〜あ・い・じ・ょ・う ものがたり〜"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="koinu to issho 2 (japan).bin" size="16777216" crc="2d2ac33b" sha1="cc83b013670a67c2a6aaf91722972df58b9ddb0d" offset="000000" /> @@ -19720,6 +20920,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20031114"/> <info name="alt_title" value="こいぬちゃんのはじめてのおさんぽ 子犬のこころ育成ゲーム"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="koinu-chan no hajimete no osanpo - koinu no kokoro ikusei game (japan).bin" size="4194304" crc="1d27165a" sha1="9452c587a00706d6758c503752f2d647d9104817" offset="000000" /> @@ -19771,6 +20972,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Konami</publisher> <info name="serial" value="AGB-AKWP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="konami krazy racers (europe).bin" size="4194304" crc="cfec0650" sha1="90a0035818ba0ab2a0c6ea45dc7eff2eb7296970" offset="000000" /> @@ -19783,6 +20985,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2001</year> <publisher>Konami</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="konami krazy racers (usa) (beta).bin" size="4194304" crc="5f2ae8fe" sha1="329b82282d633d1162f9afb3334c035b10b91e72" offset="000000" /> @@ -19796,6 +20999,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Konami</publisher> <info name="serial" value="AGB-AKWE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="konami krazy racers (usa).bin" size="4194304" crc="c80d4f5c" sha1="b64d437582526642a0d7aa83419a1367a10c91a9" offset="000000" /> @@ -19811,6 +21015,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20010321"/> <info name="alt_title" value="コナミワイワイレーシング"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="konami wai wai racing advance (japan).bin" size="4194304" crc="aa039a8a" sha1="e3549b9b7d7208b88e368e7b7a59e31eec8b1da6" offset="000000" /> @@ -19826,6 +21031,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20050503"/> <info name="alt_title" value="昆虫モンスター バトルマスター"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="konchuu monster battle master (japan).bin" size="8388608" crc="3aa0ce79" sha1="eb352a51e2e7cd54906a60abb4098d4b22ac6312" offset="000000" /> @@ -19841,6 +21047,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20050503"/> <info name="alt_title" value="昆虫モンスター バトルスタジアム"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="konchuu monster battle stadium (japan).bin" size="8388608" crc="5adb68ef" sha1="c1ea541b031e41e6aacfb6ea16eaacdb24483e18" offset="000000" /> @@ -19856,6 +21063,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20050811"/> <info name="alt_title" value="昆虫の森の大冒険 〜ふしぎな世界の住人たち〜"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="konchuu no mori no daibouken - fushigi na sekai no juunin-tachi (japan).bin" size="8388608" crc="88c56d65" sha1="1adfafd15422b2776ff484e931a01f98dd3fb457" offset="000000" /> @@ -19893,6 +21101,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Ubisoft</publisher> <info name="serial" value="AGB-BKQE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="kong - the 8th wonder of the world (usa) (en,fr,es).bin" size="8388608" crc="06079c42" sha1="ea685cc54241309d8747e2a88c6ba2b8141a776e" offset="000000" /> @@ -19931,6 +21140,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040716"/> <info name="alt_title" value="金色のガッシュベル!!魔界のブックマーク"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="konjiki no gashbell!! - makai no bookmark (japan).bin" size="8388608" crc="d66379e1" sha1="1170d8ff54e0df09a5ed9d9534815c2b528d7979" offset="000000" /> @@ -19946,6 +21156,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20031212"/> <info name="alt_title" value="金色のガッシュベル!! うなれ!友情の電撃"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="konjiki no gashbell!! - unare! yuujou no zakeru (japan).bin" size="8388608" crc="64fab050" sha1="ae82f41b61a054eac8eec4850c0ad0e6c1a1f77a" offset="000000" /> @@ -19961,6 +21172,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20041222"/> <info name="alt_title" value="金色のガッシュベル!! うなれ!友情の電撃2"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="konjiki no gashbell!! - unare! yuujou no zakeru 2 (japan).bin" size="16777216" crc="b7827f20" sha1="854a76c49f6e83d8ee9dd42098ce1fc7236af855" offset="000000" /> @@ -19976,6 +21188,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20050728"/> <info name="alt_title" value="金色のガッシュベル!! ザ・カードバトル"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="16777216"> <rom name="konjiki no gashbell!! the card battle for gba (japan).bin" size="16777216" crc="e1e26f2a" sha1="5ce26f86da63d9c662b6ace75e327d033b152078" offset="000000" /> @@ -19991,6 +21204,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20051124"/> <info name="alt_title" value="金色のガッシュベル!! 友情の電撃 ドリームタッグトーナメント"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="konjiki no gashbell!! yuujou no zakeru - dream tag tournament (japan).bin" size="16777216" crc="fb5516ad" sha1="6a8562568f43e87d254e6999746c89126039a20c" offset="000000" /> @@ -20006,6 +21220,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020308"/> <info name="alt_title" value="コロコロパズル ハッピィパネッチュ!"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="koro koro puzzle - happy panechu! (japan).bin" size="4194304" crc="0bfe46e9" sha1="40cb751d119a49be0cd44cf0491c93ebc8795ef0" offset="000000" /> @@ -20021,6 +21236,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20060202"/> <info name="alt_title" value="ことばのパズル もじぴったん アドバンス"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="kotoba no puzzle - mojipittan advance (japan).bin" size="8388608" crc="fb67efbc" sha1="58fd895f247f6ad33b751b4967124911123a6cba" offset="000000" /> @@ -20036,6 +21252,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20050623"/> <info name="alt_title" value="甲虫王者ムシキング グレイテストチャンピオンへの道"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="33554432"> <rom name="kouchu ouja mushiking - greatest champion e no michi (japan).bin" size="33554432" crc="7ac9ffbf" sha1="af1908198aeb5e8e0f1d9d5c3ecdbefef6afc462" offset="000000" /> @@ -20051,6 +21268,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20010831"/> <info name="alt_title" value="高校受験アドバンスシリーズ 英語構文編 26 units 収録"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="koukou juken advance series eigo koubun hen - 26 units shuuroku (japan).bin" size="8388608" crc="576da6f6" sha1="7a319d84c043c778d03719ce2dfabba7d4466b1d" offset="000000" /> @@ -20066,6 +21284,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20010831"/> <info name="alt_title" value="高校受験アドバンスシリーズ 英熟語編 650 phrases 収録"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="koukou juken advance series eijukugo hen - 650 phrases shuuroku (japan).bin" size="8388608" crc="7f2f5017" sha1="4a08926b6eefa9a1623db4c867362a7f28e94b2b" offset="000000" /> @@ -20081,6 +21300,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20010831"/> <info name="alt_title" value="高校受験アドバンスシリーズ 英単語編 2000 words 収録"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="koukou juken advance series eitango hen - 2000 words shuuroku (japan).bin" size="8388608" crc="d38f6a8e" sha1="be3bc060fec8471d3f6f29d950837ca3b0685594" offset="000000" /> @@ -20096,6 +21316,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040513"/> <info name="alt_title" value="鋼鉄帝国 from HOT・B"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="koutetsu teikoku from hot-b (japan).bin" size="4194304" crc="cdfac4ee" sha1="7253d2d036429b478e4132de4901417dd840ae1a" offset="000000" /> @@ -20153,6 +21374,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020419"/> <info name="alt_title" value="黒ひげのゴルフしようよ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="kurohige no golf shiyouyo (japan).bin" size="8388608" crc="abfd7ac7" sha1="16f4df6af8e68fb5e0eca534a10f4ca0fb2fe2c2" offset="000000" /> @@ -20168,6 +21390,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020419"/> <info name="alt_title" value="黒ひげのくるっとジントリ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="kurohige no kurutto jintori (japan).bin" size="4194304" crc="99c917e9" sha1="c09310874e687dce9011d201f4b31e44a1f552bb" offset="000000" /> @@ -20181,6 +21404,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-AKRP-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="kurukuru kururin (europe).bin" size="4194304" crc="c4dab956" sha1="6025ef597db2684ae064ffe22b4fd1d37941f887" offset="000000" /> @@ -20196,6 +21420,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20010321"/> <info name="alt_title" value="くるくるくるりん"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="kurukuru kururin (japan).bin" size="4194304" crc="8a6a900b" sha1="840bb582a66837eb55952ef2697e00e36a30bb0f" offset="000000" /> @@ -20211,6 +21436,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20021206"/> <info name="alt_title" value="くるりんパラダイス"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="kururin paradise (japan).bin" size="8388608" crc="93d036f5" sha1="73be3b930e2436d1c7bdb74ac281dd27c72e1f9e" offset="000000" /> @@ -20224,6 +21450,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>TDK Mediactive</publisher> <info name="serial" value="AGB-ALDE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="lady sia (usa) (en,fr,de,es,it,nl).bin" size="4194304" crc="139e95bd" sha1="5d5a209a16e6b5548dc1d1a0375de8f024dfe6c3" offset="000000" /> @@ -20261,6 +21488,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>The Game Factory</publisher> <info name="serial" value="AGB-BLOP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="land before time, the - into the mysterious beyond (europe) (en,fr,de,es,it,nl,pt,da).bin" size="8388608" crc="5485eefa" sha1="30820bceb45bbf70cb78e9f66462248430444528" offset="000000" /> @@ -20274,6 +21502,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>The Game Factory</publisher> <info name="serial" value="AGB-BLOE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="land before time, the - into the mysterious beyond (usa) (en,fr,es).bin" size="8388608" crc="cff03df3" sha1="90f1f16591aceae35af1277b3970963ed1c7c796" offset="000000" /> @@ -20287,6 +21516,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Eidos Interactive</publisher> <info name="serial" value="AGB-BL8P-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="lara croft tomb raider - legend (europe) (en,fr,de,es,it).bin" size="8388608" crc="e2ff36c7" sha1="f844ac89327747acb081a0f733c0125f87672aec" offset="000000" /> @@ -20300,6 +21530,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Eidos Interactive</publisher> <info name="serial" value="AGB-BL8E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="lara croft tomb raider - legend (usa) (en,fr,de,es,it).bin" size="8388608" crc="5a3dfb37" sha1="d808e041537afc49885232f9f1afa3aff5f8e512" offset="000000" /> @@ -20349,6 +21580,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2006</year> <publisher>Ubisoft</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="lea - passion veterinaire (france) (en,fr).bin" size="8388608" crc="6a808027" sha1="3f7855c918cb7050e4efb0355855ea14f2fbb7fa" offset="000000" /> @@ -20364,6 +21596,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20031024"/> <info name="alt_title" value="レジェンドオブダイナミック 豪翔伝 崩壊の輪舞曲"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="legend of dynamic goushouden - houkai no rondo (japan).bin" size="8388608" crc="67f18f8e" sha1="8a037eff3a44b1667ec5e81ca8c1ff03537366b2" offset="000000" /> @@ -20377,6 +21610,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Sierra Entertainment</publisher> <info name="serial" value="AGB-B3YP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="16777216"> <rom name="legend of spyro, the - a new beginning (europe) (en,fr,de,es,it,nl).bin" size="16777216" crc="63df4d36" sha1="722b70f7ac87be0b8b6576fe8c8a82279f955e50" offset="000000" /> @@ -20390,6 +21624,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Sierra Entertainment</publisher> <info name="serial" value="AGB-B3YE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="16777216"> <rom name="legend of spyro, the - a new beginning (usa).bin" size="16777216" crc="1b81cc00" sha1="f5ea1de26e8e7e342b9d579adb427934b2ec22a4" offset="000000" /> @@ -20403,6 +21638,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Sierra Entertainment</publisher> <info name="serial" value="AGB-BU7P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="33554432"> <rom name="legend of spyro, the - the eternal night (europe) (en,fr,de,es,it,nl).bin" size="33554432" crc="93b18353" sha1="4bce80310b43882f57c7bb5b202e09ce23687473" offset="000000" /> @@ -20416,6 +21652,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Sierra Entertainment</publisher> <info name="serial" value="AGB-BU7E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="33554432"> <rom name="legend of spyro, the - the eternal night (usa) (en,fr).bin" size="33554432" crc="bd2751e6" sha1="4bc88f2c7325937bbe0f16dfebda10f279d5ed20" offset="000000" /> @@ -20429,6 +21666,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-AZLE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="legend of zelda, the - a link to the past & four swords (usa, australia).bin" size="8388608" crc="8e91cd13" sha1="a272055abbbf6c26b0cd54c87395d01699589161" offset="000000" /> @@ -20453,6 +21691,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-BZME-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="16777216"> <rom name="legend of zelda, the - the minish cap (usa).bin" size="16777216" crc="abcebbb1" sha1="b4bd50e4131b027c334547b4524e2dbbd4227130" offset="000000" /> @@ -20466,6 +21705,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Acclaim</publisher> <info name="serial" value="AGB-A2LE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="legends of wrestling ii (usa, europe).bin" size="8388608" crc="84440066" sha1="971109b549ed39f597870aab987dbc3c34bff497" offset="000000" /> @@ -20478,6 +21718,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2004</year> <publisher>Bandai</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_512" /> <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="8388608"> <rom name="legendz - buhwarhaneun siryeonyi seom (korea).bin" size="8388608" crc="8df9759d" sha1="b074cff4a2a281d4602b85b9211574cbf4408a31" offset="000000" /> @@ -20493,6 +21734,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20050217"/> <info name="alt_title" value="レジェンズ サイン オブ ネクロム"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_512" /> <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="16777216"> <rom name="legendz - sign of nekuromu (japan).bin" size="16777216" crc="98432a11" sha1="0cf507f263991315dc6d9b1fa3783030a4ba5189" offset="000000" /> @@ -20508,6 +21750,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040729"/> <info name="alt_title" value="レジェンズ 甦る試練の島"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_512" /> <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="8388608"> <rom name="legendz - yomigaeru shiren no shima (japan).bin" size="8388608" crc="33950228" sha1="ff1e05a2fa70933dcf58a8be4f82fa289647c28a" offset="000000" /> @@ -20521,6 +21764,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Electronic Arts</publisher> <info name="serial" value="AGB-ALBP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="lego bionicle (europe) (en,fr,de,es,it,nl,sv,da).bin" size="8388608" crc="121ab9c3" sha1="cb2653e31cc80f0671090e31a753a856e65f58d5" offset="000000" /> @@ -20534,6 +21778,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Electronic Arts</publisher> <info name="serial" value="AGB-ALBE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="lego bionicle (usa) (en,fr).bin" size="8388608" crc="3e5ec871" sha1="da643e7dc8acde83001fefc46969eb6f7ab17948" offset="000000" /> @@ -20547,6 +21792,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Electronic Arts</publisher> <info name="serial" value="AGB-AXTE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="lego island - xtreme stunts (usa, europe) (en,fr,de,es,it,nl,sv,da).bin" size="4194304" crc="3beb5446" sha1="4eec876994bdea873188fe10033c48c924d129ec" offset="000000" /> @@ -20560,6 +21806,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Electronic Arts</publisher> <info name="serial" value="AGB-AL2E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="lego island 2 - the brickster's revenge (usa) (en,fr).bin" size="8388608" crc="3f513cbf" sha1="00fe8d6f16a8381d25b12cd0b5a45d54fca6ad0e" offset="000000" /> @@ -20572,6 +21819,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2001</year> <publisher>Electronic Arts</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="lego racers 2 (europe) (beta).bin" size="8388608" crc="7d05ae2c" sha1="8c7620285cfd2ca951a902bb4d7aab532c585300" offset="000000" /> @@ -20585,6 +21833,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Electronic Arts</publisher> <info name="serial" value="AGB-ALRP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="lego racers 2 (europe) (en,fr,de,es,it,nl,sv,da).bin" size="8388608" crc="7a1dc458" sha1="a4da0237646a4f56296465b92c659f3e7438ad98" offset="000000" /> @@ -20598,6 +21847,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Electronic Arts</publisher> <info name="serial" value="AGB-ALRE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="lego racers 2 (usa) (en,fr).bin" size="8388608" crc="e13b63ad" sha1="293ffd94f1637c49cd5e29447399cce602c6ab2f" offset="000000" /> @@ -20611,6 +21861,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Electronic Arts</publisher> <info name="serial" value="AGB-ALSE-USA, AGB-ALSP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="lego soccer mania (usa, europe) (en,fr,de,es,it,nl,sv,da).bin" size="8388608" crc="73ef3a35" sha1="05799b99395aba04dfe5ae8af019e4d70cb8e61b" offset="000000" /> @@ -20626,6 +21877,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20050707"/> <info name="alt_title" value="レゴ スター・ウォーズ THE VIDEO GAME"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="lego star wars - the video game (japan).bin" size="16777216" crc="55a5aaf2" sha1="9293d599c28bd95fd97ae799e476a6fc8027f51f" offset="000000" /> @@ -20639,6 +21891,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Eidos Interactive</publisher> <info name="serial" value="AGB-BLWE-USA, AGB-BLWP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="lego star wars - the video game (usa, europe) (en,fr,de,es,it,nl,da).bin" size="16777216" crc="aeabfa5f" sha1="827307b58ba4a877f4ef7425928d738b3e8efc02" offset="000000" /> @@ -20652,6 +21905,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>LucasArts</publisher> <info name="serial" value="AGB-BL7P-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="lego star wars ii - the original trilogy (europe) (en,fr,de,es,it,da).bin" size="16777216" crc="bba91c3b" sha1="bc27a246e03733b7b3d3cbb2d342703b7dbeeaae" offset="000000" /> @@ -20665,6 +21919,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>LucasArts</publisher> <info name="serial" value="AGB-BL7E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="lego star wars ii - the original trilogy (usa).bin" size="16777216" crc="da1e9444" sha1="38f640be68981c258d435bf103ab443346fb5953" offset="000000" /> @@ -20677,6 +21932,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2004</year> <publisher>Activision</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="lemony snicket - raetselhafte ereignisse (germany).bin" size="16777216" crc="f7ac3d9e" sha1="b04badfbda753c76dddbadc1be2089fcaaab4214" offset="000000" /> @@ -20689,6 +21945,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2004</year> <publisher>Activision</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="lemony snicket - una serie di sfortunati eventi (italy).bin" size="16777216" crc="aa6e22d7" sha1="817b1a464682d088ff712c2e0ace56948b5eed5a" offset="000000" /> @@ -20701,6 +21958,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2004</year> <publisher>Activision</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="lemony snicket's a series of unfortunate events (europe) (fr,es).bin" size="16777216" crc="63e02a0d" sha1="8fb149daf6bdda4195cc2307c08dc75d434ae8ac" offset="000000" /> @@ -20714,6 +21972,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Activision</publisher> <info name="serial" value="AGB-BLYE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="lemony snicket's a series of unfortunate events (usa, europe).bin" size="16777216" crc="72ba6b8c" sha1="f852812f37b3fb8fae36354e2213da3db4804c36" offset="000000" /> @@ -20727,6 +21986,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-BL9E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="let's ride! - dreamer (usa).bin" size="4194304" crc="1d96366c" sha1="b8138baa3540aa5b122fb3901770ca98517f2411" offset="000000" /> @@ -20740,6 +22000,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-BEFE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="let's ride! - friends forever (usa).bin" size="8388608" crc="8bdd13ad" sha1="703f325efccbab71e6aa16ac6d22dd9de3e0f9b6" offset="000000" /> @@ -20753,6 +22014,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-B34E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="let's ride! - sunshine stables (usa).bin" size="4194304" crc="684eb887" sha1="29fa6cff3df328e45925343b8c73c1db2c3e16c7" offset="000000" /> @@ -20768,6 +22030,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040326"/> <info name="alt_title" value="リカちゃんのおしゃれ日記"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="licca-chan no oshare nikki (japan).bin" size="8388608" crc="e9f62fe0" sha1="ad6edc1452c1258f51b162809edf3aa473fd371c" offset="000000" /> @@ -20783,6 +22046,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040212"/> <info name="alt_title" value="リリパット王国 〜リリモニといっしょプニ!〜"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="lilliput oukoku - lillimoni to issho puni! (japan).bin" size="8388608" crc="1afab451" sha1="2398c5a41ba0dce5467981a56cd38af52f5a9f35" offset="000000" /> @@ -20832,6 +22096,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Disney Interactive</publisher> <info name="serial" value="AGB-BLSE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="lilo & stitch 2 - haemsterviel havoc (usa).bin" size="8388608" crc="021a5755" sha1="70e0dc5a8dcdf876b5dd87a4c1bbca03b6e30148" offset="000000" /> @@ -20847,6 +22112,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20050721"/> <info name="alt_title" value="リロ アンド スティッチ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="lilo & stitch (japan).bin" size="8388608" crc="db1e7311" sha1="14ba561f0e6498786067ed37ba2be703a5a77bbc" offset="000000" /> @@ -20860,6 +22126,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Disney Interactive</publisher> <info name="serial" value="AGB-BLKE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="lion king 1 1-2, the (usa).bin" size="8388608" crc="ea5ed4c0" sha1="382de6da61c5dc5c2844f5ffa28a1827d15319b1" offset="000000" /> @@ -20873,6 +22140,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-BLKP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="lion king, the (europe) (en,fr,de,es,it,nl,sv,da).bin" size="8388608" crc="63592451" sha1="41ee9ed772264a2bb2edb8adfc7e9d3a58b00392" offset="000000" /> @@ -20888,6 +22156,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20021129"/> <info name="alt_title" value="リトルバスターQ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="little buster q (japan).bin" size="8388608" crc="d26e49f8" sha1="deb26a35e398c22801f5a7aa5e68a723e47ecc5e" offset="000000" /> @@ -20925,6 +22194,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Buena Vista Games</publisher> <info name="serial" value="AGB-BN9E-USA, AGB-BN9P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="little mermaid, the - magic in two kingdoms (usa, europe) (en,fr,de,es,it).bin" size="8388608" crc="02e35663" sha1="c75a4fe95bd27baad3d800f6f8d66603a18ffadb" offset="000000" /> @@ -20940,6 +22210,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20041216"/> <info name="alt_title" value="リトルパティシエ ケーキのお城"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="little patissier - cake no oshiro (japan).bin" size="8388608" crc="8fea41c4" sha1="8d121cfeb6c88a4cf2d34f8e9979811d60543d6d" offset="000000" /> @@ -20953,6 +22224,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-BLMP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="lizzie mcguire (europe) (en,fr,de,es).bin" size="4194304" crc="7e9283f2" sha1="50786b17708d91c05ec3c3058a3a1106f524fae3" offset="000000" /> @@ -20966,6 +22238,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Disney Interactive</publisher> <info name="serial" value="AGB-BLME-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="lizzie mcguire - on the go! (usa).bin" size="4194304" crc="70ded768" sha1="084add8893bae03836d33a1c7bdede5f12741663" offset="000000" /> @@ -20979,6 +22252,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Disney Interactive</publisher> <info name="serial" value="AGB-BL4E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_512" /> <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="33554432"> <rom name="disney's game + tv episode - lizzie mcguire 2 - lizzie diaries (usa) (en,fr).bin" size="33554432" crc="2706b300" sha1="14a56541b7a4196600f7392269db67fc1bebbaff" offset="000000" /> @@ -20992,6 +22266,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Buena Vista Games</publisher> <info name="serial" value="AGB-BL2E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="lizzie mcguire 2 - lizzie diaries (usa) (en,fr).bin" size="4194304" crc="f11009f9" sha1="7ace37aec21c058aa98e3de12140cb691c070e00" offset="000000" /> @@ -21005,6 +22280,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Buena Vista Games</publisher> <info name="serial" value="AGB-BL3E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="lizzie mcguire 3 - homecoming havoc (usa).bin" size="8388608" crc="a2843980" sha1="991f6fa3ea46f00b3a1e553ea89c4aafc4f2e8a6" offset="000000" /> @@ -21020,6 +22296,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030221"/> <info name="alt_title" value="ロードランナー"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="lode runner (japan).bin" size="4194304" crc="3e2cf3ff" sha1="4a52758503a0b6fff2f42277686a6d0c2dbd07f8" offset="000000" /> @@ -21034,6 +22311,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="alt_title" value="Looney Tunes Double Pack: Dizzy Driving + ACME Antics" /> <info name="serial" value="AGB-BLNP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="looney tunes double pack (europe).bin" size="8388608" crc="dca23b31" sha1="2e8a157daa0b0031f629940846412b9f8197f8a1" offset="000000" /> @@ -21048,6 +22326,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="alt_title" value="Looney Tunes Double Pack: Dizzy Driving + ACME Antics" /> <info name="serial" value="AGB-BLNE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="looney tunes double pack (usa).bin" size="8388608" crc="ecadd047" sha1="0cf436e0db36bdc87da7e55c6ff504969a6f1398" offset="000000" /> @@ -21063,6 +22342,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030214"/> <info name="alt_title" value="ロード・オブ・ザ・リング 二つの塔"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="lord of the rings, the - futatsu no tou (japan).bin" size="16777216" crc="dc8d4667" sha1="93b4ad2379fcf3354b07d8847a99428d45dd3699" offset="000000" /> @@ -21078,6 +22358,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20041222"/> <info name="alt_title" value="ロード・オブ・ザ・リング 中つ国第三紀"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="lord of the rings, the - nakatsukuni daisanki (japan).bin" size="16777216" crc="cf0534f8" sha1="b7127d022e185808b852c345381428aa18cf0c5d" offset="000000" /> @@ -21093,6 +22374,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040108"/> <info name="alt_title" value="ロード・オブ・ザ・リング 王の帰還"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="lord of the rings, the - ou no kikan (japan).bin" size="16777216" crc="465f2753" sha1="aca8e3ddce987ee072b54d06a3c563e3c84f9964" offset="000000" /> @@ -21106,6 +22388,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Vivendi Universal</publisher> <info name="serial" value="AGB-ALOP-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="lord of the rings, the - the fellowship of the ring (europe) (en,fr,de,es,it).bin" size="8388608" crc="2380b93a" sha1="f330de5440f561e9fb0f808876261ee124230f9f" offset="000000" /> @@ -21119,6 +22402,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Vivendi Universal</publisher> <info name="serial" value="AGB-ALOE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="lord of the rings, the - the fellowship of the ring (usa).bin" size="8388608" crc="ee0c58bc" sha1="4b77ba458b593ca35166e9a9792792ac92e263df" offset="000000" /> @@ -21132,6 +22416,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Electronic Arts</publisher> <info name="serial" value="ABG-BLRE-USA, ABG-BLRP-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="lord of the rings, the - the return of the king (usa, europe) (en,fr,de,es,it).bin" size="16777216" crc="7590ebfa" sha1="ec3d126d37ea6e2ad7030d8a99cf87c6e46c03fd" offset="000000" /> @@ -21145,6 +22430,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Electronic Arts</publisher> <info name="serial" value="AGB-B3AE-USA, AGB-B3AP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="lord of the rings, the - the third age (usa, europe) (en,fr,de,es,it).bin" size="16777216" crc="2def3656" sha1="0a7a704d2ba167eb2dc03ad5dcfa0f09ea982a54" offset="000000" /> @@ -21158,6 +22444,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Electronic Arts</publisher> <info name="serial" value="AGB-ALPE-USA, AGB-ALPP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="lord of the rings, the - the two towers (usa, europe) (en,fr,de,es,it,nl).bin" size="16777216" crc="a1e3bf33" sha1="82b3b4afb0ed0d3fca646aa266e0bfc5bffd49d9" offset="000000" /> @@ -21171,6 +22458,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Blizzard Entertainment</publisher> <info name="serial" value="AGB-ALVE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="lost vikings, the (usa).bin" size="4194304" crc="8cb58997" sha1="670affd3e3cf3f80f939517421ed7927c0c14310" offset="000000" /> @@ -21186,6 +22474,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20010907"/> <info name="alt_title" value="ラブひなアドバンス 祝福の鐘はなるかな"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="love hina advance - shukufuku no kane wa naru kana (japan).bin" size="8388608" crc="b8e67449" sha1="c52f2f584a8dadd7130687ffee512faae1ac7463" offset="000000" /> @@ -21211,6 +22500,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Atlus</publisher> <info name="serial" value="AGB-AGDE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="lufia - the ruins of lore (usa).bin" size="8388608" crc="de5ffcbc" sha1="a2b7e80a6c7d586ebeec77c8a2c2545fe27e0592" offset="000000" /> @@ -21226,6 +22516,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020412"/> <info name="alt_title" value="ルナ 〜レジェンド〜"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="lunar legend (japan).bin" size="8388608" crc="4e044191" sha1="483b2c37330cf914c121801acd9f15776f92eb29" offset="000000" /> @@ -21239,6 +22530,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Ubi Soft</publisher> <info name="serial" value="AGB-ALNE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="lunar legend (usa).bin" size="8388608" crc="885266a2" sha1="d7109fa4a03d50e24bd9e61446bdeb03b42732ff" offset="000000" /> @@ -21252,6 +22544,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Majesco</publisher> <info name="serial" value="AGB-AMLE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="m&m's - blast! (usa).bin" size="8388608" crc="ad38c301" sha1="f717d3547aeedf19921124a647d5dc70d6b61d1e" offset="000000" /> @@ -21276,6 +22569,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2005</year> <publisher>Activision</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="madagascar (europe).bin" size="8388608" crc="394f2126" sha1="30e85193a92ae6fa4dd1c54ea76d629276789657" offset="000000" /> @@ -21288,6 +22582,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2005</year> <publisher>Activision</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="madagascar (europe) (fr,de,pt).bin" size="8388608" crc="274c9135" sha1="e86f17cdb49be8751ee5000e519e02f1e32d733b" offset="000000" /> @@ -21300,6 +22595,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2005</year> <publisher>Activision</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="madagascar (italy).bin" size="8388608" crc="9467225b" sha1="2894f85aa51824ffc1a85b9b13b46628bf6f7e4a" offset="000000" /> @@ -21315,6 +22611,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20050811"/> <info name="alt_title" value="マダガスカル"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="madagascar (japan).bin" size="8388608" crc="2d6d478c" sha1="6cdb13f057a3c1445c0fcc4d7b362580b1ef9ad6" offset="000000" /> @@ -21327,6 +22624,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2005</year> <publisher>Activision</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="madagascar (netherlands).bin" size="8388608" crc="ebfab740" sha1="fe66e53862eb6c18b2c6831dc646cee50e2aaf70" offset="000000" /> @@ -21339,6 +22637,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2005</year> <publisher>Activision</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="madagascar (spain).bin" size="8388608" crc="0c6070b5" sha1="b7eb23d81889849ee8dc74bd64341b4633e16648" offset="000000" /> @@ -21352,6 +22651,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Activision</publisher> <info name="serial" value="AGB-BGZE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="madagascar (usa).bin" size="8388608" crc="7503f71b" sha1="3f1e8c5ecea68cf812acffa4670f0f30266c5952" offset="000000" /> @@ -21365,6 +22665,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Activision</publisher> <info name="serial" value="AGB-BM7P-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="madagascar - operation penguin (europe).bin" size="8388608" crc="15bb7278" sha1="f33187bbc0187dd3bdbaaec6f88380bf2f107ab2" offset="000000" /> @@ -21377,6 +22678,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2005</year> <publisher>Activision</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="madagascar - operacion pinguino (spain).bin" size="8388608" crc="5b519e47" sha1="3b9f93d67020fa5cffccc23d10d02c7a0b99fa7d" offset="000000" /> @@ -21389,6 +22691,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2005</year> <publisher>Activision</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="madagascar - operation penguin (europe) (fr,de).bin" size="8388608" crc="6b5b70c5" sha1="faca3026cbd32eddc8b9f2fac1a40d9ca248a065" offset="000000" /> @@ -21401,6 +22704,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2005</year> <publisher>Activision</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="madagascar - operation penguin (europe) (it,nl).bin" size="8388608" crc="8d8b5808" sha1="f360b9f2217e3e1739d6591eb33cc730c2879474" offset="000000" /> @@ -21414,6 +22718,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Activision</publisher> <info name="serial" value="AGB-BM7E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="madagascar - operation penguin (usa).bin" size="8388608" crc="da3fa501" sha1="d9c26b324fe29729b76c028e194dc97adf5bccaa" offset="000000" /> @@ -21427,6 +22732,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Electronic Arts</publisher> <info name="serial" value="AGB-B6ME-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="madden nfl 06 (usa).bin" size="4194304" crc="374fd6f9" sha1="4771f0a36d52f59f02e9da1f87cc89d9e179ba9f" offset="000000" /> @@ -21440,6 +22746,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Electronic Arts</publisher> <info name="serial" value="AGB-B7ME-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="madden nfl 07 (usa).bin" size="4194304" crc="c5805b1d" sha1="fd62edcf3c30b8f2a821a5dbfe67aa50f150feae" offset="000000" /> @@ -21453,6 +22760,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Electronic Arts</publisher> <info name="serial" value="AGB-A2ME-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="madden nfl 2002 (usa).bin" size="4194304" crc="8e797ecd" sha1="9b26d3e3e641059e93efeb0732b413a375402339" offset="000000" /> @@ -21466,6 +22774,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Electronic Arts</publisher> <info name="serial" value="AGB-ANJE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="madden nfl 2003 (usa).bin" size="4194304" crc="64b93824" sha1="e2f4e66fa582303d06f79e572e19e80462a7cc42" offset="000000" /> @@ -21479,6 +22788,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Electronic Arts</publisher> <info name="serial" value="AGB-AMDE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="madden nfl 2004 (usa).bin" size="4194304" crc="170bb11a" sha1="8c932f469d7d66f604fa6a34adfa3acea5b7f63e" offset="000000" /> @@ -21492,6 +22802,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Electronic Arts</publisher> <info name="serial" value="AGB-BMFE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="madden nfl 2005 (usa).bin" size="4194304" crc="0b79a67b" sha1="8d549eacd9c6f182743fe9ce442ab3c2f9048939" offset="000000" /> @@ -21507,6 +22818,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030321"/> <info name="alt_title" value="メイド イン ワリオ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="made in wario (japan).bin" size="8388608" crc="87a0eea0" sha1="1776d55134d373f71404e818b236462aedfce9e7" offset="000000" /> @@ -21522,6 +22834,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20050630"/> <info name="alt_title" value="メルヘヴン ノッキン オン ヘヴンズ ドア"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="maer heaven - knockin' on heaven's door (japan).bin" size="16777216" crc="ef6807ca" sha1="5ed178bfbdf459867d64e5b91a9d9c72654e4051" offset="000000" /> @@ -21537,6 +22850,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20021213"/> <info name="alt_title" value="マジャイネーション"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="magi nation (japan).bin" size="8388608" crc="6a94531b" sha1="870cde605033525be0d250f87bfa68d7d56ae372" offset="000000" /> @@ -21552,6 +22866,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020329"/> <info name="alt_title" value="マジカル封神"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="8388608"> <rom name="magical houshin (japan).bin" size="8388608" crc="70123550" sha1="38554b0e03fa8c0f4e220f3ea0dc58da9d080ff4" offset="000000" /> @@ -21565,6 +22880,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Capcom</publisher> <info name="serial" value="AGB-AQMP-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="magical quest 2 starring mickey & minnie (europe) (en,fr,de).bin" size="4194304" crc="f9498038" sha1="1cac78eb9f6a9079f1a02d48dcd1ce4c7a81350b" offset="000000" /> @@ -21578,6 +22894,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Capcom</publisher> <info name="serial" value="AGB-AQME-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="magical quest 2 starring mickey & minnie (usa) (en,fr,de).bin" size="4194304" crc="69f1117d" sha1="85358586e818913485da97089910712adaf4eb69" offset="000000" /> @@ -21591,6 +22908,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Capcom</publisher> <info name="serial" value="AGB-BMQP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="magical quest 3 starring mickey & donald (europe) (en,fr,de).bin" size="8388608" crc="aad912f9" sha1="63e7bb2812c0abfc50f9a082251c6a86deed3687" offset="000000" /> @@ -21604,6 +22922,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Capcom</publisher> <info name="serial" value="AGB-BMQE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="magical quest 3 starring mickey & donald (usa) (en,fr,de).bin" size="8388608" crc="5a23094d" sha1="6fd2ffe2f1ffc25f27fae00631ab7733d08f86ea" offset="000000" /> @@ -21617,6 +22936,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-A3MP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="magical quest starring mickey & minnie (europe) (en,fr,de,es,it).bin" size="4194304" crc="94f3b7c0" sha1="00a58654c699ff5c45d3c5228d5abd7c28e59ef2" offset="000000" /> @@ -21630,6 +22950,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-A3ME-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="magical quest starring mickey & minnie (usa).bin" size="4194304" crc="b4294fa7" sha1="bd4ea484e8dbdc2343ff5712bf84a6d15fb28ad3" offset="000000" /> @@ -21645,6 +22966,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20011207"/> <info name="alt_title" value="マジカルバケーション"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="8388608"> <rom name="magical vacation (japan).bin" size="8388608" crc="59cbe914" sha1="565225d6b02da909d3cf04adaf419170baba35ac" offset="000000" /> @@ -21660,6 +22982,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20010712"/> <info name="alt_title" value="麻雀刑事"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="mahjong keiji (japan).bin" size="4194304" crc="ad32a2d3" sha1="94279f146b5e62d6a29c67c6d1893137e1941270" offset="000000" /> @@ -21675,6 +22998,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030424"/> <info name="alt_title" value="魔法のパンプキン 〜アンとグレッグの大冒険〜"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="mahou no pumpkin - ann to greg no daibouken (japan).bin" size="4194304" crc="f9652b4d" sha1="a42d4104e0d0d8d9b2b2196d745237d640795215" offset="000000" /> @@ -21690,6 +23014,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20050609"/> <info name="alt_title" value="魔法先生ネギま! プライベートレッスン sだめですぅ 図書館島"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="mahou sensei negima! - private lesson - damedesuu toshokan-jima (japan).bin" size="8388608" crc="79d04dad" sha1="087d9283aa07e69fe1b1b6f56fb780c52a7d02f8" offset="000000" /> @@ -21705,6 +23030,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20060323"/> <info name="alt_title" value="魔法先生ネギま!プライベートレッスン2 お邪魔しますうパラサイトでチュ〜"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="mahou sensei negima! - private lesson 2 - ojamashimasuu parasite de chuu (japan).bin" size="16777216" crc="6357c53b" sha1="75f0e96d806b57b1667c66844ac94b1dfcb47210" offset="000000" /> @@ -21720,6 +23046,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020214"/> <info name="alt_title" value="メールでキュート"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="8388608"> <rom name="mail de cute (japan).bin" size="8388608" crc="3b984291" sha1="c153539cccef50e6d5f32347746381626d365268" offset="000000" /> @@ -21785,6 +23112,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20031230"/> <info name="alt_title" value="魔女っ子クリームちゃんのごっこシリーズ(1) わんにゃんアイドル学園"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="majokko cream-chan no gokko series 1 - wannyan idol gakuen (japan).bin" size="4194304" crc="91bebbee" sha1="0007603e37adfec491fbce8ea510e22f777ec805" offset="000000" /> @@ -21800,6 +23128,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040325"/> <info name="alt_title" value="魔女っ子クリームちゃんのごっこシリーズ2 きせかえエンジェル カリスマ店員育成ゲーム"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="majokko cream-chan no gokko series 2 - kisekae angel (japan).bin" size="8388608" crc="2ed6c55f" sha1="449a3599eafeed92d6d90cbccf3992f6fc087a4f" offset="000000" /> @@ -21815,6 +23144,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20021220"/> <info name="alt_title" value="まんが家デビュー物語 あこがれ!まんが家育成ゲーム"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="manga-ka debut monogatari (japan).bin" size="4194304" crc="61a602d7" sha1="5f7c1b88b8c7caa57a0af81cd3ae74171abe50d1" offset="000000" /> @@ -21830,6 +23160,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20021220"/> <info name="alt_title" value="まんが家デビュー物語 あこがれ!まんが家育成ゲーム"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="manga-ka debut monogatari (japan) (rev 1).bin" size="4194304" crc="f0c22c62" sha1="78c57d1062830074166da3192b01d0d0ae9afaeb" offset="000000" /> @@ -21843,6 +23174,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Konami</publisher> <info name="serial" value="AGB-AMRP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="maniac racers advance (europe) (en,fr,de,es,it).bin" size="4194304" crc="2412c5eb" sha1="ec8ba8e51dd42c3267deab0f9ad1701c53d0e763" offset="000000" /> @@ -21894,6 +23226,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030124"/> <info name="alt_title" value="マリー、エリー&アニスのアトリエ 〜そよ風からの伝言〜"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="marie, elie & anis no atelier - soyokaze kara no dengon (japan).bin" size="8388608" crc="1b70a454" sha1="0dbde8bcaa9e4bdc201674a0d66c6ce64242eb4b" offset="000000" /> @@ -21907,6 +23240,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-A88P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="16777216"> <rom name="mario & luigi - superstar saga (europe) (en,fr,de,es,it).bin" size="16777216" crc="170cc574" sha1="fa2314c2fbe0db1ab17175f8be7cceb0ab084efc" offset="000000" /> @@ -21919,6 +23253,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2003</year> <publisher>Nintendo</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="mario & luigi - superstar saga (usa) (demo) (kiosk).bin" size="8388608" crc="a94b04b2" sha1="e235a9a617626cff6b0b572d6f6144fa8ffb6719" offset="000000" /> @@ -21932,6 +23267,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-A88E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="16777216"> <rom name="mario & luigi - superstar saga (usa, australia).bin" size="16777216" crc="e718d850" sha1="7c303cdde5061ee329296948060b875cb50ba410" offset="000000" /> @@ -21947,6 +23283,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20031121"/> <info name="alt_title" value="マリオ&ルイージRPG"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="16777216"> <rom name="mario & luigi rpg (japan).bin" size="16777216" crc="4ef93d41" sha1="edc538ac505bfcd337abdd03b3a6f2744d81eaab" offset="000000" /> @@ -21959,6 +23296,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2004</year> <publisher>Nintendo</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="mario golf - advance tour (australia).bin" size="16777216" crc="d6ad422f" sha1="0730ce80f2016aef121775df16ea35b4dffad240" offset="000000" /> @@ -21972,6 +23310,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-BMGP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="mario golf - advance tour (europe).bin" size="16777216" crc="b483127c" sha1="d66deff7c2d82e033f1e39b940048b4bdaadd825" offset="000000" /> @@ -21984,6 +23323,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2004</year> <publisher>Nintendo</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="mario golf - advance tour (france).bin" size="16777216" crc="bd5be463" sha1="f99dd1fb1d468fc67b46920687f890f5a14036c5" offset="000000" /> @@ -21996,6 +23336,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2004</year> <publisher>Nintendo</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="mario golf - advance tour (germany).bin" size="16777216" crc="3e19e279" sha1="327e98d9e48b88eaa8feb48df54e5411f71807db" offset="000000" /> @@ -22008,6 +23349,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2004</year> <publisher>Nintendo</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="mario golf - advance tour (italy).bin" size="16777216" crc="05b0454a" sha1="d1524efe0a090580251335ce3eacf6edbccb0a8e" offset="000000" /> @@ -22020,6 +23362,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2004</year> <publisher>Nintendo</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="mario golf - advance tour (spain).bin" size="16777216" crc="c35dd9f8" sha1="aefcb7f122b73b6678ae373243d62a02386cc4bc" offset="000000" /> @@ -22033,6 +23376,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-BMGE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="mario golf - advance tour (usa).bin" size="16777216" crc="d56c2e54" sha1="157058590cfb1d1cb83a3afac4847c2169f360a7" offset="000000" /> @@ -22048,6 +23392,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040422"/> <info name="alt_title" value="マリオゴルフ GBAツアー"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="mario golf - gba tour (japan).bin" size="16777216" crc="a8342a16" sha1="ccd3a22c65336a65290d641c17ffd0d2a5a57be2" offset="000000" /> @@ -22061,6 +23406,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-AMKE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="4194304"> <rom name="mario kart - super circuit (usa).bin" size="4194304" crc="ed316e37" sha1="9d327c030c3e2d9007990518594f70c3340ac56f" offset="000000" /> @@ -22076,6 +23422,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20010721"/> <info name="alt_title" value="マリオカートアドバンス"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="4194304"> <rom name="mario kart advance (japan).bin" size="4194304" crc="30e99fcd" sha1="88ffde363b05264a99a4d5ada0c80a00196a94d7" offset="000000" /> @@ -22089,6 +23436,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-B8MP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="16777216"> <rom name="mario party advance (europe) (en,fr,de,es,it).bin" size="16777216" crc="c8c889e2" sha1="5d67695c08afce4098264bd986a55739cb6636cb" offset="000000" /> @@ -22104,6 +23452,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20050113"/> <info name="alt_title" value="マリオパーティ アドバンス"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="mario party advance (japan).bin" size="8388608" crc="baa4a82b" sha1="f99eb117ff81995b22e19a34437938113e32c69a" offset="000000" /> @@ -22117,6 +23466,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-B8ME-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="mario party advance (usa).bin" size="8388608" crc="f094a4cb" sha1="fa917d74d592260c3d6142a969fcbd94156f956b" offset="000000" /> @@ -22130,6 +23480,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-BMVE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="mario pinball land (usa, australia).bin" size="8388608" crc="70a6d2c1" sha1="3fdcd3bb30d61b4dd6829dbdc1a0ac116618b87d" offset="000000" /> @@ -22143,6 +23494,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-BTMP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="mario power tennis (europe) (en,fr,de,es,it).bin" size="16777216" crc="c8db4f60" sha1="d61990974040d405b5bf8436ac8e1e0beb0f7964" offset="000000" /> @@ -22156,6 +23508,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-BTME-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="mario tennis - power tour (usa, australia) (en,fr,de,es,it).bin" size="16777216" crc="da192d29" sha1="794584acbd15a69fb9ac760c0a6f48095805bd59" offset="000000" /> @@ -22169,6 +23522,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-BM5P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_512" /> <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="16777216"> <rom name="mario vs. donkey kong (europe) (en,fr,de,es,it).bin" size="16777216" crc="ca030d61" sha1="c645798ea9cf94e2fd8826ea96a5971a7aeb52b7" offset="000000" /> @@ -22184,6 +23538,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040610"/> <info name="alt_title" value="マリオvs.ドンキーコング"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_512" /> <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="16777216"> <rom name="mario vs. donkey kong (japan).bin" size="16777216" crc="7c2b5269" sha1="5da406ab472e9bcbf8709842731525f8fca35559" offset="000000" /> @@ -22197,6 +23552,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-BM5E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_512" /> <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="16777216"> <rom name="mario vs. donkey kong (usa, australia).bin" size="16777216" crc="25c394d1" sha1="da677e595c41a0c72c4e3feb3a7e716f17cacd77" offset="000000" /> @@ -22210,6 +23566,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Activision</publisher> <info name="serial" value="AGB-B4MP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="marvel - ultimate alliance (europe) (en,it).bin" size="8388608" crc="c150790f" sha1="75ce19b28cdeade8fbbfb93e284327c13f3c53f6" offset="000000" /> @@ -22223,6 +23580,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Activision</publisher> <info name="serial" value="AGB-B4ME-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="marvel - ultimate alliance (usa).bin" size="8388608" crc="a74294db" sha1="fe621b8d156b85ed2ee77dbc1d2b84d16f330e67" offset="000000" /> @@ -22236,6 +23594,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Acclaim</publisher> <info name="serial" value="AGB-AKSE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="mary-kate and ashley - girls night out (usa).bin" size="4194304" crc="8af3f3ad" sha1="4b46751b6deb8064d58a0786d62b37206c9529ac" offset="000000" /> @@ -22273,6 +23632,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Activision</publisher> <info name="serial" value="AGB-AHOE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="mat hoffman's pro bmx (usa, europe).bin" size="4194304" crc="a333fa51" sha1="df0345c31ca3cad51cef7adae8c6fdadf81b3a97" offset="000000" /> @@ -22285,6 +23645,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2001</year> <publisher>Activision</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="mat hoffman's pro bmx (europe) (fr,de).bin" size="4194304" crc="78d22ae9" sha1="1f5a9e9e164f9b97f55084342f331097ce623be7" offset="000000" /> @@ -22298,6 +23659,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Activision</publisher> <info name="serial" value="AGB-AH2E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="mat hoffman's pro bmx 2 (usa, europe).bin" size="8388608" crc="e7fa71c6" sha1="d12bc188404bfb6d012b9ce1cf7302762d934832" offset="000000" /> @@ -22313,6 +23675,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20031016"/> <info name="alt_title" value="魔探偵ロキラグナロク 〜幻想のラビリンス〜"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="matantei loki ragnarok - gensou no labyrinth (japan).bin" size="4194304" crc="31843e8d" sha1="e969a8099e16f181fa7ee4d9cda1a2dc0a029938" offset="000000" /> @@ -22350,6 +23713,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Tomy</publisher> <info name="serial" value="AGB-BIYE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="math patrol - the kleptoid threat (usa).bin" size="8388608" crc="aecd1301" sha1="4dfcb91c0c21e891ef62b4facab3e85b17cc1f40" offset="000000" /> @@ -22365,6 +23729,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20041014"/> <info name="alt_title" value="まわるメイドインワリオ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="mawaru - made in wario (japan).bin" size="16777216" crc="e69964f1" sha1="a389fa50e2e842b264b980cbe30e980c69d93a5b" offset="000000" /> @@ -22378,6 +23743,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Rockstar Games</publisher> <info name="serial" value="AGB-BMEE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="max payne (usa).bin" size="16777216" crc="296e1092" sha1="bc242869661602e918b880850dfcc4eed7b43617" offset="000000" /> @@ -22391,6 +23757,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Midway</publisher> <info name="serial" value="AGB-BEEP-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="maya the bee - sweet gold (europe) (en,fr,de,es,it).bin" size="4194304" crc="a75778c7" sha1="36b6237d4c896ab583418f9ecaeb6b2363f42d23" offset="000000" /> @@ -22416,6 +23783,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>O3 Entertainment</publisher> <info name="serial" value="AGB-BFQE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="16777216"> <rom name="mazes of fate (usa) (en,fr,de,es,it).bin" size="16777216" crc="0b725a08" sha1="2de038bb6505458f5e70a759eaccb62253af3132" offset="000000" /> @@ -22429,6 +23797,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Kemco</publisher> <info name="serial" value="AGB-AKGP-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="mech platoon (europe) (en,fr,de,es,it).bin" size="8388608" crc="4b3e0531" sha1="a5190c06f34b1617a6bd102c5d4829f8462d589b" offset="000000" /> @@ -22442,6 +23811,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Kemco</publisher> <info name="serial" value="AGB-AKGE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="mech platoon (usa).bin" size="8388608" crc="769fde96" sha1="8a9bd790c9cd831366a00cdde72a9f3fec89cb61" offset="000000" /> @@ -22454,6 +23824,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2003</year> <publisher>Natsume</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="medabots - metabee version (europe).bin" size="8388608" crc="50927f3e" sha1="cd3d674e88f40a0707b150c4293588a659001d29" offset="000000" /> @@ -22466,6 +23837,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2003</year> <publisher>Natsume</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="medabots - metabee version (spain).bin" size="8388608" crc="7e907ec8" sha1="fee2d1db994e1a13fc2bc9943198136192412185" offset="000000" /> @@ -22479,6 +23851,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Natsume</publisher> <info name="serial" value="AGB-A8BE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="medabots - metabee version (usa).bin" size="8388608" crc="59f208fc" sha1="ca185b65ab50ef89a10c8db00d9cd76626b81610" offset="000000" /> @@ -22491,6 +23864,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2003</year> <publisher>Natsume</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="medabots - rokusho version (europe) [b].bin" size="8388608" crc="a519feb5" sha1="fc44b80f3e71effc33d8e05a74888cb885c32eb0" offset="000000" status="baddump" /> @@ -22503,6 +23877,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2003</year> <publisher>Natsume</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="medabots - rokusho version (spain).bin" size="8388608" crc="046d86c4" sha1="90fe7f2927c592aabc9b33d0df00d92046c5cb92" offset="000000" status="baddump" /> @@ -22516,6 +23891,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Natsume</publisher> <info name="serial" value="AGB-A9BE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="medabots - rokusho version (usa).bin" size="8388608" crc="e144ded2" sha1="c4572428ea97b302f699a3b4eba2a1f0e87c1c9c" offset="000000" /> @@ -22528,6 +23904,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2003</year> <publisher>Natsume</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="medabots ax - metabee version (europe) (en,fr,de,es,it) [b].bin" size="8388608" crc="5f1e5a48" sha1="130c908d24ba3e422fd8db84e683bacc87235e78" offset="000000" status="baddump" /> @@ -22541,6 +23918,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Natsume</publisher> <info name="serial" value="AGB-AK8E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="medabots ax - metabee version (usa).bin" size="8388608" crc="03294511" sha1="80c024df6d40e499776665d7f0c494a252973048" offset="000000" /> @@ -22553,6 +23931,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2003</year> <publisher>Natsume</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="medabots ax - rokusho version (europe) (en,fr,de,es,it).bin" size="8388608" crc="f5801bd8" sha1="35e35139e4d8d91ca52983097f3ce8fe090e3598" offset="000000" /> @@ -22566,6 +23945,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Natsume</publisher> <info name="serial" value="AGB-AK9E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="medabots ax - rokusho version (usa).bin" size="8388608" crc="92fdb8d6" sha1="ef47f8c675f1f541a0fe4bd37c8882efc539b1c7" offset="000000" /> @@ -22616,6 +23996,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20031218"/> <info name="alt_title" value="メダル オブ オナー アドバンス"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="medal of honor advance (japan).bin" size="16777216" crc="a054a4d0" sha1="e482d182695ad3f7b298fd99cf56221acb37d84d" offset="000000" /> @@ -22631,6 +24012,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020719"/> <info name="alt_title" value="メダロットG カブトバージョン"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="medarot g - kabuto version (japan).bin" size="8388608" crc="b107c73d" sha1="cf0ab638d344ea74db39018163b12256583d556f" offset="000000" /> @@ -22646,6 +24028,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020719"/> <info name="alt_title" value="メダロットG クワガタバージョン"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="medarot g - kuwagata version (japan).bin" size="8388608" crc="14e3ebcc" sha1="4f54d7bd915aa90496725ea3928b8a0d93bc5e49" offset="000000" /> @@ -22661,6 +24044,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20010907"/> <info name="alt_title" value="メダロット・ナビ カブトバージョン"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="8388608"> <rom name="medarot navi - kabuto (japan).bin" size="8388608" crc="15450b63" sha1="3135545e02fa5557dda0976165cf5c7f3c0b6f8e" offset="000000" /> @@ -22676,6 +24060,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20010907"/> <info name="alt_title" value="メダロット・ナビ クワガタバージョン"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="8388608"> <rom name="medarot navi - kuwagata (japan).bin" size="8388608" crc="e83d07d6" sha1="de8de6734f0f990832988ea133fa05241946800e" offset="000000" /> @@ -22691,6 +24076,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030418"/> <info name="alt_title" value="メダロット弐 CORE カブト"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="medarot ni core - kabuto version (japan).bin" size="8388608" crc="3fcaf2d0" sha1="cb1e070c2cf9ba7c7ce7c102e69e7815941ca5f1" offset="000000" /> @@ -22706,6 +24092,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030418"/> <info name="alt_title" value="メダロット弐 CORE クワガタ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="medarot ni core - kuwagata version (japan).bin" size="8388608" crc="285fe485" sha1="868157b4d047f7f5f2a9c30577d082dc59b763b2" offset="000000" /> @@ -22719,6 +24106,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Disney</publisher> <info name="serial" value="AGB-BRHP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="meet the robinsons (europe) (en,fr,de,es,it,nl).bin" size="8388608" crc="df3e58d3" sha1="1b5376d0c0b64973d74434a3a7388eeba3005aab" offset="000000" /> @@ -22732,6 +24120,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Disney</publisher> <info name="serial" value="AGB-BRHE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="meet the robinsons (usa).bin" size="8388608" crc="3787c93c" sha1="58ad2756f1985430e1ef605bdcba82564099a030" offset="000000" /> @@ -22745,6 +24134,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Capcom</publisher> <info name="serial" value="AGB-A6ME-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="megaman & bass (usa).bin" size="8388608" crc="eea68c2e" sha1="7610847b331870d4338e5ac894b36e55e2bec5a0" offset="000000" /> @@ -22758,6 +24148,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Capcom</publisher> <info name="serial" value="AGB-A89P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="megaman battle chip challenge (europe).bin" size="8388608" crc="5b4631f9" sha1="f54486c8a0bb22cf0ece4297fb052d0a0f11e56d" offset="000000" /> @@ -22771,6 +24162,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Capcom</publisher> <info name="serial" value="AGB-A89E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="megaman battle chip challenge (usa).bin" size="8388608" crc="26be44fd" sha1="72309736f3820470c6f372d6a05ad1f16bc5a946" offset="000000" /> @@ -22784,6 +24176,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Ubi Soft</publisher> <info name="serial" value="AGB-AREP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="megaman battle network (europe).bin" size="8388608" crc="1a7fb4fa" sha1="b017b6054ffafc012be9adee785819b17706cabc" offset="000000" /> @@ -22797,6 +24190,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Capcom</publisher> <info name="serial" value="AGB-AREE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="megaman battle network (usa).bin" size="8388608" crc="1d347971" sha1="a4fbae389654a6611d0597b1e9109cbbd32a132f" offset="000000" /> @@ -22810,6 +24204,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Ubi Soft</publisher> <info name="serial" value="AGB-AM2P-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="megaman battle network 2 (europe).bin" size="8388608" crc="66341f3b" sha1="13d8c1978cbcd9ca2a127168544fda176e0a4d6c" offset="000000" /> @@ -22823,6 +24218,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Capcom</publisher> <info name="serial" value="AGB-AE2E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="megaman battle network 2 (usa).bin" size="8388608" crc="6d961f82" sha1="601b5012f77001d2c5c11b31304afafc45a70d0b" offset="000000" /> @@ -22836,6 +24232,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Capcom</publisher> <info name="serial" value="AGB-A3XP-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="megaman battle network 3 blue (europe).bin" size="8388608" crc="1f036cba" sha1="9cb052728cae18864a012e7598119ca7b93eea67" offset="000000" /> @@ -22849,6 +24246,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Capcom</publisher> <info name="serial" value="AGB-A6BP-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="megaman battle network 3 white (europe).bin" size="8388608" crc="23d0a981" sha1="2942a890c369569e163a60f831150305ca0828fc" offset="000000" /> @@ -22862,6 +24260,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Capcom</publisher> <info name="serial" value="AGB-A6BE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="megaman battle network 3 white (usa).bin" size="8388608" crc="0be4410a" sha1="ff45038ae6d01cde4eae25a02dcb8bed29e07a6f" offset="000000" /> @@ -22875,6 +24274,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Capcom</publisher> <info name="serial" value="AGB-B4BP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="megaman battle network 4 blue moon (europe).bin" size="8388608" crc="48758316" sha1="a05e8dce26b5134001337e193d49958be2081598" offset="000000" /> @@ -22888,6 +24288,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Capcom</publisher> <info name="serial" value="AGB-B4BE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="megaman battle network 4 blue moon (usa).bin" size="8388608" crc="758a46e9" sha1="5e017c803ddc768efb8010314b46bc17e9757f71" offset="000000" /> @@ -22901,6 +24302,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Capcom</publisher> <info name="serial" value="AGB-B4WP-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="megaman battle network 4 red sun (europe).bin" size="8388608" crc="0cb136c2" sha1="21af9f7805a27729e770928f939acedd6ae27c1c" offset="000000" /> @@ -22914,6 +24316,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Capcom</publisher> <info name="serial" value="AGB-B4WE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="megaman battle network 4 red sun (usa).bin" size="8388608" crc="2120695c" sha1="a97e96a7da03abd70f7953328e511b9fa29179f1" offset="000000" /> @@ -22927,6 +24330,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Capcom</publisher> <info name="serial" value="AGB-BRKP-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="megaman battle network 5 team colonel (europe).bin" size="8388608" crc="8fc8cf73" sha1="d15bcb7c351252a8890c29a2eaac25ff621635c9" offset="000000" /> @@ -22940,6 +24344,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Capcom</publisher> <info name="serial" value="AGB-BRKE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="megaman battle network 5 team colonel (usa).bin" size="8388608" crc="a552f683" sha1="5f472f78d8de2df01d5039e045c043cb40969a39" offset="000000" /> @@ -22953,6 +24358,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Capcom</publisher> <info name="serial" value="AGB-BRBP-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="megaman battle network 5 team protoman (europe).bin" size="8388608" crc="79f45ed8" sha1="3d017ed23535e42174299ff89fff44678eb553c3" offset="000000" /> @@ -22966,6 +24372,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Capcom</publisher> <info name="serial" value="AGB-BRBE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="megaman battle network 5 team protoman (usa).bin" size="8388608" crc="a73e83a4" sha1="b3774e96b1f107bb8b1db79b216be41b9bc5bac0" offset="000000" /> @@ -22979,6 +24386,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Capcom</publisher> <info name="serial" value="AGB-BR6P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="megaman battle network 6 cybeast falzar (europe).bin" size="8388608" crc="13183967" sha1="1f3037b33878fc66b79b4e2dcf1bb83202fa1b90" offset="000000" /> @@ -22992,6 +24400,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Capcom</publisher> <info name="serial" value="AGB-BR5P-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="megaman battle network 6 cybeast gregar (europe).bin" size="8388608" crc="25c29efb" sha1="4d2e441b1bcb8438c0bef2ae61d937de7d04af02" offset="000000" /> @@ -23005,6 +24414,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Capcom</publisher> <info name="serial" value="AGB-BR5E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="megaman battle network 6 cybeast gregar (usa).bin" size="8388608" crc="79452182" sha1="89fe0bac4fd3d2ab1d2ca35e87ef8b1294a84cd6" offset="000000" /> @@ -23018,6 +24428,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Capcom</publisher> <info name="serial" value="AGB-AZCE-USA, AGB-AZCP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="megaman zero (usa, europe).bin" size="8388608" crc="9707d2a1" sha1="193b14120119162518a73c70876f0b8bffdbd96e" offset="000000" /> @@ -23031,6 +24442,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Capcom</publisher> <info name="serial" value="AGB-A62P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="megaman zero 2 (europe).bin" size="8388608" crc="29a14b59" sha1="c55eca8f2c31fdf772f2605181d0b29815ea37a0" offset="000000" /> @@ -23044,6 +24456,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Capcom</publisher> <info name="serial" value="AGB-A62E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="megaman zero 2 (usa).bin" size="8388608" crc="ce1e37bb" sha1="c4d93a58f0f82c526dec8a3fdbda170336303689" offset="000000" /> @@ -23057,6 +24470,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Capcom</publisher> <info name="serial" value="AGB-BZ3P-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="megaman zero 3 (europe).bin" size="8388608" crc="b099577f" sha1="edfcb606136951374f24aa8fd7e5b4e710300301" offset="000000" /> @@ -23070,6 +24484,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Capcom</publisher> <info name="serial" value="AGB-BZ3E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="megaman zero 3 (usa).bin" size="8388608" crc="2784f3f2" sha1="403a78f2cad93d41e4b0f2e520ce08026531664b" offset="000000" /> @@ -23083,6 +24498,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Capcom</publisher> <info name="serial" value="AGB-B4ZP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="16777216"> <rom name="megaman zero 4 (europe).bin" size="16777216" crc="b7f022b9" sha1="8e13b9ee89a2ed665212daa401ba9331ad11bda9" offset="000000" /> @@ -23096,6 +24512,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Capcom</publisher> <info name="serial" value="AGB-B4ZE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="16777216"> <rom name="megaman zero 4 (usa).bin" size="16777216" crc="7ee24793" sha1="596993205a1895a6f51e80749407fb069b907628" offset="000000" /> @@ -23108,6 +24525,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2006</year> <publisher>dtp Entertainment</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="meine tierarztpraxis (germany) (en,de).bin" size="8388608" crc="13ce32e8" sha1="b6fcf6a7985e3ff834d0bf9b384f750eae067efc" offset="000000" /> @@ -23120,6 +24538,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2006</year> <publisher>Shoe Box</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="meine tierpension (germany) (en,de).bin" size="8388608" crc="78ad82ff" sha1="09d511ecb93bceb5cc73e23b8711392f31d97a32" offset="000000" /> @@ -23135,6 +24554,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20050421"/> <info name="alt_title" value="名探偵コナン 暁のモニュメント"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="meitantei conan - akatsuki no monument (japan).bin" size="8388608" crc="c048b723" sha1="d971b2fbbcb0f6cb378a226902fe44f8cfeb99eb" offset="000000" /> @@ -23150,6 +24570,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030725"/> <info name="alt_title" value="名探偵コナン 〜狙われた探偵〜"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="meitantei conan - nerawareta tantei (japan).bin" size="8388608" crc="5f9c7a4a" sha1="3636c94c319c26903e1f05e3cd63d18f0bfc439c" offset="000000" /> @@ -23189,6 +24610,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20031009"/> <info name="alt_title" value="マーメイドメロディーぴちぴちピッチ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="mermaid melody - pichi pichi pitch (japan).bin" size="16777216" crc="63f72589" sha1="4a0422acf0f22dd85f35a2e040adcfdf70dcc6ec" offset="000000" /> @@ -23204,6 +24626,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20031218"/> <info name="alt_title" value="マーメイドメロディーぴちぴちピッチ ぴちぴちパーティー"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="mermaid melody - pichi pichi pitch - pichi pichi party (japan).bin" size="16777216" crc="f786ffa7" sha1="79571b4d16098ff04f2c9ddb3880d67a01ade4a7" offset="000000" /> @@ -23219,6 +24642,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040318"/> <info name="alt_title" value="マーメイドメロディーぴちぴちピッチ ぴちぴちっとライブスタート!"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="33554432"> <rom name="mermaid melody - pichi pichi pitch - pichi pichitto live start! (japan).bin" size="33554432" crc="7a4fdec3" sha1="d6bd3140b83fb9b1c2d84b6faf21c7286e29d129" offset="000000" /> @@ -23234,6 +24658,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030620"/> <info name="alt_title" value="メタルマックス2 改"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="metal max 2 kai (japan) (rev 1).bin" size="4194304" crc="66725a09" sha1="b827ff8b0119f763bdc32062e77e6ed8d44985ba" offset="000000" /> @@ -23249,6 +24674,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030620"/> <info name="alt_title" value="メタルマックス2 改"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="metal max 2 kai (japan).bin" size="4194304" crc="bc1feaf0" sha1="73c58f67e1ff42cffa30970b6f226c352635f07d" offset="000000" /> @@ -23262,6 +24688,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Ignition Entertainment</publisher> <info name="serial" value="AGB-BSMP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="metal slug advance (europe).bin" size="8388608" crc="3806f4ae" sha1="0719aee29b0da365e7ad52bb0ae9545bcd377152" offset="000000" /> @@ -23277,6 +24704,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20041118"/> <info name="alt_title" value="メタルスラッグ アドバンス"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="metal slug advance (japan).bin" size="8388608" crc="0caba589" sha1="410bf6c06da43ab001c5b044cd71d2e992acc6c7" offset="000000" /> @@ -23290,6 +24718,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>SNK</publisher> <info name="serial" value="AGB-BSME-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="metal slug advance (usa).bin" size="8388608" crc="09980880" sha1="067e1511ab6becf797f1bbd321a858e96a0349af" offset="000000" /> @@ -23305,6 +24734,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020927"/> <info name="alt_title" value="メタルガン・スリンガー"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="metalgun slinger (japan).bin" size="8388608" crc="8dfb7a2f" sha1="dbf9e8515d9993c6fbab921af65cbbdeabd4aa93" offset="000000" /> @@ -23317,6 +24747,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2004</year> <publisher>Nintendo</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="metroid - zero mission (europe) (en,fr,de,es,it).bin" size="8388608" crc="f1d92e63" sha1="0fd107445a42e6f3a3e5ce8c865f412583179903" offset="000000" /> @@ -23332,6 +24763,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040527"/> <info name="alt_title" value="メトロイド ゼロミッション"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="metroid - zero mission (japan).bin" size="8388608" crc="44b79e2b" sha1="096f07685a3dc9286e71aa0b761f233b5efa2fcd" offset="000000" /> @@ -23347,6 +24779,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030214"/> <info name="alt_title" value="メトロイド フュージョン"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="metroid fusion (japan).bin" size="8388608" crc="817a7e9e" sha1="5d21c668baa84da4a5b745be56809bb277f947a3" offset="000000" /> @@ -23360,6 +24793,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-AMTE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="metroid fusion (usa, australia).bin" size="8388608" crc="6c75479c" sha1="ca33f4348c2c05dd330d37b97e2c5a69531dfe87" offset="000000" /> @@ -23375,6 +24809,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20050301"/> <info name="alt_title" value="めざせ!甲子園"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_512" /> <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="8388608"> <rom name="mezase! koushien (japan).bin" size="8388608" crc="50e473a8" sha1="9986d625ca32689b92b22f9e86ab4f8114eb92ad" offset="000000" /> @@ -23390,6 +24825,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040429"/> <info name="alt_title" value="ミッキーのポケットリゾート"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="mickey no pocket resort (japan).bin" size="8388608" crc="edb264b8" sha1="df700b7c594b8588462cb83623bf4008af0cb2ff" offset="000000" /> @@ -23405,6 +24841,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20031121"/> <info name="alt_title" value="ディズニー ミッキーとドナルドのマジカルクエスト3"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="mickey to donald no magical quest 3 (japan).bin" size="4194304" crc="32d851f7" sha1="a849ec6c383b7c5af9cf6d6fccc3aad9741036d0" offset="000000" /> @@ -23420,6 +24857,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020809"/> <info name="alt_title" value="ディズニー ミッキーとミニーのマジカルクエスト"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="mickey to minnie no magical quest (japan).bin" size="4194304" crc="bbae85c8" sha1="409ce308ce8b6f1df7c361e55418e30b64fcea78" offset="000000" /> @@ -23435,6 +24873,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030718"/> <info name="alt_title" value="ディズニー ミッキーとミニーのマジカルクエスト2"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="mickey to minnie no magical quest 2 (japan).bin" size="4194304" crc="092a7d0a" sha1="d0e0e29c9e49835375ff865082602e304edef89f" offset="000000" /> @@ -23496,6 +24935,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Majesco</publisher> <info name="serial" value="AGB-BMBE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="mighty beanz pocket puzzles (usa).bin" size="4194304" crc="54df36da" sha1="78f9e56a2f22a08b1597c9c545b0474ba290c298" offset="000000" /> @@ -23508,6 +24948,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2006</year> <publisher>Mindscape</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="mijn dierenpension (netherlands) (en,nl).bin" size="8388608" crc="310eb2fe" sha1="de0e1f47f4cbfbb1ef8ebd67289ac978e8f28317" offset="000000" /> @@ -23520,6 +24961,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2006</year> <publisher>Mindscape</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="mijn dierenpraktijk (netherlands) (en,nl).bin" size="8388608" crc="227a5430" sha1="245d9370179d21b7ea69ece2dc9b6ceb6294f99d" offset="000000" /> @@ -23533,6 +24975,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Ubi Soft</publisher> <info name="serial" value="AGB-AM6P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="mike tyson boxing (europe) (en,fr,de,es,it).bin" size="4194304" crc="b9566812" sha1="b35eee5852a0bc2a96e983e4a398ad46b4900104" offset="000000" /> @@ -23546,6 +24989,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Ubi Soft</publisher> <info name="serial" value="AGB-AM6E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="mike tyson boxing (usa) (en,fr,de,es,it).bin" size="4194304" crc="48109f8d" sha1="7b60e69296eabd98ea17836add7f6f8bb9a07731" offset="000000" /> @@ -23561,6 +25005,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20021003"/> <info name="alt_title" value="南の海のオデッセイ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="minami no umi no odyssey (japan).bin" size="4194304" crc="6e53115b" sha1="9b20ec7cea9a5f41a0be62333c9d70045e94e046" offset="000000" /> @@ -23576,6 +25021,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020401"/> <info name="alt_title" value="ミニモニ。ミカのハピモニ chatty"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="mini moni. - mika no happy morning chatty (japan).bin" size="8388608" crc="492cf823" sha1="96a102b974e00aa27d060952a770ea49f5639ef5" offset="000000" /> @@ -23591,6 +25037,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20021212"/> <info name="alt_title" value="ミニモニ。おねがい☆お星さま!"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="mini moni. - onegai ohoshi-sama! (japan).bin" size="8388608" crc="f11c35cc" sha1="d34795cf3679c6f259177db52a138c0d6e9fcdfd" offset="000000" /> @@ -23606,6 +25053,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20011018"/> <info name="alt_title" value="みんなでぷよぷよ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="minna de puyo puyo (japan) (en,ja).bin" size="8388608" crc="857fb1ef" sha1="927bd890ed5e1573022f9806f91e554a12de5429" offset="000000" /> @@ -23621,6 +25069,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20031204"/> <info name="alt_title" value="みんなの王子様"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="33554432"> <rom name="minna no ouji-sama (japan).bin" size="33554432" crc="19dc05e6" sha1="c709c2f1f439825a4f6783be045b99f5757e8b24" offset="000000" /> @@ -23636,6 +25085,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030627"/> <info name="alt_title" value="みんなの飼育シリーズ ぼくのカブト・クワガタ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="minna no shiiku series - boku no kabuto, kuwagata (japan).bin" size="8388608" crc="20e296a6" sha1="d57d2035445683b842e6fb5c7f330c82afb7efcf" offset="000000" /> @@ -23651,6 +25101,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20010713"/> <info name="alt_title" value="みんなの飼育シリーズ(1) ぼくのカブト虫"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="minna no shiiku series 1 - boku no kabutomushi (japan).bin" size="4194304" crc="f83fe589" sha1="1771cf9beca944077e4804766c31b38728cf2b7e" offset="000000" /> @@ -23666,6 +25117,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20010803"/> <info name="alt_title" value="みんなの飼育シリーズ(2) ぼくのクワガタ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="minna no shiiku series 2 - boku no kuwagata (japan).bin" size="4194304" crc="c0ba281d" sha1="64cfca9e40194064677fc37998618ddc9206605d" offset="000000" /> @@ -23681,6 +25133,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20050114"/> <info name="alt_title" value="みんなのソフトシリーズ ハッピートランプ20"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="minna no soft series - happy trump 20 (japan).bin" size="4194304" crc="d0ef2bc4" sha1="6ff8067d442104e2d43c9b3f66e4c4f514fcc480" offset="000000" /> @@ -23696,6 +25149,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20031121"/> <info name="alt_title" value="みんなのソフトシリーズ ひょっこりひょうたん島 ドン・ガバチョ大活躍の巻"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="minna no soft series - hyokkori hyoutan-jima - don gabacho daikatsuyaku no maki (japan).bin" size="4194304" crc="481d1d5f" sha1="c0742bc3f716c74d72711e25bc12d7be6d75e206" offset="000000" /> @@ -23711,6 +25165,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20031031"/> <info name="alt_title" value="みんなのソフトシリーズ みんなの麻雀"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="minna no soft series - minna no mahjong (japan).bin" size="4194304" crc="66b779b0" sha1="b4be9e8e8062f0764376821465b72c35d770b5eb" offset="000000" /> @@ -23726,6 +25181,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040924"/> <info name="alt_title" value="みんなのソフトシリーズ みんなの将棋 "/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="minna no soft series - minna no shougi (japan).bin" size="4194304" crc="08b62391" sha1="7440c18668813a6ff2a51205b79fbf19ab96f09d" offset="000000" /> @@ -23741,6 +25197,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20060406"/> <info name="alt_title" value="みんなのソフトシリーズ ナンプレ アドバンス"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="minna no soft series - numpla advance (japan).bin" size="4194304" crc="044c6f68" sha1="d3b1f600eb4b0d10d144c30a5710ac2cf1e46296" offset="000000" /> @@ -23756,6 +25213,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20031031"/> <info name="alt_title" value="みんなのソフトシリーズ 上海"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="minna no soft series - shanghai (japan).bin" size="4194304" crc="feefeddc" sha1="1e2846d6998db5c43ffa7cafe0790a5efdbea3c8" offset="000000" /> @@ -23771,6 +25229,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20031128"/> <info name="alt_title" value="みんなのソフトシリーズ テトリス アドバンス"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="minna no soft series - tetris advance (japan).bin" size="4194304" crc="67c92883" sha1="03e115da05736e773dadb57a26e3f94002299f6c" offset="000000" /> @@ -23786,6 +25245,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20031031"/> <info name="alt_title" value="みんなのソフトシリーズ ズー"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="minna no soft series - zooo (japan).bin" size="4194304" crc="72eb35e3" sha1="5dd2c153d0dec9df127256a0426c12f188d813d6" offset="000000" /> @@ -23800,6 +25260,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="alt_title" value="Minority Report - Everybody Runs (USA Box)" /> <info name="serial" value="AGB-ARME-USA, AGB-ARMP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="minority report - everybody runs (usa, europe).bin" size="8388608" crc="3d56ead6" sha1="e3caabd4cca3b435b5adb924633f183607dbdb79" offset="000000" /> @@ -23815,6 +25276,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20051103"/> <info name="alt_title" value="みらくる!ぱんぞう 7つの星の宇宙海賊"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="mirakuru! panzou - 7-tsu no hoshi no uchuu kaizoku (japan).bin" size="4194304" crc="3a87f78b" sha1="ad916495bbb9c3ee34b68c13f118a4cbcdb18b3b" offset="000000" /> @@ -23828,6 +25290,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Atari</publisher> <info name="serial" value="AGB-AIHP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="mission impossible - operation surma (europe) (en,fr,de,es,it).bin" size="4194304" crc="45de1669" sha1="bd320d68873d1b0443ae39635c22e547c748e576" offset="000000" /> @@ -23841,6 +25304,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Atari</publisher> <info name="serial" value="AGB-AIHE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="mission impossible - operation surma (usa) (en,fr,es).bin" size="4194304" crc="f3dc4e3e" sha1="50e09660f2d9588f8cad8c43fca719cc78006e1a" offset="000000" /> @@ -23853,6 +25317,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2005</year> <publisher>iQue</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="miteluode - lingdian renwu (china).bin" size="8388608" crc="e951865c" sha1="4703576c63f4c279520a1cc527937a37097a2fe6" offset="000000" /> @@ -23865,6 +25330,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2006</year> <publisher>iQue</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="miteluode ronghe (china).bin" size="8388608" crc="042e5b07" sha1="315b94c66b8d5130006b4852b9d875b00be4943d" offset="000000" /> @@ -23880,6 +25346,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20010726"/> <info name="alt_title" value="モバイルプロ野球 監督の采配"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="8388608"> <rom name="mobile pro yakyuu - kantoku no saihai (japan).bin" size="8388608" crc="8df8a0c0" sha1="9766af7b47e5b63c922304d46362d1b374bdf0a0" offset="000000" /> @@ -23907,6 +25374,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20041028"/> <info name="alt_title" value="燃えろ!!ジャレココレクション"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom" /> <feature name="pcb_type" value="GBA-EEPROM" /> <dataarea name="rom" size="4194304"> <rom name="moero!! jaleco collection (japan).bin" size="4194304" crc="6da36e82" sha1="52d1cbeed52de62147d13a667a9631f6d8a24865" offset="000000" /> @@ -23922,6 +25390,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20050630"/> <info name="alt_title" value="桃太郎電鉄G ゴールドデッキを作れ!"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="16777216"> <rom name="momotarou dentetsu g gold deck o tsukure! (japan).bin" size="16777216" crc="5f3e184e" sha1="acb39c3da3c93247e6c2fd7fbda7df2fc720cdd7" offset="000000" /> @@ -23937,6 +25406,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20010321"/> <info name="alt_title" value="桃太郎まつり"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="momotarou matsuri (japan) (rev 1).bin" size="4194304" crc="bf0523d1" sha1="dfe06bc08d2e3231815e23245a453b54b38ada94" offset="000000" /> @@ -23976,6 +25446,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20011207"/> <info name="alt_title" value="モンスターファームアドバンス"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="monster farm advance (japan).bin" size="8388608" crc="c140ff7a" sha1="0aabb6272913482f4d8337f122bcf760055ac10f" offset="000000" /> @@ -23991,6 +25462,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20021025"/> <info name="alt_title" value="モンスターファームアドバンス2"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="monster farm advance 2 (japan).bin" size="8388608" crc="1b14cf53" sha1="75cef88abcf6cbe6d667df134900be165905183a" offset="000000" /> @@ -24004,6 +25476,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Universal Interactive</publisher> <info name="serial" value="AGB-AM8P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="monster force (europe) (en,fr,de,es,it).bin" size="8388608" crc="137b0f9a" sha1="4b1578129de4b82003806f7a9b193a8ec813dc46" offset="000000" /> @@ -24017,6 +25490,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Universal Interactive</publisher> <info name="serial" value="AGB-AM8E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="monster force (usa).bin" size="8388608" crc="ad4691d9" sha1="3f97630914cbbb4bf45dcc42e7eb8062e9e8a271" offset="000000" /> @@ -24032,6 +25506,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020704"/> <info name="alt_title" value="モンスターゲート"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="monster gate (japan).bin" size="8388608" crc="5b8aaa03" sha1="4649710eb75181573d10ad059b3bc6270508ce3d" offset="000000" /> @@ -24047,6 +25522,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030612"/> <info name="alt_title" value="モンスターゲート 大いなるダンジョン 〜封印のオーブ〜"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="monster gate - ooinaru dungeon - fuuin no orb (japan).bin" size="8388608" crc="05ac7685" sha1="a2c5e2aac656a953a339adc22c672be86df515fe" offset="000000" /> @@ -24062,6 +25538,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20010321"/> <info name="alt_title" value="モンスターガーディアンズ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="monster guardians (japan).bin" size="8388608" crc="93815cde" sha1="350351b03349728a8ff0a5b0985ad62df7baacc9" offset="000000" /> @@ -24074,6 +25551,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2006</year> <publisher>THQ</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="monster house (europe) (en,fr,de,es).bin" size="8388608" crc="21c84334" sha1="8114523e95d01774468381900d08827c59a074d1" offset="000000" /> @@ -24087,6 +25565,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-BQ7P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="monster house (europe).bin" size="8388608" crc="aa2c1837" sha1="f4873fcbd9b141a291f6d98304cce6d2419b0b96" offset="000000" /> @@ -24100,6 +25579,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-BQ7E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="monster house (usa) (en,fr).bin" size="8388608" crc="148b5072" sha1="883e66345afa42e8736e1c29c8d493a6b99f10f3" offset="000000" /> @@ -24113,6 +25593,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Ubi Soft</publisher> <info name="serial" value="AGB-AJAP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="monster jam - maximum destruction (europe).bin" size="8388608" crc="c3ad7701" sha1="0469103669dcf6271145c6ae4ee5c61a6f88d66b" offset="000000" /> @@ -24126,6 +25607,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Ubi Soft</publisher> <info name="serial" value="AGB-AJAE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="monster jam - maximum destruction (usa).bin" size="8388608" crc="43d9b9f1" sha1="efcb8da50cf62d04c1abdee092132e9275c12a4f" offset="000000" /> @@ -24141,6 +25623,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20021213"/> <info name="alt_title" value="モンスターメーカー4 フラッシュカード"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="monster maker 4 - flash card (japan).bin" size="8388608" crc="5e2c90ae" sha1="d3ce5b2175125730d3f2fdd92b6f463e35220ce1" offset="000000" /> @@ -24156,6 +25639,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20021213"/> <info name="alt_title" value="モンスターメーカー4 キラーダイス"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="monster maker 4 - killer dice (japan).bin" size="8388608" crc="f77e6ecf" sha1="4c22e9023067c2d8246d1bc05f75d4881c411537" offset="000000" /> @@ -24169,6 +25653,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Tecmo</publisher> <info name="serial" value="AGB-AMFE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="monster rancher advance (usa).bin" size="8388608" crc="42cfa4b5" sha1="105463d2135fcdc1da645a45648062c2a8cfae7c" offset="000000" /> @@ -24182,6 +25667,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Tecmo</publisher> <info name="serial" value="AGB-A2OE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="monster rancher advance 2 (usa).bin" size="8388608" crc="1d695b1b" sha1="2a67770024d4e292e6fa30a9c2ae40d671f2e8ea" offset="000000" /> @@ -24197,6 +25683,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040715"/> <info name="alt_title" value="モンスターサマナー"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="monster summoner (japan).bin" size="8388608" crc="f8a085e2" sha1="2a41a90e9d317e0b02da78e256a5f56f32426860" offset="000000" /> @@ -24210,6 +25697,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-BMTE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="monster truck madness (usa, europe).bin" size="4194304" crc="dd872538" sha1="5b435823a77ec1c3d6f9aeff2286e5246967cbf1" offset="000000" /> @@ -24329,6 +25817,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2002</year> <publisher>Ubi Soft</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="moorhen 3 - the chicken chase! (europe) (en,fr,de,es,it).bin" size="4194304" crc="a16c10a8" sha1="b743dd4b3f1bfa169fed64f86766d5a616c5ee60" offset="000000" /> @@ -24344,6 +25833,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20010712"/> <info name="alt_title" value="森田将棋あどばんす"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="morita shougi advance (japan).bin" size="4194304" crc="149e01b7" sha1="1e0acdd3b7b7f17ff7d68244b997ea0ff62ed0e9" offset="000000" /> @@ -24368,6 +25858,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Midway</publisher> <info name="serial" value="AGB-AXDP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="mortal kombat - deadly alliance (europe) (en,fr,de,es,it).bin" size="16777216" crc="fb291cca" sha1="00b63d479efbc1edbd2c48e2e9f93c9bc8e911bc" offset="000000" /> @@ -24381,6 +25872,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Midway</publisher> <info name="serial" value="AGB-AXDE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="mortal kombat - deadly alliance (usa) (en,fr,de,es,it).bin" size="16777216" crc="a29ba64f" sha1="247e0e8d10b5be574fc800131c273fa8a52eb25f" offset="000000" /> @@ -24394,6 +25886,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Midway</publisher> <info name="serial" value="AGB-AW4E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="mortal kombat - tournament edition (usa) (en,fr,de,es,it).bin" size="16777216" crc="968be7bc" sha1="d6ac4ac4187352bd38837989e8d0035022a17165" offset="000000" /> @@ -24433,6 +25926,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030620"/> <info name="alt_title" value="マザー1+2"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="mother 1+2 (japan).bin" size="16777216" crc="0a44569c" sha1="f27336b9c96ca2d06c34e07a61a78538deac32b3" offset="000000" /> @@ -24471,6 +25965,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20021025"/> <info name="alt_title" value="モト ジーピー"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="moto gp (japan).bin" size="4194304" crc="4f6d7e49" sha1="4c6398d2bcf8b312b6e1bdaa72b31360a80c7ea1" offset="000000" /> @@ -24507,6 +26002,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Konami</publisher> <info name="serial" value="AGB-AMRE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="motocross maniacs advance (usa) (en,es).bin" size="4194304" crc="0a0faef4" sha1="990ba3a3e1660e7ddacfe21f03014d57d1e6d6a5" offset="000000" /> @@ -24522,6 +26018,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020321"/> <info name="alt_title" value="モトクロスマニアックス アドバンス"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="motocross maniacs advance (japan).bin" size="4194304" crc="043a3554" sha1="3d50e9440674c3c2a584d85cbe57e422654bf876" offset="000000" /> @@ -24535,6 +26032,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Ubi Soft</publisher> <info name="serial" value="AGB-A9MP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="motoracer advance (europe) (en,fr,de,es,it).bin" size="4194304" crc="8cb19da0" sha1="b91bad8ee04652d71e0610f8d1a5deaebd4c1fd0" offset="000000" /> @@ -24548,6 +26046,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Ubi Soft</publisher> <info name="serial" value="AGB-A9ME-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="motoracer advance (usa) (en,fr,de,es,it).bin" size="4194304" crc="2fdbe7a8" sha1="351414650e6969c270b1339ada7b3565ce80374c" offset="000000" /> @@ -24572,6 +26071,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2004</year> <publisher>Namco</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="mr. driller 2 (europe).bin" size="4194304" crc="c0e9eebe" sha1="80151d4d4421736c0c3853f88cbb3c72d3f55a1b" offset="000000" /> @@ -24587,6 +26087,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20010321"/> <info name="alt_title" value="ミスタードリラー2"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="mr. driller 2 (japan).bin" size="4194304" crc="5264c730" sha1="0373318ef431b1d02708941af261c91de1677d9d" offset="000000" /> @@ -24600,6 +26101,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Namco</publisher> <info name="serial" value="AGB-BR2E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="mr. driller 2 (usa).bin" size="4194304" crc="02f51696" sha1="e7009dd8418303343c4aac2558538b8caa28b694" offset="000000" /> @@ -24615,6 +26117,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020823"/> <info name="alt_title" value="ミスタードリラーエース ふしぎなパクテリア"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="mr. driller a - fushigi na pacteria (japan).bin" size="8388608" crc="529f06a4" sha1="ccfb5f3051b4d3bdec38f0085f2a585ecf249f20" offset="000000" /> @@ -24656,6 +26159,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Zoo Digital Publishing</publisher> <info name="serial" value="AGB-BPCP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="ms. pac-man - maze madness (europe) (en,fr,de,es,it).bin" size="4194304" crc="6e03fd6a" sha1="042ebfa7a5ce645c22099a276c8c6e0d2f6a1a77" offset="000000" /> @@ -24669,6 +26173,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Namco</publisher> <info name="serial" value="AGB-BPCE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="ms. pac-man - maze madness (usa).bin" size="4194304" crc="dde5df02" sha1="1c28602604e760fffc09cb84db6377a9b148d103" offset="000000" /> @@ -24682,6 +26187,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Ubisoft</publisher> <info name="serial" value="AGB-BMLE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="mucha lucha! - mascaritas of the lost code (usa) (en,fr,es).bin" size="4194304" crc="03bbc0c9" sha1="c168d27f627b3b986cb3ba2637ac72e09bc7417e" offset="000000" /> @@ -24697,6 +26203,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030116"/> <info name="alt_title" value="ムゲンボーグ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="mugenborg (japan).bin" size="8388608" crc="1c31bbec" sha1="cfb8ac541d1ae3b6af69568331572695c8bec572" offset="000000" /> @@ -24733,6 +26240,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2002</year> <publisher>Ubi Soft</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="muppet pinball mayhem (europe).bin" size="4194304" crc="8d5034d7" sha1="1c45790873605defc999b45ee145013e7e406a5d" offset="000000" /> @@ -24746,6 +26254,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>NewKidCo</publisher> <info name="serial" value="AGB-AMWE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="muppet pinball mayhem (usa).bin" size="4194304" crc="58575f65" sha1="cbf381536ab8d8ea02814a77f46db13cb625c72f" offset="000000" /> @@ -24761,6 +26270,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20011221"/> <info name="alt_title" value="ウォータールーパー ムツ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="mutsu - water looper mutsu (japan).bin" size="4194304" crc="3a45a6d9" sha1="9b8e60d5bab2e4013afa49da4f551aa85b0b2858" offset="000000" /> @@ -24786,6 +26296,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Koch Media</publisher> <info name="serial" value="AGB-BFRP-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="33554432"> <rom name="my animal centre in africa (europe) (en,fr,de,es,it).bin" size="33554432" crc="16c0e028" sha1="e85cea8428d51e40cf1b7a90643e94604973679f" offset="000000" /> @@ -24813,6 +26324,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20011025"/> <info name="alt_title" value="なかよし麻雀 かぶリーチ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="nakayoshi mahjong - kabureach (japan).bin" size="4194304" crc="d0c608f6" sha1="ce4b239f3ac8fedf26755213e1bfc67629cf6098" offset="000000" /> @@ -24828,6 +26340,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20011026"/> <info name="alt_title" value="なかよしペットアドバンスシリーズ(1) かわいいハムスター"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="nakayoshi pet advance series 1 - kawaii hamster (japan).bin" size="4194304" crc="74930b16" sha1="1fb49bb2293dbbd061a5d72d65d413b22360cced" offset="000000" /> @@ -24843,6 +26356,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020322"/> <info name="alt_title" value="なかよしペットアドバンスシリーズ(2) かわいい仔犬"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="nakayoshi pet advance series 2 - kawaii koinu (japan).bin" size="4194304" crc="954da3e6" sha1="aef6aaa2d351bad2c260b85c308d584b91039a99" offset="000000" /> @@ -24858,6 +26372,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020809"/> <info name="alt_title" value="なかよしペットアドバンスシリーズ(3) かわいい子猫"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="nakayoshi pet advance series 3 - kawaii koneko (japan) (rev 1).bin" size="4194304" crc="89fbeb55" sha1="f0ac77bec4f385feea5305bb1c67efeffcfc6ac2" offset="000000" /> @@ -24872,6 +26387,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="serial" value="AGB-AN3J-JPN"/> <info name="release" value="20020809"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="nakayoshi pet advance series 3 - kawaii koneko (japan).bin" size="4194304" crc="0290dfb5" sha1="b713f9658f8f5c24c1bc1c840bd74ae4b3edd2d3" offset="000000" /> @@ -24887,6 +26403,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030711"/> <info name="alt_title" value="なかよしペットアドバンスシリーズ(4) かわいい仔犬ミニ わんこと遊ぼう!! 小型犬"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="nakayoshi pet advance series 4 - kawaii koinu mini - wankoto asobou!! kogata-ken (japan).bin" size="4194304" crc="ae2a69f3" sha1="0c78a24d5a8a296d05a8b47cf5623de0f031748e" offset="000000" /> @@ -24902,6 +26419,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20021004"/> <info name="alt_title" value="なかよし幼稚園 すこやか園児育成育成ゲーム"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="nakayoshi youchien - sukoyaka enji ikusei game (japan).bin" size="4194304" crc="1276a95c" sha1="77743de7541e0a9d09e3aac864c4e3f9f1a51d2b" offset="000000" /> @@ -24991,6 +26509,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20010321"/> <info name="alt_title" value="ナポレオン"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="napoleon (japan).bin" size="8388608" crc="fa016764" sha1="06cf9df7445b7aa662050ad41dd946a09dbc0581" offset="000000" /> @@ -25006,6 +26525,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20010629"/> <info name="alt_title" value="なりきりジョッキーゲーム 優駿ラプソディー♪"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="narikiri jockey game - yuushun rhapsody (japan).bin" size="8388608" crc="0ff11189" sha1="e09f676b439fc65a63babebc31ca371f8367f3c5" offset="000000" /> @@ -25021,6 +26541,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030912"/> <info name="alt_title" value="NARUTO-ナルト- 木ノ葉戦記"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="naruto - konoha senki (japan).bin" size="8388608" crc="11829afa" sha1="c8e5498f55829d342b510e0c57639984e1ac03ef" offset="000000" /> @@ -25034,6 +26555,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>D3 Publishing</publisher> <info name="serial" value="AGB-A7AE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="naruto - ninja council (usa).bin" size="8388608" crc="c402878c" sha1="1e4c622668c4cc0c9e86816507ada8c17491c257" offset="000000" /> @@ -25047,6 +26569,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>D3 Publishing</publisher> <info name="serial" value="AGB-BN2E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="naruto - ninja council 2 (usa).bin" size="8388608" crc="94699fca" sha1="d6e985b7fce0219093b644232fd4be5ecd3de746" offset="000000" /> @@ -25062,6 +26585,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030501"/> <info name="alt_title" value="NARUTO-ナルト- 忍術全開!最強忍者 大結集"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="naruto - ninjutsu zenkai! saikyou ninja daikesshuu (japan).bin" size="8388608" crc="e15875fc" sha1="bdba5846c7615423acd416e9eeaab31bbfce57db" offset="000000" /> @@ -25077,6 +26601,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040429"/> <info name="alt_title" value="NARUTO-ナルト- 最強忍者 大結集2"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="naruto - saikyou ninja daikesshuu 2 (japan).bin" size="8388608" crc="b3d75ce1" sha1="6176c4d3ff95b56915b4d38efa1115c1d5520f7c" offset="000000" /> @@ -25092,6 +26617,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040722"/> <info name="alt_title" value="NARUTO -ナルト- ナルトRPG 〜受けつがれし火の意志〜"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="naruto rpg - uketsugareshi hi no ishi (japan).bin" size="8388608" crc="c036d0f0" sha1="17b43ab5eb95f0169827ffd739899f8a1827e798" offset="000000" /> @@ -25105,6 +26631,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Infogrames</publisher> <info name="serial" value="AGB-ANHE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="nascar heat 2002 (usa).bin" size="4194304" crc="87e15f5b" sha1="0eb1fa43d8b0f8a6fb1e3ac04f7bba92c7cbac96" offset="000000" /> @@ -25120,6 +26647,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020628"/> <info name="alt_title" value="ナチュラル2 デュオ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="8388608"> <rom name="natural 2 - duo (japan).bin" size="8388608" crc="0de8b4b4" sha1="1d313b70ffa560b1a19a70455e030c04f6c38481" offset="000000" /> @@ -25145,6 +26673,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Electronic Arts</publisher> <info name="serial" value="AGB-BNWE-USA, AGB-BNWP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="need for speed - most wanted (usa, europe) (en,fr,de,it).bin" size="8388608" crc="ea15a16e" sha1="0987705399dcf0d8b5b2f40b46919ad3d198027b" offset="000000" /> @@ -25158,6 +26687,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Zoo Digital Publishing</publisher> <info name="serial" value="AGB-AZFP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="need for speed - porsche unleashed (europe) (en,fr,de,es,it).bin" size="4194304" crc="1b6b8f88" sha1="01191bf203a21cc7e91ebc8ffa4c167625ede952" offset="000000" /> @@ -25171,6 +26701,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>DSI Games</publisher> <info name="serial" value="AGB-AZFE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="need for speed - porsche unleashed (usa).bin" size="4194304" crc="99078af4" sha1="c57a0652017c47ac2d25a51bf351738cd634272b" offset="000000" /> @@ -25184,6 +26715,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Electronic Arts</publisher> <info name="serial" value="AGB-BNSE-USA, AGB-BNSP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="need for speed - underground (usa, europe) (en,fr,de,it).bin" size="8388608" crc="828020e9" sha1="ddd304481617a748aa9f37535908a37452dd2f03" offset="000000" /> @@ -25197,6 +26729,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Electronic Arts</publisher> <info name="serial" value="AGB-BNFE-USA, AGB-BNFP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="need for speed - underground 2 (usa, europe) (en,fr,de,it).bin" size="8388608" crc="9a0c5090" sha1="f772000fbdfb84d8d5de9f69bd9c0de551389929" offset="000000" /> @@ -25212,6 +26745,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020823"/> <info name="alt_title" value="遥かなるときの中で"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="neoromance game - harukanaru toki no naka de (japan).bin" size="8388608" crc="bf12b590" sha1="bd87e466168127d11231c75c47dfe09d42c03198" offset="000000" /> @@ -25225,6 +26759,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Wanadoo</publisher> <info name="serial" value="AGB-ATXP-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="next generation tennis (europe) (en,fr,de,es,it,pt).bin" size="4194304" crc="5297693a" sha1="2102374344073807ab26f3804d77cc4fe29b3590" offset="000000" /> @@ -25262,6 +26797,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Electronic Arts</publisher> <info name="serial" value="AGB-ANLE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="nhl 2002 (usa).bin" size="4194304" crc="d1d9e515" sha1="47f54da7424514cf83c794c49811eefbb35da72d" offset="000000" /> @@ -25275,6 +26811,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Midway</publisher> <info name="serial" value="AGB-AN4E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="nhl hitz 20-03 (usa).bin" size="4194304" crc="4f1adf75" sha1="4a88ca2962fdfb7ea1b91b9e2bffe8c69ff96519" offset="000000" /> @@ -25311,6 +26848,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-BNVE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="nicktoons - battle for volcano island (usa).bin" size="4194304" crc="feafbd72" sha1="aea4c43253d2a3d03c9d17224ebe2be49cbc95e0" offset="000000" /> @@ -25324,6 +26862,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-BCCE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="nicktoons - freeze frame frenzy (usa).bin" size="4194304" crc="a8b6766e" sha1="a200cdaf66606bd724ce7073fd7990ea3fe6bcdd" offset="000000" /> @@ -25337,6 +26876,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Infogrames</publisher> <info name="serial" value="AGB-ANQP-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="nicktoons racing (europe) (en,fr,de,es,it).bin" size="4194304" crc="babccefd" sha1="55b145de1810a4a6a8b5716ef4c9e9333a93e3ba" offset="000000" /> @@ -25350,6 +26890,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Infogrames</publisher> <info name="serial" value="AGB-ANQE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="nicktoons racing (usa).bin" size="4194304" crc="50ab9bb6" sha1="ad53fdc15c3e68a4ada8f4d902bfd579c6313025" offset="000000" /> @@ -25377,6 +26918,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020426"/> <info name="alt_title" value="日本プロ麻雀連盟公認 - 徹萬アドバンス 〜免許皆伝シリーズ〜"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="nihon pro mahjong renmei kounin tetsuman advance - menkyo kaiden series (japan).bin" size="4194304" crc="085c1184" sha1="fc6c75af338224759757ae4b884d516dbfc973ac" offset="000000" /> @@ -25390,6 +26932,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Konami</publisher> <info name="serial" value="AGB-ANXP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="ninja cop (europe).bin" size="4194304" crc="c14295b1" sha1="0cfe2bcbf256299060bc4eac51c4dad8ced9939d" offset="000000" /> @@ -25403,6 +26946,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Konami</publisher> <info name="serial" value="AGB-ANXE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="ninja five-0 (usa).bin" size="4194304" crc="eb3954c6" sha1="3bc5789035c7400283b121e9fb3801aafae55364" offset="000000" /> @@ -25418,6 +26962,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020704"/> <info name="alt_title" value="信長異聞"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="nobunaga ibun (japan).bin" size="8388608" crc="526ab88e" sha1="32a882d296602b0819b1819c7e04a144f0ce6ce1" offset="000000" /> @@ -25433,6 +26978,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20010928"/> <info name="alt_title" value="信長の野望"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="4194304"> <rom name="nobunaga no yabou (japan).bin" size="4194304" crc="ef23c79e" sha1="fc497bcfb0800ad95ada93c7080ed09714156576" offset="000000" /> @@ -25472,6 +27018,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20050324"/> <info name="alt_title" value="にゃんにゃんにゃんこのにゃんコレクション"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="nyan nyan nyanko no nyancollection (japan).bin" size="8388608" crc="685e62ba" sha1="13ae4885154dd2519a08cc69012cc0c1dba06221" offset="000000" /> @@ -25487,6 +27034,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20041028"/> <info name="alt_title" value="お茶犬くるりん 〜ほんわかパズルで「ほっ」としよ?〜"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="ochaken kururin - honwaka puzzle de hotto shiyo (japan).bin" size="4194304" crc="eecdd3ef" sha1="cd74254a24ef872c2efd4f7ab206615d299ce0c0" offset="000000" /> @@ -25502,6 +27050,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20051222"/> <info name="alt_title" value="お茶犬の冒険島 ほんわか夢のアイランド"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="ochaken no bouken-jima - honwaka yume no island (japan).bin" size="8388608" crc="61e2799a" sha1="690a6f8a08b2d45c4e37c6ff28c90dda85d91174" offset="000000" /> @@ -25517,6 +27066,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20031219"/> <info name="alt_title" value="お茶犬の部屋"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="ochaken no heya (japan).bin" size="8388608" crc="c22ce53e" sha1="f1f801b08351808a64c30194cad719a520087a71" offset="000000" /> @@ -25532,6 +27082,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20050428"/> <info name="alt_title" value="お茶犬の夢冒険"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="ochaken no yume bouken (japan).bin" size="8388608" crc="2937a9cd" sha1="22b69b6683b7ae08cb2428662b8672618ee77fa0" offset="000000" /> @@ -25571,6 +27122,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020719"/> <info name="alt_title" value="お花屋さん物語GBA いやし系お花屋さん育成ゲーム"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="ohanaya-san monogatari gba - iyashikei ohanaya-san ikusei game (japan).bin" size="8388608" crc="d5059733" sha1="36ef5248f9873c7812d93572242d01512d67f41c" offset="000000" /> @@ -25586,6 +27138,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030905"/> <info name="alt_title" value="おじゃる丸 月光町 さんぽでおじゃる"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="ojarumaru - gekkouchou sanpo de ojaru (japan).bin" size="4194304" crc="6043595e" sha1="694cacc60f4b9abf82356a9dcfa127406262c8c8" offset="000000" /> @@ -25601,6 +27154,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20011130"/> <info name="alt_title" value="億万長者ゲーム のっとり大作戦!"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="okumanchouja game - nottori daisakusen! (japan).bin" size="4194304" crc="07022c3a" sha1="16df457aca6b402d1042205cf7940d7f0a759c8e" offset="000000" /> @@ -25614,6 +27168,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Bandai</publisher> <info name="serial" value="AGB-BONE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="one piece (usa).bin" size="8388608" crc="7d2cf2a1" sha1="6dfe6572aa6b51e2c550ddeef7ca04c35fcdf299" offset="000000" /> @@ -25629,6 +27184,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20050428"/> <info name="alt_title" value="ワンピース ドラゴンドリーム!"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="16777216"> <rom name="one piece - dragon dream (japan).bin" size="16777216" crc="08cff461" sha1="883277cd8926fcef9418b59f3f64e7a5bb218206" offset="000000" /> @@ -25641,6 +27197,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2004</year> <publisher>Bandai</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="one piece - going baseball - haejeok yaku (korea).bin" size="8388608" crc="66928f27" sha1="f33c77986a7f6cf461a71933d0006e18736f7e17" offset="000000" /> @@ -25656,6 +27213,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040311"/> <info name="alt_title" value="ワンピース ゴーイングベースボール 海賊野球"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="one piece - going baseball - kaizoku yakyuu (japan).bin" size="8388608" crc="0b77bcb8" sha1="18cf10529bb6e2d113ca586d2dae3eb23ad496cf" offset="000000" /> @@ -25668,6 +27226,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2002</year> <publisher>Banpresto</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="one piece - ilgop seomui debomool (korea).bin" size="8388608" crc="05e56a4d" sha1="e03387fb73a2dd64ecbba5ed1749dc12599150e1" offset="000000" /> @@ -25681,6 +27240,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Capcom</publisher> <info name="serial" value="AGB-A6OP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="onimusha tactics (europe).bin" size="8388608" crc="63aa930a" sha1="247853bae3771f75725e5d212f6b3a416b749e07" offset="000000" /> @@ -25696,6 +27256,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030725"/> <info name="alt_title" value="鬼武者タクティクス"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="onimusha tactics (japan).bin" size="8388608" crc="b521c635" sha1="f652c211cc64d578b7f15d6afd112e2916181e7c" offset="000000" /> @@ -25709,6 +27270,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Capcom</publisher> <info name="serial" value="AGB-A6OE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="onimusha tactics (usa).bin" size="8388608" crc="70475d7f" sha1="83abee3aa535590f666d7e9a6971640d8a41aa9d" offset="000000" /> @@ -25724,6 +27286,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20041209"/> <info name="alt_title" value="陰陽大戦記 零式"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="onmyou taisenki zeroshiki (japan).bin" size="8388608" crc="66c29472" sha1="47b04f671af34e8449856bdfc3acc76076c2273a" offset="000000" /> @@ -25736,6 +27299,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2006</year> <publisher>Ubisoft</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="open season (europe) (en,fr,de,es,it,sv,no,da,fi).bin" size="8388608" crc="4c8f6fdc" sha1="5122c50c14bf115b2356da3a6a0e8e4cc119b866" offset="000000" /> @@ -25748,6 +27312,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2006</year> <publisher>Ubisoft</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="open season (europe) (en,fr,es,nl).bin" size="8388608" crc="51b0a94b" sha1="51f40bdef5c7f30fa070757c6853aa38cd72e89d" offset="000000" /> @@ -25761,6 +27326,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Ubisoft</publisher> <info name="serial" value="AGB-BOAE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="open season (usa) (en,fr,es).bin" size="8388608" crc="e6a1d5b2" sha1="b12757e5315bc384cf40b5e621f956ca536a3e66" offset="000000" /> @@ -25788,6 +27354,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20031024"/> <info name="alt_title" value="オリエンタルブルー −青の天外−"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="oriental blue - ao no tengai (japan).bin" size="16777216" crc="05e80ecc" sha1="414cad1aee67ab20f3c133f0259da7e8c3073bbc" offset="000000" /> @@ -25803,6 +27370,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020426"/> <info name="alt_title" value="おしゃべりインコ倶楽部"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="8388608"> <rom name="oshaberi inko club (japan).bin" size="8388608" crc="df6901f0" sha1="82e48090b9615282c58747a1f7b105196866f8c9" offset="000000" /> @@ -25818,6 +27386,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020524"/> <info name="alt_title" value="おしゃれプリンセス"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="oshare princess (japan).bin" size="4194304" crc="5a2299e1" sha1="cf47e9fdb8dec4833d8dd1ae00fa2f222bd1d7da" offset="000000" /> @@ -25833,6 +27402,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20021220"/> <info name="alt_title" value="おしゃれプリンセス2 +動物キャラナビ占い"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="oshare princess 2 (japan).bin" size="8388608" crc="8383fcda" sha1="649001f85cdcd2515183fc1364d08de52c918feb" offset="000000" /> @@ -25848,6 +27418,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030829"/> <info name="alt_title" value="おしゃれプリンセス3 +きせかえわんこ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="oshare princess 3 (japan).bin" size="8388608" crc="f1e8a261" sha1="923e4b22c5a9de6c95a02a4b948a962b09dbe8c3" offset="000000" /> @@ -25863,6 +27434,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20050707"/> <info name="alt_title" value="おしゃれプリンセス5"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="oshare princess 5 (japan).bin" size="8388608" crc="38af35c1" sha1="94df7104875f2e22cdfef882e82b0534da56d31c" offset="000000" /> @@ -25878,6 +27450,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040305"/> <info name="alt_title" value="おしゃれワンコ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="oshare wanko (japan).bin" size="8388608" crc="1cc60c27" sha1="262389579d4d60337097015f236c9aa098364e69" offset="000000" /> @@ -25905,6 +27478,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020628"/> <info name="alt_title" value="黄金の太陽 失われし時代"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="16777216"> <rom name="ougon no taiyou - ushinawareshi toki (japan).bin" size="16777216" crc="830b795f" sha1="4c79e60962299654981628ccd99b122ef27043f7" offset="000000" /> @@ -25918,6 +27492,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Activision</publisher> <info name="serial" value="AGB-BH5P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="over the hedge (europe).bin" size="8388608" crc="c7023309" sha1="1bf3f24207969d83c93a0bfe0293f83b07ef94f4" offset="000000" /> @@ -25930,6 +27505,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2006</year> <publisher>Activision</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="ab durch die hecke (germany).bin" size="8388608" crc="31e57a19" sha1="05fc0931ecbdfaed18ffd59df86fa36a7ed6da9d" offset="000000" /> @@ -25942,6 +27518,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2006</year> <publisher>Activision</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="gang del bosco, la (italy).bin" size="8388608" crc="52a5b59d" sha1="75e7060b7dce72d01fbd6a6d1d8e1d752bfc92d0" offset="000000" /> @@ -25954,6 +27531,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2006</year> <publisher>Activision</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="nos voisins, les hommes (france).bin" size="8388608" crc="eb7c8402" sha1="2749295d164b75162bbf1d0823ecc1c659182751" offset="000000" /> @@ -25966,6 +27544,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2006</year> <publisher>Activision</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="vecinos invasores (spain).bin" size="8388608" crc="96af60f3" sha1="3fd93347ca0fa8fda2a5bf88ff26dfd1d2de1d9e" offset="000000" /> @@ -25978,6 +27557,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2006</year> <publisher>Activision</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="over the hedge - beesten bij de buren (netherlands).bin" size="8388608" crc="cf0f07c7" sha1="bd92bb903258fa2ff1552b99a757072510d37337" offset="000000" /> @@ -25991,6 +27571,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Activision</publisher> <info name="serial" value="AGB-BH5E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="over the hedge (usa).bin" size="8388608" crc="5f3a7bb7" sha1="be86490d8161fd934a122020300ce6898ef81d45" offset="000000" /> @@ -26004,6 +27585,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Activision</publisher> <info name="serial" value="AGB-BH7P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="over the hedge - hammy goes nuts! (europe) (en,fr,de,es,it,nl).bin" size="8388608" crc="8f1b100d" sha1="f616dffa5a4be92c75af8952218946893921436d" offset="000000" /> @@ -26017,6 +27599,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Activision</publisher> <info name="serial" value="AGB-BH7E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="over the hedge - hammy goes nuts! (usa).bin" size="8388608" crc="b9d4e9e7" sha1="6ab82fa0763bf8ac6e837a83075bcf0609eb2127" offset="000000" /> @@ -26041,6 +27624,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2005</year> <publisher>Mindscape</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="paard & pony - mijn manege (netherlands) (en,nl).bin" size="4194304" crc="1f2708d5" sha1="0c5261a97fe9555c5705d78be73402d4fa34ebf8" offset="000000" /> @@ -26053,6 +27637,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2006</year> <publisher>Mindscape</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="paard & pony - paard in galop (netherlands) (en,nl).bin" size="4194304" crc="b6fc77f3" sha1="38ae3b180ad31e7fd0787f5b7fe983a4bacd6c03" offset="000000" /> @@ -26116,6 +27701,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Zoo Digital Publishing</publisher> <info name="serial" value="AGB-BPAP-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="pac-man world (europe) (en,fr,de,es,it).bin" size="8388608" crc="1f92814e" sha1="f6d4b1b9e7baf758888fa5958914a82b4a8ef4bf" offset="000000" /> @@ -26129,6 +27715,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Namco</publisher> <info name="serial" value="AGB-BPAE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="pac-man world (usa).bin" size="8388608" crc="b2a4fc78" sha1="7e9f23753c10494a3f0bbdf0905f3c7ac052b1b3" offset="000000" /> @@ -26165,6 +27752,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2007</year> <publisher>THQ</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="paws & claws - best friends - dogs & cats (usa).bin" size="8388608" crc="6ecf40a0" sha1="2d024ea3621486dd0cf59b801a364649fb751c49" offset="000000" /> @@ -26178,6 +27766,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-BURE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="paws & claws - pet resort (usa).bin" size="4194304" crc="e58da71e" sha1="5c75c67dae18bd77ca2bb05a76782a14806d45a7" offset="000000" /> @@ -26191,6 +27780,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Zoo Digital Publishing</publisher> <info name="serial" value="AGB-BPKP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="payback (europe) (en,fr,de,es,it).bin" size="8388608" crc="962dd201" sha1="08df2c6f1b932b8c6e5e1bc9c6ccbe738832d2b7" offset="000000" /> @@ -26206,6 +27796,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20031121"/> <info name="alt_title" value="パズにん 〜うみにんのパズルでにむ〜"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="pazuninn - umininn no puzzle de nimu (japan).bin" size="4194304" crc="8daa89c9" sha1="5f1f0f73593c2257ec723e39f3c0e4407ef1b223" offset="000000" /> @@ -26219,6 +27810,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Xicat Interactive</publisher> <info name="serial" value="AGB-AQAP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="penny racers (europe).bin" size="4194304" crc="8fddd48b" sha1="7c097634fadc6270873a4a5cf2eb0a8beb3c9e6e" offset="000000" /> @@ -26268,6 +27860,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Atari</publisher> <info name="serial" value="AGB-BPTE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="peter pan - the motion picture event (usa).bin" size="4194304" crc="8ac558ce" sha1="598363c18f903616eba15f7aa818c89aa4cb6a9d" offset="000000" /> @@ -26281,6 +27874,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Ubisoft</publisher> <info name="serial" value="AGB-AJHE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="petz - hamsterz life 2 (usa).bin" size="8388608" crc="9f0e4a6a" sha1="e0cad11e08a9d72357b2548b3abc252b3d2f6890" offset="000000" /> @@ -26294,6 +27888,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Ubisoft</publisher> <info name="serial" value="AGB-BNBE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="petz vet (usa).bin" size="8388608" crc="1dbf4d3d" sha1="9755a6eaf65d10131e591c4c75b9c77554cd1dad" offset="000000" /> @@ -26307,6 +27902,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>dtp Entertainment</publisher> <info name="serial" value="AGB-BEFP-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="pferd & pony - best friends - mein pferd (germany) (en,de).bin" size="8388608" crc="aa02cb0c" sha1="87332ff941902a413d3aa0a4e3951122ba111a96" offset="000000" /> @@ -26320,6 +27916,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>dtp Entertainment</publisher> <info name="serial" value="AGB-BYPP-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="pferd & pony - lass uns reiten 2 (germany) (en,de).bin" size="4194304" crc="6217469f" sha1="32ec6383f46a3195be58abb82d8ff391b1634371" offset="000000" /> @@ -26333,6 +27930,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>dtp Entertainment</publisher> <info name="serial" value="AGB-BHUP-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="pferd & pony - mein gestuet (germany) (en,de).bin" size="8388608" crc="2819bdf5" sha1="27f5e01e2bddec90e26c853a29405fe113f87180" offset="000000" /> @@ -26346,6 +27944,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Shoe Box</publisher> <info name="serial" value="AGB-BPVP-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="pferd & pony - mein pferdehof (germany) (en,de).bin" size="4194304" crc="cc74b433" sha1="51152c4ca5a2e8c8680db8f70501452c967d8320" offset="000000" /> @@ -26359,6 +27958,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Kemco</publisher> <info name="serial" value="AGB-APXP-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="phalanx (europe) (en,fr,de,es,it,nl).bin" size="4194304" crc="dfcfe06c" sha1="83067b4574a49ae8d89b79d91e7ce4aad8141e67" offset="000000" /> @@ -26374,6 +27974,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20011026"/> <info name="alt_title" value="ファランクスTHE ENFORCE FIGHTER A-144"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="phalanx (japan).bin" size="4194304" crc="5f419f32" sha1="4e3aff0d03e12d9f486b514def3267b1127851da" offset="000000" /> @@ -26387,6 +27988,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Kemco</publisher> <info name="serial" value="AGB-APXE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="phalanx (usa).bin" size="4194304" crc="eb733713" sha1="1994b54a0f08854e39b698273f1944b75659542b" offset="000000" /> @@ -26400,6 +28002,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Sega</publisher> <info name="serial" value="AGB-AYCP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="phantasy star collection (europe).bin" size="8388608" crc="4d9c671b" sha1="8b8b31a2bc023121205f4bb87f20240fc0a98c66" offset="000000" /> @@ -26413,6 +28016,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-AYCE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="phantasy star collection (usa).bin" size="8388608" crc="e5a7fe17" sha1="9f2dc591c9b1526f9f965b1c375fb4ea7101fd16" offset="000000" /> @@ -26426,6 +28030,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Buena Vista Games</publisher> <info name="serial" value="AGB-BFXE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="phil of the future (usa).bin" size="8388608" crc="e199e132" sha1="ba123af9938484cf1e2ea0fd191c75c90078f035" offset="000000" /> @@ -26441,6 +28046,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040423"/> <info name="alt_title" value="Piaキャロットへようこそ!!3.3"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="pia carrot he youkoso!! 3.3 (japan).bin" size="8388608" crc="254e6f31" sha1="4bafbc7a57851ddd330620e9f448714ffa7acb3b" offset="000000" /> @@ -26480,6 +28086,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20031212"/> <info name="alt_title" value="ピカピカナース物語 はつらつナース育成ゲーム"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="pikapika nurse monogatari - nurse ikusei game (japan).bin" size="4194304" crc="80a081fe" sha1="58b8d9468fd43e876d234491b2bf1a6775d95d23" offset="000000" /> @@ -26493,6 +28100,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Digital Worldwide</publisher> <info name="serial" value="AGB-APZP-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="pinball advance (europe) (en,fr,de,es,it).bin" size="8388608" crc="39479369" sha1="cfc7f55dbbe2c0ac4096c76aefb516cb96c69895" offset="000000" /> @@ -26518,6 +28126,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Sega</publisher> <info name="serial" value="AGB-APDP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="pinball of the dead, the (europe) (en,fr,de,es,it).bin" size="8388608" crc="a9dd7efa" sha1="cc63fe2263ea43f6ae73d7fa06fc11148657623f" offset="000000" /> @@ -26533,6 +28142,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020704"/> <info name="alt_title" value="ザ・ピンボール・オブ・ザ・デッド"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="pinball of the dead, the (japan).bin" size="8388608" crc="1a7efbd0" sha1="72e54b0d7b305deef719087299a80c763e9debdf" offset="000000" /> @@ -26546,6 +28156,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-APDE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="pinball of the dead, the (usa).bin" size="8388608" crc="0a09c517" sha1="a685c3e88abe3a008fd2c721d75bbec14fbe0401" offset="000000" /> @@ -26609,6 +28220,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20011221"/> <info name="alt_title" value="ピンキーモンキータウン"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="pinky monkey town (japan).bin" size="4194304" crc="9f75b077" sha1="39963429361b42438d3bc1106af0d345f3146b52" offset="000000" /> @@ -26624,6 +28236,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020718"/> <info name="alt_title" value="ピノビィー&フィービィー"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="pinobee & phoebee (japan).bin" size="8388608" crc="e989a4ae" sha1="e5cb92c2adb0b1715ce80d7562b562e527ee2e1f" offset="000000" /> @@ -26637,6 +28250,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Activision</publisher> <info name="serial" value="AGB-APBE-USA, AGB-APBP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="pinobee - wings of adventure (usa, europe).bin" size="8388608" crc="d9385207" sha1="cb1549b6dd8070770b1a00928eeb7d458309e200" offset="000000" /> @@ -26652,6 +28266,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20010321"/> <info name="alt_title" value="ピノビィーの大冒険"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="pinobee no daibouken (japan).bin" size="8388608" crc="febf9045" sha1="becd5af773a5607e94288c6ba412a901af0e0470" offset="000000" /> @@ -26665,6 +28280,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Ubisoft</publisher> <info name="serial" value="AGB-BYPP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="pippa funnell - stable adventure (europe) (en,fr).bin" size="4194304" crc="1c1846c2" sha1="d48f95cb74d8097c143870cf3026b9426d15e4f8" offset="000000" /> @@ -26677,6 +28293,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2006</year> <publisher>Ubisoft</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="pippa funnell 2 (europe) (en,fr).bin" size="4194304" crc="f3c274c2" sha1="b7fd71d22da6bdc16b8f780fc8d10587c3dff41a" offset="000000" /> @@ -26690,6 +28307,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Buena Vista Games</publisher> <info name="serial" value="AGB-B8QE-USA, AGB-B8QP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="pirates of the caribbean - dead man's chest (usa, europe) (en,fr,de,es,it).bin" size="16777216" crc="d1a67be8" sha1="3a11c76edaad8fa0845b7da55e8ed26e26e09883" offset="000000" /> @@ -26727,6 +28345,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Activision</publisher> <info name="serial" value="AGB-BPHP-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="pitfall - the lost expedition (europe).bin" size="8388608" crc="dc6512d6" sha1="29285189fb416332a042dd108d8f26ff7a6e49b2" offset="000000" /> @@ -26739,6 +28358,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2004</year> <publisher>Activision</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="pitfall - l'expedition perdue (france).bin" size="8388608" crc="846f43f3" sha1="2203f307115653805baedb7285c07624bc12eb76" offset="000000" /> @@ -26752,6 +28372,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Activision</publisher> <info name="serial" value="AGB-BPHE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="pitfall - the lost expedition (usa).bin" size="8388608" crc="5c11dc26" sha1="edb205a04e694786f8159ac99fb4bfd72e34e4e3" offset="000000" /> @@ -26776,6 +28397,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2007?</year> <publisher>Krea Medie</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="pixeline i pixieland (denmark).bin" size="8388608" crc="20b72d17" sha1="88e2f17d109841e5de6ebee54b51a1bab559f451" offset="000000" /> @@ -26839,6 +28461,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20010321"/> <info name="alt_title" value="プレイノベル サイレントヒル"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="play novel - silent hill (japan).bin" size="8388608" crc="318a1e9b" sha1="04f5f6f796672501ae05c879a77adc73f5a7ede7" offset="000000" /> @@ -26852,6 +28475,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>O3 Entertainment</publisher> <info name="serial" value="AGB-BTDE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="pocket dogs (usa).bin" size="8388608" crc="beddc67f" sha1="79a90b119ea84c5812575d20ba6107be7edbfee7" offset="000000" /> @@ -26867,6 +28491,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040916"/> <info name="alt_title" value="ポケットモンスター エメラルド"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_1m" /> <feature name="pcb_type" value="GBA-FLASH-1M" /> <dataarea name="rom" size="16777216"> <rom name="pocket monsters - emerald (japan).bin" size="16777216" crc="4881f3f8" sha1="d7cf8f156ba9c455d164e1ea780a6bf1945465c2" offset="000000" /> @@ -26882,6 +28507,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040129"/> <info name="alt_title" value="ポケットモンスター ファイアレッド"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_1m" /> <feature name="pcb_type" value="GBA-FLASH-1M" /> <dataarea name="rom" size="16777216"> <rom name="pocket monsters - fire red (japan) (rev 1).bin" size="16777216" crc="bb640df7" sha1="7c7107b87c3ccf6e3dbceb9cf80ceeffb25a1857" offset="000000" /> @@ -26897,6 +28523,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040129"/> <info name="alt_title" value="ポケットモンスター ファイアレッド"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_1m" /> <feature name="pcb_type" value="GBA-FLASH-1M" /> <dataarea name="rom" size="16777216"> <rom name="pocket monsters - fire red (japan).bin" size="16777216" crc="3b2056e9" sha1="04139887b6cd8f53269aca098295b006ddba6cfe" offset="000000" /> @@ -26912,6 +28539,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040129"/> <info name="alt_title" value="ポケットモンスター リーフグリーン"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_1m" /> <feature name="pcb_type" value="GBA-FLASH-1M" /> <dataarea name="rom" size="16777216"> <rom name="pocket monsters - leaf green (japan).bin" size="16777216" crc="0a48556b" sha1="5946f1b59e8d71cc61249661464d864185c92a5f" offset="000000" /> @@ -26927,6 +28555,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20021121"/> <info name="alt_title" value="ポケットモンスター ルビー"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_1m" /> <feature name="pcb_type" value="GBA-FLASH-1M" /> <dataarea name="rom" size="8388608"> <rom name="pocket monsters - ruby (japan).bin" size="8388608" crc="cee9471a" sha1="5c5e546720300b99ae45d2aa35c646c8b8ff5c56" offset="000000" /> @@ -26942,6 +28571,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20021121"/> <info name="alt_title" value="ポケットモンスター サファイア"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_1m" /> <feature name="pcb_type" value="GBA-FLASH-1M" /> <dataarea name="rom" size="8388608"> <rom name="pocket monsters - sapphire (japan).bin" size="8388608" crc="fd1eeb78" sha1="3233342c2f3087e6ffe6c1791cd5867db07df842" offset="000000" /> @@ -26955,6 +28585,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Pocket Direct</publisher> <info name="serial" value="AGB-BPJE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="pocket professor - kwik notes - vol. 1 (usa).bin" size="4194304" crc="07b824b1" sha1="237709303a93f7cba9321a0a4464f4a7ca3ab796" offset="000000" /> @@ -26982,6 +28613,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20041209"/> <info name="alt_title" value="ポケいぬ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="poke inu (japan).bin" size="8388608" crc="1d379dcc" sha1="094fd4cc7d176bcb32e6ed4d667c4c9d3c354c92" offset="000000" /> @@ -26995,6 +28627,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-BPEE-USA, AGB-BPEP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_1m" /> <feature name="pcb_type" value="GBA-FLASH-1M" /> <dataarea name="rom" size="16777216"> <rom name="pokemon - emerald version (usa, europe).bin" size="16777216" crc="1f1c08fb" sha1="f3ae088181bf583e55daf962a92bb46f4f1d07b7" offset="000000" /> @@ -27007,6 +28640,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2004</year> <publisher>Nintendo</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_1m" /> <feature name="pcb_type" value="GBA-FLASH-1M" /> <dataarea name="rom" size="16777216"> <rom name="pokemon - smaragd-edition (germany).bin" size="16777216" crc="34c9df89" sha1="61c2eb2b380b1a75f0c94b767a2d4c26cd7ce4e3" offset="000000" /> @@ -27019,6 +28653,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2004</year> <publisher>Nintendo</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_1m" /> <feature name="pcb_type" value="GBA-FLASH-1M" /> <dataarea name="rom" size="16777216"> <rom name="pokemon - version emeraude (france).bin" size="16777216" crc="a3fdccb1" sha1="ca666651374d89ca439007bed54d839eb7bd14d0" offset="000000" /> @@ -27031,6 +28666,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2004</year> <publisher>Nintendo</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_1m" /> <feature name="pcb_type" value="GBA-FLASH-1M" /> <dataarea name="rom" size="16777216"> <rom name="pokemon - versione smeraldo (italy).bin" size="16777216" crc="a0aec80a" sha1="1692db322400c3141c5de2db38469913ceb1f4d4" offset="000000" /> @@ -27044,6 +28680,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-BPRE-USA, AGB-BPRP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_1m" /> <feature name="pcb_type" value="GBA-FLASH-1M" /> <dataarea name="rom" size="16777216"> <rom name="pokemon - fire red version (usa, europe) (rev 1).bin" size="16777216" crc="84ee4776" sha1="dd5945db9b930750cb39d00c84da8571feebf417" offset="000000" /> @@ -27056,6 +28693,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2004</year> <publisher>Nintendo</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_1m" /> <feature name="pcb_type" value="GBA-FLASH-1M" /> <dataarea name="rom" size="16777216"> <rom name="pokemon - edicion rojo fuego (spain).bin" size="16777216" crc="9f08064e" sha1="ab8f6bfe0ccdaf41188cd015c8c74c314d02296a" offset="000000" /> @@ -27068,6 +28706,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2004</year> <publisher>Nintendo</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_1m" /> <feature name="pcb_type" value="GBA-FLASH-1M" /> <dataarea name="rom" size="16777216"> <rom name="pokemon - feuerrote edition (germany).bin" size="16777216" crc="1a81eedf" sha1="18a3758ceeef2c77b315144be2c3910d6f1f69fe" offset="000000" /> @@ -27080,6 +28719,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2004</year> <publisher>Nintendo</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_1m" /> <feature name="pcb_type" value="GBA-FLASH-1M" /> <dataarea name="rom" size="16777216"> <rom name="pokemon - versione rosso fuoco (italy).bin" size="16777216" crc="73a72167" sha1="66a9d415205321376b4318534c0dce5f69d28362" offset="000000" /> @@ -27092,6 +28732,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2004</year> <publisher>Nintendo</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_1m" /> <feature name="pcb_type" value="GBA-FLASH-1M" /> <dataarea name="rom" size="16777216"> <rom name="pokemon - version rouge feu (france).bin" size="16777216" crc="5dc668f6" sha1="fc663907256f06a3a09e2d6b967bc9af4919f111" offset="000000" /> @@ -27105,6 +28746,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-BPGE-USA, AGB-BPGP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_1m" /> <feature name="pcb_type" value="GBA-FLASH-1M" /> <dataarea name="rom" size="16777216"> <rom name="pokemon - leaf green version (europe) (rev 1).bin" size="16777216" crc="daffecec" sha1="7862c67bdecbe21d1d69ce082ce34327e1c6ed5e" offset="000000" /> @@ -27117,6 +28759,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2004</year> <publisher>Nintendo</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_1m" /> <feature name="pcb_type" value="GBA-FLASH-1M" /> <dataarea name="rom" size="16777216"> <rom name="pokemon - edicion verde hoja (spain).bin" size="16777216" crc="2ca11d59" sha1="f9ebee5d228cb695f18ef2ced41630a09fa9eb05" offset="000000" /> @@ -27129,6 +28772,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2004</year> <publisher>Nintendo</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_1m" /> <feature name="pcb_type" value="GBA-FLASH-1M" /> <dataarea name="rom" size="16777216"> <rom name="pokemon - blattgruene edition (germany).bin" size="16777216" crc="d12f1fdd" sha1="0802d1fb185ee3ed48d9a22afb25e66424076dac" offset="000000" /> @@ -27141,6 +28785,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2004</year> <publisher>Nintendo</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_1m" /> <feature name="pcb_type" value="GBA-FLASH-1M" /> <dataarea name="rom" size="16777216"> <rom name="pokemon - versione verde foglia (italy).bin" size="16777216" crc="16974506" sha1="a1dfea1493d26d1f024be8ba1de3d193fcfc651e" offset="000000" /> @@ -27153,6 +28798,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2004</year> <publisher>Nintendo</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_1m" /> <feature name="pcb_type" value="GBA-FLASH-1M" /> <dataarea name="rom" size="16777216"> <rom name="pokemon - version vert feuille (france).bin" size="16777216" crc="ba3285e3" sha1="4b5758c14d0a07b70ef3ef0bd7fa5e7ce6978672" offset="000000" /> @@ -27166,6 +28812,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-AXVE-USA, AGB-AXVP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_1m" /> <feature name="pcb_type" value="GBA-FLASH-1M" /> <dataarea name="rom" size="16777216"> <rom name="pokemon - ruby version (usa, europe) (rev 2).bin" size="16777216" crc="aeac73e6" sha1="5b64eacf892920518db4ec664e62a086dd5f5bc8" offset="000000" /> @@ -27179,6 +28826,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-AXVE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_1m" /> <feature name="pcb_type" value="GBA-FLASH-1M" /> <dataarea name="rom" size="16777216"> <rom name="pokemon - ruby version (usa).bin" size="16777216" crc="f0815ee7" sha1="f28b6ffc97847e94a6c21a63cacf633ee5c8df1e" offset="000000" /> @@ -27191,6 +28839,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2003</year> <publisher>Nintendo</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_1m" /> <feature name="pcb_type" value="GBA-FLASH-1M" /> <dataarea name="rom" size="16777216"> <rom name="pokemon - rubin-edition (germany) (rev 1).bin" size="16777216" crc="cae89464" sha1="424740be1fc67a5ddb954794443646e6aeee2c1b" offset="000000" /> @@ -27203,6 +28852,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2003</year> <publisher>Nintendo</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_1m" /> <feature name="pcb_type" value="GBA-FLASH-1M" /> <dataarea name="rom" size="16777216"> <rom name="pokemon - rubin-edition (germany).bin" size="16777216" crc="15e1e280" sha1="1c2a53332382e14dab8815e3a6dd81ad89534050" offset="000000" /> @@ -27215,6 +28865,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2003</year> <publisher>Nintendo</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_1m" /> <feature name="pcb_type" value="GBA-FLASH-1M" /> <dataarea name="rom" size="16777216"> <rom name="pokemon_ruby_german_final_d.bin" size="16777216" crc="40686c47" sha1="ca5e3d415c4b47353a73a616878ba833f3648b7a" offset="000000" /> @@ -27227,6 +28878,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2003</year> <publisher>Nintendo</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_1m" /> <feature name="pcb_type" value="GBA-FLASH-1M" /> <dataarea name="rom" size="16777216"> <rom name="pokemon - edicion rubi (spain) (rev 1).bin" size="16777216" crc="b980fff5" sha1="9ac73481d7f5d150a018309bba91d185ce99fb7c" offset="000000" /> @@ -27239,6 +28891,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2003</year> <publisher>Nintendo</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_1m" /> <feature name="pcb_type" value="GBA-FLASH-1M" /> <dataarea name="rom" size="16777216"> <rom name="pokemon - version rubis (france) (rev 1).bin" size="16777216" crc="9f981f72" sha1="ba888dfba231a231cbd60fe228e894b54fb1ed79" offset="000000" /> @@ -27251,6 +28904,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2003</year> <publisher>Nintendo</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_1m" /> <feature name="pcb_type" value="GBA-FLASH-1M" /> <dataarea name="rom" size="16777216"> <rom name="pokemon - version rubis (france).bin" size="16777216" crc="690fd310" sha1="a6ee94202bec0641c55d242757e84dc89336d4cb" offset="000000" /> @@ -27263,6 +28917,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2003</year> <publisher>Nintendo</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_1m" /> <feature name="pcb_type" value="GBA-FLASH-1M" /> <dataarea name="rom" size="16777216"> <rom name="pokemon - versione rubino (italy) (rev 1).bin" size="16777216" crc="9305e793" sha1="015a5d380afe316a2a6fcc561798ebff9dfb3009" offset="000000" /> @@ -27275,6 +28930,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2003</year> <publisher>Nintendo</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_1m" /> <feature name="pcb_type" value="GBA-FLASH-1M" /> <dataarea name="rom" size="16777216"> <rom name="pokemon - versione rubino (italy).bin" size="16777216" crc="c18231a9" sha1="2b3134224392f58da00f802faa1bf4b5cf6270be" offset="000000" /> @@ -27288,6 +28944,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-AXPE-USA, AGB-AXPP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_1m" /> <feature name="pcb_type" value="GBA-FLASH-1M" /> <dataarea name="rom" size="16777216"> <rom name="pokemon - sapphire version (usa, europe) (rev 2).bin" size="16777216" crc="9cc4410e" sha1="89b45fb172e6b55d51fc0e61989775187f6fe63c" offset="000000" /> @@ -27301,6 +28958,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-AXPE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_1m" /> <feature name="pcb_type" value="GBA-FLASH-1M" /> <dataarea name="rom" size="16777216"> <rom name="pokemon - sapphire version (usa).bin" size="16777216" crc="554dedc4" sha1="3ccbbd45f8553c36463f13b938e833f652b793e4" offset="000000" /> @@ -27313,6 +28971,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2003</year> <publisher>Nintendo</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_1m" /> <feature name="pcb_type" value="GBA-FLASH-1M" /> <dataarea name="rom" size="16777216"> <rom name="pokemon - saphir-edition (germany) (rev 1).bin" size="16777216" crc="b0c40c7c" sha1="7e6e034f9cdca6d2c4a270fdb50a94def5883d17" offset="000000" /> @@ -27325,6 +28984,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2003</year> <publisher>Nintendo</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_1m" /> <feature name="pcb_type" value="GBA-FLASH-1M" /> <dataarea name="rom" size="16777216"> <rom name="pokemon - saphir-edition (germany).bin" size="16777216" crc="6fcd7a98" sha1="5a087835009d552d4c5c1f96be3be3206e378153" offset="000000" /> @@ -27337,6 +28997,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2003</year> <publisher>Nintendo</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_1m" /> <feature name="pcb_type" value="GBA-FLASH-1M" /> <dataarea name="rom" size="16777216"> <rom name="pokemon - edicion zafiro (spain) (rev 1).bin" size="16777216" crc="f2c88931" sha1="0fe9ad1e602e2fafa090aee25e43d6980625173c" offset="000000" /> @@ -27349,6 +29010,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2003</year> <publisher>Nintendo</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_1m" /> <feature name="pcb_type" value="GBA-FLASH-1M" /> <dataarea name="rom" size="16777216"> <rom name="pokemon - edicion zafiro (spain).bin" size="16777216" crc="a04f5f0b" sha1="3a6489189e581c4b29914071b79207883b8c16d8" offset="000000" /> @@ -27361,6 +29023,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2003</year> <publisher>Nintendo</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_1m" /> <feature name="pcb_type" value="GBA-FLASH-1M" /> <dataarea name="rom" size="16777216"> <rom name="pokemon - version saphir (france) (rev 1).bin" size="16777216" crc="2ae49146" sha1="860e93f5ea44f4278132f6c1ee5650d07b852fd8" offset="000000" /> @@ -27373,6 +29036,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2003</year> <publisher>Nintendo</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_1m" /> <feature name="pcb_type" value="GBA-FLASH-1M" /> <dataarea name="rom" size="16777216"> <rom name="pokemon - version saphir (france).bin" size="16777216" crc="3581a05f" sha1="c269b5692b2d0e5800ba1ddf117fda95ac648634" offset="000000" /> @@ -27385,6 +29049,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2003</year> <publisher>Nintendo</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_1m" /> <feature name="pcb_type" value="GBA-FLASH-1M" /> <dataarea name="rom" size="16777216"> <rom name="pokemon - versione zaffiro (italy) (rev 1).bin" size="16777216" crc="5efe4493" sha1="73edf67b9b82ff12795622dca412733755d2c0fe" offset="000000" /> @@ -27397,6 +29062,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2003</year> <publisher>Nintendo</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_1m" /> <feature name="pcb_type" value="GBA-FLASH-1M" /> <dataarea name="rom" size="16777216"> <rom name="pokemon - versione zaffiro (italy).bin" size="16777216" crc="0c7992a9" sha1="f729dd571fb2c09e72c5c1d68fe0a21e72713d34" offset="000000" /> @@ -27410,6 +29076,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-B24P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_1m" /> <feature name="pcb_type" value="GBA-FLASH-1M" /> <dataarea name="rom" size="33554432"> <rom name="pokemon mystery dungeon - red rescue team (europe) (en,fr,de,es,it).bin" size="33554432" crc="c1d18fe4" sha1="afee3b060dd5fd4a68afb1b003456aef3a2af073" offset="000000" /> @@ -27434,6 +29101,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-B24E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_1m" /> <feature name="pcb_type" value="GBA-FLASH-1M" /> <dataarea name="rom" size="33554432"> <rom name="pokemon mystery dungeon - red rescue team (usa, australia).bin" size="33554432" crc="dd0ac86c" sha1="9f4cfc5b5f4859d17169a485462e977c7aac2b89" offset="000000" /> @@ -27447,6 +29115,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-BPPP-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="pokemon pinball - ruby & sapphire (europe) (en,fr,de,es,it).bin" size="16777216" crc="a53ac14b" sha1="b8b7881eaa9856b5ada99078ad1053d31cb79827" offset="000000" /> @@ -27462,6 +29131,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030801"/> <info name="alt_title" value="ポケモンピンボール ルビー&サファイア"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="pokemon pinball - ruby & sapphire (japan) (rev 1).bin" size="8388608" crc="925a5684" sha1="2c7f8bc4ce37043a8f62713038591e861f812499" offset="000000" /> @@ -27477,6 +29147,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030801"/> <info name="alt_title" value="ポケモンピンボール ルビー&サファイア"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="pokemon pinball - ruby & sapphire (japan).bin" size="8388608" crc="8af1ec73" sha1="fdd86f127982769941379054ef73cb344db61ae1" offset="000000" /> @@ -27490,6 +29161,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-BPPE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="pokemon pinball - ruby & sapphire (usa).bin" size="8388608" crc="b992a3c0" sha1="9fec81ce2c5df589e0371a0bf2f92a5fe8db730b" offset="000000" /> @@ -27503,6 +29175,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-BPXE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="polar express, the (usa, europe) (en,fr,de,es,it).bin" size="4194304" crc="62ca5620" sha1="a2f940ae658d2527f78a901a2ef5a66929397579" offset="000000" /> @@ -27516,6 +29189,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Nintendo</publisher> <info name="serial" value="AGB-BIIP-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_512" /> <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="4194304"> <rom name="polarium advance (europe) (en,fr,de,es,it).bin" size="4194304" crc="8f2debb8" sha1="be1528581f209f1ee36156da5be29e57b5c6cb02" offset="000000" /> @@ -27529,6 +29203,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Atlus</publisher> <info name="serial" value="AGB-BIIE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_512" /> <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="4194304"> <rom name="polarium advance (usa).bin" size="4194304" crc="02d62ce9" sha1="7f9acbbb2977214c86c5130fe8afe708943c82ba" offset="000000" /> @@ -27626,6 +29301,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20060323"/> <info name="alt_title" value="パワポケダッシュ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="power poke dash (japan).bin" size="8388608" crc="59e7ab4c" sha1="598db3dd414ec3acb8bea47192761816e401df15" offset="000000" /> @@ -27638,6 +29314,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2004</year> <publisher>Konami</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="power pro kun pocket 1, 2 (japan) (promo).bin" size="8388608" crc="46493fa1" sha1="43badcefe8cad127f8f8655ee89262517399a20b" offset="000000" /> @@ -27653,6 +29330,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040729"/> <info name="alt_title" value="パワプロクンポケット1・2"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="power pro kun pocket 1, 2 (japan).bin" size="8388608" crc="a84032aa" sha1="844512db89fca8476c0c585d8699b3446495eabc" offset="000000" /> @@ -27668,6 +29346,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20010321"/> <info name="alt_title" value="パワプロクンポケット3"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="power pro kun pocket 3 (japan).bin" size="8388608" crc="4314d8bc" sha1="c6d7317d945f96034699501ac33b1966c5d2c3de" offset="000000" /> @@ -27683,6 +29362,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020320"/> <info name="alt_title" value="パワプロクンポケット4"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="power pro kun pocket 4 (japan).bin" size="8388608" crc="30b4a347" sha1="6ab43fd731c1d8b6388d6719b8bcbce698da51de" offset="000000" /> @@ -27695,6 +29375,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2003</year> <publisher>Konami</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="power pro kun pocket 5 (japan) (promo).bin" size="8388608" crc="969ac691" sha1="f9fd4c8ee4f274c751551f056dc868abd0355390" offset="000000" /> @@ -27710,6 +29391,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030123"/> <info name="alt_title" value="パワプロクンポケット5"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="power pro kun pocket 5 (japan).bin" size="8388608" crc="06f0f8d4" sha1="15bc24f0f47e0317c849c1c33a36357a43def74c" offset="000000" /> @@ -27722,6 +29404,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2003</year> <publisher>Konami</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="power pro kun pocket 6 (japan) (promo).bin" size="8388608" crc="023a9a75" sha1="066d2086d776c66aa566eac211a0e9b45f1942f6" offset="000000" /> @@ -27737,6 +29420,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20031204"/> <info name="alt_title" value="パワプロクンポケット6"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="power pro kun pocket 6 (japan).bin" size="8388608" crc="88513763" sha1="43e030499a3e8ac631b3a03d78b7e52c1c7445fb" offset="000000" /> @@ -27752,6 +29436,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20041202"/> <info name="alt_title" value="パワプロクンポケット7"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="power pro kun pocket 7 (japan).bin" size="8388608" crc="073047df" sha1="a14cd63079c1e4652bff1f1d7fe784714341b1e9" offset="000000" /> @@ -27893,6 +29578,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>BAM! Entertainment</publisher> <info name="serial" value="AGB-AP5P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="powerpuff girls, the - him and seek (europe) (en,fr,de,es).bin" size="8388608" crc="0bfed765" sha1="f2599724f104efb8877a34f96a0d7290e8c01d5e" offset="000000" /> @@ -27906,6 +29592,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>BAM! Entertainment</publisher> <info name="serial" value="AGB-AP5E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="powerpuff girls, the - him and seek (usa).bin" size="8388608" crc="4d22b35e" sha1="bcf894b5819169640329c93178f5c8727d3d812e" offset="000000" /> @@ -27918,6 +29605,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2001</year> <publisher>BAM! Entertainment</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="powerpuff girls, the - mojo jojo a-go-go (europe) (en,fr,de,es,it,nl).bin" size="4194304" crc="1172d0a7" sha1="a3d9260a80a6e38165587265405d892c3f87039b" offset="000000" /> @@ -27931,6 +29619,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>BAM! Entertainment</publisher> <info name="serial" value="AGB-APTE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="powerpuff girls, the - mojo jojo a-go-go (usa) (en,fr,de,es,it,nl).bin" size="4194304" crc="dfb57dcf" sha1="e6d3537f4e95e578dcdc84200578e77fbdc381b1" offset="000000" /> @@ -27967,6 +29656,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>East Entertainment Media</publisher> <info name="serial" value="AGB-BAQP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="premier action soccer (europe) (en,fr,de,es,it).bin" size="8388608" crc="b5432fa4" sha1="3f066eb236e8fa22e8507ca9dc502be85ccafec3" offset="000000" /> @@ -27980,6 +29670,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Zoo Digital Publishing</publisher> <info name="serial" value="AGB-BPMP-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_512" /> <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="4194304"> <rom name="premier manager 2003-04 (europe) (en,fr,de,it).bin" size="4194304" crc="a959f638" sha1="674f9259e3f24c81aecd14a19103e90606077fb9" offset="000000" /> @@ -27993,6 +29684,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Zoo Digital Publishing</publisher> <info name="serial" value="AGB-BP4P-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_512" /> <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="4194304"> <rom name="premier manager 2004-2005 (europe) (en,fr,de,it).bin" size="4194304" crc="2706dff2" sha1="8994da41d86a3fd8cd67e79c5db5853a420a6e39" offset="000000" /> @@ -28006,6 +29698,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Zoo Digital Publishing</publisher> <info name="serial" value="AGB-BP5P-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_512" /> <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="4194304"> <rom name="premier manager 2005-2006 (europe) (en,fr,de,it).bin" size="4194304" crc="3b04673b" sha1="b601870153037897c00602d3c0c7c08b68a16b1f" offset="000000" /> @@ -28019,6 +29712,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Ubisoft</publisher> <info name="serial" value="AGB-BPYP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="prince of persia - the sands of time (europe) (en,fr,de,es,it,nl).bin" size="8388608" crc="f0f16b7e" sha1="bf6a2b3bdb1fa3c010046306ecf4b2b5e67cceae" offset="000000" /> @@ -28032,6 +29726,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Ubisoft</publisher> <info name="serial" value="AGB-BPYE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="prince of persia - the sands of time (usa) (en,fr,es).bin" size="8388608" crc="0c043ba6" sha1="c169e0c60d3e2dd01b09c478de7bb62cadb516d6" offset="000000" /> @@ -28069,6 +29764,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Wanadoo</publisher> <info name="serial" value="AGB-AVEP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="pro beach soccer (europe) (en,fr,de,es,it,pt).bin" size="4194304" crc="7623e41a" sha1="635504fffd667670df858f76f38fdae7a797b835" offset="000000" /> @@ -28084,6 +29780,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20050811"/> <info name="alt_title" value="プロ麻雀 兵 GBA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="pro mahjong tsuwamono gba (japan).bin" size="4194304" crc="e4d9ae55" sha1="709071848abd706fd172381c27516c79f8eb796b" offset="000000" /> @@ -28097,6 +29794,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Konami</publisher> <info name="serial" value="AGB-ATEP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="pro tennis wta tour (europe).bin" size="4194304" crc="f7171521" sha1="9d901c2bb81c2546d09a743e336eb398f166bf0e" offset="000000" /> @@ -28112,6 +29810,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020808"/> <info name="alt_title" value="プロ野球チームをつくろう!アドバンス"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="pro yakyuu team o tsukurou! advance (japan).bin" size="8388608" crc="a8a3aa8b" sha1="bb5cfd9f3b5cf2f14ed4aaf37553eed87a301fc4" offset="000000" /> @@ -28125,6 +29824,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Buena Vista Games</publisher> <info name="serial" value="AGB-BD7E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="proud family, the (usa).bin" size="8388608" crc="c92bde6e" sha1="aee1be6432a1b6fa50564b593f4d4d2d0201d528" offset="000000" /> @@ -28140,6 +29840,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020426"/> <info name="alt_title" value="ぷくぷく天然かいらんばん"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="pukupuku tennen kairanban (japan).bin" size="4194304" crc="91c4c334" sha1="e2a86ceb717d56c882ad4eebc015dc1329d8f1bc" offset="000000" /> @@ -28155,6 +29856,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040326"/> <info name="alt_title" value="ぷくぷく天然かいらんばん 恋のキュ→ピッド大作戦"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="pukupuku tennen kairanban - koi no cupid daisakusen (japan).bin" size="4194304" crc="b57fec3a" sha1="ad0a0693ff0c6b4e14150f68bc094851e4927322" offset="000000" /> @@ -28170,6 +29872,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20041209"/> <info name="alt_title" value="ぷくぷく天然かいらんばん ようこそ!イリュージョンランドへ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="pukupuku tennen kairanban - youkoso! illusion land he (japan).bin" size="8388608" crc="e98cf9c3" sha1="b2bd07bf70d3bbd05c031baa482e891f245ebad2" offset="000000" /> @@ -28207,6 +29910,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Activision</publisher> <info name="serial" value="AGB-BYXE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="puppy luv - spa and resort (usa).bin" size="4194304" crc="04146dd6" sha1="50a7ca21a2eaec9b1bb56843c4dc7761f8e2c5a4" offset="000000" /> @@ -28220,6 +29924,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Sega</publisher> <info name="serial" value="AGB-APYP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="puyo pop (europe) (en,ja).bin" size="8388608" crc="c85de50e" sha1="df931351d42d92c0d4ca1623d77d8255a1861819" offset="000000" /> @@ -28233,6 +29938,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-APYE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="puyo pop (usa) (en,ja).bin" size="8388608" crc="0901be49" sha1="338702ea961b17c46a1deb960f5d0df19d7912f9" offset="000000" /> @@ -28246,6 +29952,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-BPFP-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="puyo pop fever (europe) (en,fr,de,es,it).bin" size="8388608" crc="6e5880ed" sha1="92c4a55e04ff3311854ec5d2952f35d38a2be59c" offset="000000" /> @@ -28261,6 +29968,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040724"/> <info name="alt_title" value="ぷよぷよフィーバー"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="puyo puyo fever (japan) (en,ja,fr,de,es,it).bin" size="8388608" crc="3ffd621a" sha1="565bee29956abed2c9afef8a86a8b2ab60b440fc" offset="000000" /> @@ -28276,6 +29984,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030328"/> <info name="alt_title" value="パズル&探偵コレクション"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="puzzle & tantei collection (japan).bin" size="8388608" crc="893551bb" sha1="4e81530b84bdefd3d4ba7af878f19301fca3ce91" offset="000000" /> @@ -28291,6 +30000,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040429"/> <info name="alt_title" value="ピューと吹く!ジャガー ビョ〜と出る!メガネくん"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="pyuu to fuku! jaguar - byoo to deru! megane-kun (japan).bin" size="8388608" crc="1f67bd36" sha1="74b0564e01158ceaf6f4c22ebe8870fdf5a752dd" offset="000000" /> @@ -28326,6 +30036,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2007</year> <publisher>qwak.co.uk</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="qwak (europe) (en,fr,de,es,it) (unl).bin" size="8388608" crc="9027917f" sha1="a5f5dde3d0d3f58f8903e44461e17a7001591649" offset="000000" /> @@ -28375,6 +30086,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Zoo Digital Publishing</publisher> <info name="serial" value="AGB-BRAP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="racing gears advance (europe) (en,fr,de,es,it).bin" size="8388608" crc="49a88e52" sha1="e5d3abaa47a3527cf2ec148d724ad9ac8ed6f827" offset="000000" /> @@ -28388,6 +30100,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Orbital Media</publisher> <info name="serial" value="AGB-BRAE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="racing gears advance (usa).bin" size="8388608" crc="bf648e5c" sha1="3f053865f9a687a75927172cd281390b2560201c" offset="000000" /> @@ -28413,6 +30126,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Activision</publisher> <!-- Zoo Digital in Europe --> <info name="serial" value="AGB-BRFE-USA, AGB-BRFP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="rapala pro fishing (usa, europe).bin" size="4194304" crc="964d39a7" sha1="e3df6fe7a447ab30faf6fd7d4c57e88f987a5639" offset="000000" /> @@ -28471,6 +30185,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Konami</publisher> <info name="serial" value="AGB-BRME-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="rave master - special attack force! (usa).bin" size="8388608" crc="c39b9418" sha1="5cf4fa61626e4d0a887efab249dbd682fc770211" offset="000000" /> @@ -28484,6 +30199,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Ubisoft</publisher> <info name="serial" value="AGB-BX5P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="16777216"> <rom name="rayman - 10th anniversary (europe) (en,fr,de,es,it,nl,sv,no,da,fi).bin" size="16777216" crc="437e95b9" sha1="37714e724942c9c0882d1f7fc48a8dc449a68f83" offset="000000" /> @@ -28497,6 +30213,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Ubisoft</publisher> <info name="serial" value="AGB-BX5E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="16777216"> <rom name="rayman - 10th anniversary (usa) (en,fr,de,es,it).bin" size="16777216" crc="ae72b0ee" sha1="1983c17260f5707b26702c3ab1b6c86332365e05" offset="000000" /> @@ -28510,6 +30227,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Ubisoft</publisher> <info name="serial" value="AGB-BRYP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="rayman - hoodlums' revenge (europe) (en,fr,de,es,it,nl).bin" size="8388608" crc="c221c419" sha1="586557abb81333b1153d534e9720537672228e24" offset="000000" /> @@ -28523,6 +30241,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Ubisoft</publisher> <info name="serial" value="AGB-BRYE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="rayman - hoodlum's revenge (usa) (en,fr,es).bin" size="8388608" crc="025a9998" sha1="f65700dcfc827a3e84c9dd19d6f5e55af019ac81" offset="000000" /> @@ -28536,6 +30255,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Ubisoft</publisher> <info name="serial" value="AGB-BQ3E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="rayman - raving rabbids (usa) (en,fr,es).bin" size="16777216" crc="751ef0d2" sha1="f671e7fde8b4a3cd6b5a4dfc19a17a74f1743353" offset="000000" /> @@ -28548,6 +30268,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2003</year> <publisher>Ubi Soft</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="rayman 3 (europe) (en,fr,de,es,it,nl,sv,no,da,fi) (beta).bin" size="8388608" crc="8f34b14f" sha1="064f6b09732f4225f5964d0e8bd386affb83e3d7" offset="000000" /> @@ -28561,6 +30282,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Ubi Soft</publisher> <info name="serial" value="AGB-AYZP-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="rayman 3 (europe) (en,fr,de,es,it,nl,sv,no,da,fi).bin" size="8388608" crc="29f83314" sha1="21b7296d29486ccab68bdfa45ab24b9d370d052c" offset="000000" /> @@ -28574,6 +30296,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Ubi Soft</publisher> <info name="serial" value="AGB-AYZE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="rayman 3 (usa) (en,fr,es).bin" size="8388608" crc="d1613266" sha1="1a8fb488aac9af4d3d42046750bdf429f48ac391" offset="000000" /> @@ -28586,6 +30309,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2001</year> <publisher>Ubi Soft</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="rayman advance (europe) (en,fr,de,es,it) (beta).bin" size="8388608" crc="4b1b4e02" sha1="2a473e6a0664412ead33aa9889912dc25db93714" offset="000000" /> @@ -28599,6 +30323,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Ubi Soft</publisher> <info name="serial" value="AGB-ARYP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="rayman advance (europe) (en,fr,de,es,it).bin" size="8388608" crc="b43783b4" sha1="6a32d270848ae302a3e4fb873e53b663c2db4811" offset="000000" /> @@ -28612,6 +30337,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Ubi Soft</publisher> <info name="serial" value="AGB-ARYE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="rayman advance (usa) (en,fr,de,es,it).bin" size="8388608" crc="8aba5ab8" sha1="ff8a41c781735d2b4fe6cde65e82fb5a68f77f8b" offset="000000" /> @@ -28624,6 +30350,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2004</year> <publisher>THQ</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="razbitume! - restez branches! (europe) (en,fr).bin" size="4194304" crc="a169b3b5" sha1="17a5e6533312cd3db742e894cc411b3bf77f007d" offset="000000" /> @@ -28706,6 +30433,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Atari</publisher> <info name="serial" value="AGB-BRLP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="rebelstar - tactical command (europe) (en,fr,de,es,it).bin" size="4194304" crc="e448c5d4" sha1="669c47e62f2388ce0ba676f3dc641b5ad2ddb5c5" offset="000000" /> @@ -28719,6 +30447,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Namco</publisher> <info name="serial" value="AGB-BRLE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="rebelstar - tactical command (usa).bin" size="4194304" crc="fb6c590f" sha1="e2556bce89c4b542786c741dc49ef28afab917ff" offset="000000" /> @@ -28734,6 +30463,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20011220"/> <info name="alt_title" value="烈火の炎 - THE GAME -"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="recca no honoo - the game (japan).bin" size="8388608" crc="b29bee34" sha1="35fe535e24ddde1428d359a95bf114b0968911e9" offset="000000" /> @@ -28773,6 +30503,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20050428"/> <info name="alt_title" value="リラックマなまいにち"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="relaxuma na mainichi (japan).bin" size="4194304" crc="9f333017" sha1="e6e649605603dc84b20934ac00f99a13dc8ff8cc" offset="000000" /> @@ -28835,6 +30566,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20060830"/> <info name="alt_title" value="リズム天国"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="rhythm tengoku (japan) (rev 1).bin" size="16777216" crc="a6cd88e1" sha1="e0aaca45045e408e7e1072bde5b39278111e1952" offset="000000" /> @@ -28860,6 +30592,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Atlus</publisher> <info name="serial" value="AGB-BDTE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="river city ransom ex (usa).bin" size="4194304" crc="8686436e" sha1="64d0b723ae4eb3f3589b535fb935618f2769229f" offset="000000" /> @@ -28873,6 +30606,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Atlus</publisher> <info name="serial" value="AGB-BREE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="33554432"> <rom name="riviera - the promised land (usa).bin" size="33554432" crc="4fb6958d" sha1="30ee6610aaa77bce2ffd8911058078147d61b925" offset="000000" /> @@ -28888,6 +30622,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20041125"/> <info name="alt_title" value="Riviera 〜約束の地リヴィエラ〜"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="riviera - yakusoku no chi riviera (japan).bin" size="16777216" crc="f73b840f" sha1="a29bcbdf6829561e78433c4a4f93ddddc8ba0bca" offset="000000" /> @@ -28925,6 +30660,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Conspiracy Entertainment</publisher> <info name="serial" value="AGB-A6RE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="road trip - shifting gears (usa).bin" size="4194304" crc="549bf1c5" sha1="9a332cec82dff9130248a2525d0151fae52dd258" offset="000000" /> @@ -28938,6 +30674,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Atlus</publisher> <info name="serial" value="AGB-ACVE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="8388608"> <rom name="robopon 2 - cross version (usa).bin" size="8388608" crc="68d3023a" sha1="85e0d6d154faae65cf70c5ad513c9267fca8799d" offset="000000" /> @@ -28951,6 +30688,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Atlus</publisher> <info name="serial" value="AGB-ARPE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="8388608"> <rom name="robopon 2 - ring version (usa).bin" size="8388608" crc="ca73e17a" sha1="9667fe6f11b9c5d24b38a3e220e51d3a60b25444" offset="000000" /> @@ -28966,6 +30704,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20010913"/> <info name="alt_title" value="ロボットポンコッツ2 クロスバージョン"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="8388608"> <rom name="robot ponkottsu 2 - cross version (japan).bin" size="8388608" crc="0c6f2b1b" sha1="cbb35559b4a9d79efee38f3ac3cf827281ef16b8" offset="000000" /> @@ -28981,6 +30720,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20010913"/> <info name="alt_title" value="ロボットポンコッツ2 リングバージョン"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="8388608"> <rom name="robot ponkottsu 2 - ring version (japan).bin" size="8388608" crc="6002159c" sha1="614f2d7a798068e67ea8b81c0d472b693c4019c6" offset="000000" /> @@ -28994,6 +30734,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>BBC Multimedia</publisher> <info name="serial" value="AGB-ARWP-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="robot wars - advanced destruction (europe) (en,fr,de,es,it).bin" size="4194304" crc="cf8231be" sha1="532f5fd5e22c140fc7cfba519f6e50c786c8bc85" offset="000000" /> @@ -29007,6 +30748,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Vivendi Universal</publisher> <info name="serial" value="AGB-ARUE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="robot wars - advanced destruction (usa).bin" size="4194304" crc="e6cb567d" sha1="952adf4e17865abc2b983c79ad4080e9b4867370" offset="000000" /> @@ -29020,6 +30762,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>TDK Mediactive</publisher> <info name="serial" value="AGB-ARBE-USA, AGB-ARBP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="robotech - the macross saga (usa, europe) (en,fr,de,es,it,nl).bin" size="8388608" crc="325a6596" sha1="3dbfe433a2376589a24754bb7337306c43176b34" offset="000000" /> @@ -29033,6 +30776,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Sierra Entertainment</publisher> <info name="serial" value="AGB-BRTP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="robots (europe) (en,fr,de,es,it).bin" size="16777216" crc="2acbdb64" sha1="26be826817f35433b3609d13ee75a3872e94d616" offset="000000" /> @@ -29048,6 +30792,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20050728"/> <info name="alt_title" value="ロボッツ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="robots (japan).bin" size="16777216" crc="1beb9e91" sha1="b1a670daf53d47f237a4078388178c16c843d4dc" offset="000000" /> @@ -29061,6 +30806,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Sierra Entertainment</publisher> <info name="serial" value="AGB-BRTE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="robots (usa).bin" size="16777216" crc="5370ae1f" sha1="d69a60a4bf7fca1dc4204c959143524274cc826a" offset="000000" /> @@ -29074,6 +30820,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Blizzard Entertainment</publisher> <info name="serial" value="AGB-A4RP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="rock n' roll racing (europe).bin" size="4194304" crc="53d1a142" sha1="384c95d541e3bae37194304d615befb8242a1f54" offset="000000" /> @@ -29087,6 +30834,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Blizzard Entertainment</publisher> <info name="serial" value="AGB-A4RE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="rock n' roll racing (usa).bin" size="4194304" crc="15f2dd16" sha1="44be0a6869f3495c23a5770993116ac80b554bac" offset="000000" /> @@ -29184,6 +30932,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020810"/> <info name="alt_title" value="ロックマン&フォルテ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="rockman & forte (japan).bin" size="8388608" crc="ce2b48c4" sha1="f8eb056745e8b58c1ef4bfef995c77a27aadc57a" offset="000000" /> @@ -29199,6 +30948,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20031212"/> <info name="alt_title" value="ロックマン エグゼ4 トーナメント ブルームーン"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="rockman exe 4 - tournament blue moon (japan).bin" size="8388608" crc="ed7c5b50" sha1="c4302ada1ff652c740dff51df6dec801fd5b7854" offset="000000" /> @@ -29214,6 +30964,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20031212"/> <info name="alt_title" value="ロックマン エグゼ4 トーナメント レッドサン"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="rockman exe 4 - tournament red sun (japan) (rev 1).bin" size="8388608" crc="cf0e8b05" sha1="03a22270b7068ee7762726da4519c20f584951b7" offset="000000" /> @@ -29229,6 +30980,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20031212"/> <info name="alt_title" value="ロックマン エグゼ4 トーナメント レッドサン"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="rockman exe 4 - tournament red sun (japan).bin" size="8388608" crc="6a51907d" sha1="7efe1b77c39b58e1400af5392bec313003fa7861" offset="000000" /> @@ -29244,6 +30996,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040806"/> <info name="alt_title" value="ロックマン エグゼ4.5 リアルオペレーション"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="8388608"> <rom name="rockman exe 4.5 - real operation (japan).bin" size="8388608" crc="a646601b" sha1="f89ef4ca8ec1823eb75fa184f2d0f9e66cc78a59" offset="000000" /> @@ -29259,6 +31012,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20041209"/> <info name="alt_title" value="ロックマン エグゼ5 チームオブブルース"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="rockman exe 5 - team of blues (japan).bin" size="8388608" crc="c73f23c0" sha1="85870ccfc3b26ee12a65eb95a844123033d7f47e" offset="000000" /> @@ -29274,6 +31028,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20050224"/> <info name="alt_title" value="ロックマン エグゼ5 チームオブカーネル"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="rockman exe 5 - team of colonel (japan).bin" size="8388608" crc="16842635" sha1="2fa0cf264166848bedfddb8077ca1177c424a11a" offset="000000" /> @@ -29289,6 +31044,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20051123"/> <info name="alt_title" value="ロックマン エグゼ6 電脳獣ファルザー"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="rockman exe 6 - dennoujuu falzar (japan).bin" size="8388608" crc="2dfb603e" sha1="d1ce0ecc8e241a716274b9fb1b6eb07fb42dd166" offset="000000" /> @@ -29304,6 +31060,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20051123"/> <info name="alt_title" value="ロックマン エグゼ6 電脳獣グレイガ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="rockman exe 6 - dennoujuu gregar (japan).bin" size="8388608" crc="6285918a" sha1="48472efa4657db47cd3b6d146d9fe9fe730c4439" offset="000000" /> @@ -29319,6 +31076,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030808"/> <info name="alt_title" value="ロックマン エグゼ バトルチップGP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="rockman exe battle chip gp (japan).bin" size="8388608" crc="9217fb18" sha1="f39992851257a1567f3bfca81dd269f37469bb67" offset="000000" /> @@ -29334,6 +31092,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020426"/> <info name="alt_title" value="ロックマン ゼロ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="rockman zero (japan).bin" size="8388608" crc="ff2a67b1" sha1="b07dfd200c49739d33598f6142157d659997e097" offset="000000" /> @@ -29349,6 +31108,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030502"/> <info name="alt_title" value="ロックマン ゼロ2"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="rockman zero 2 (japan).bin" size="8388608" crc="9b5c8a4c" sha1="4d5063c9729ef32f6470088fe4d3cde5375baf3c" offset="000000" /> @@ -29364,6 +31124,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040423"/> <info name="alt_title" value="ロックマン ゼロ3"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="rockman zero 3 (japan).bin" size="8388608" crc="5a2c41a9" sha1="ff7a801776dc76e6d8c7ef73a6660ae732934a3f" offset="000000" /> @@ -29379,6 +31140,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20050421"/> <info name="alt_title" value="ロックマン ゼロ4"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="16777216"> <rom name="rockman zero 4 (japan).bin" size="16777216" crc="ece42d0e" sha1="dc554adcd18eb78132b4fb724a1c69779f75d114" offset="000000" /> @@ -29392,6 +31154,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Rage Software</publisher> <info name="serial" value="AGB-AR8P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="rocky (europe) (en,fr,de,es,it).bin" size="8388608" crc="d2e55fb5" sha1="ae6a9b231cd155e1f1ec0eb3f02a5c2c9cb08636" offset="000000" /> @@ -29405,6 +31168,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Ubi Soft</publisher> <info name="serial" value="AGB-AR8E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="rocky (usa) (en,fr,de,es,it).bin" size="8388608" crc="c8f4ff1b" sha1="50a2b4d10542274d5a37c6cd5c8541a3ba8d5681" offset="000000" /> @@ -29420,6 +31184,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030425"/> <info name="alt_title" value="RPGツクール アドバンス"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_512" /> <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="8388608"> <rom name="rpg tsukuru advance (japan).bin" size="8388608" crc="e7fc81d0" sha1="bb8781959c82e58963b40263061d4a3155f6e880" offset="000000" /> @@ -29480,6 +31245,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-AWUP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="sabre wulf (europe) (en,fr,de).bin" size="8388608" crc="9e3eab8d" sha1="49084091f79dfec46b4fbce62e897985cafbc147" offset="000000" /> @@ -29493,6 +31259,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-AWUE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="sabre wulf (usa).bin" size="8388608" crc="73787a16" sha1="d8803e742253e4b6712bdf07d49d3d7ed7fb23d6" offset="000000" /> @@ -29531,6 +31298,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20010928"/> <info name="alt_title" value="西原理恵子の殿堂麻雀"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="saibara rieko no dendou mahjong (japan).bin" size="4194304" crc="02b9f82d" sha1="ed18c7d4fdab368a32de27c0379bf77eda3d3f91" offset="000000" /> @@ -29546,6 +31314,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020705"/> <info name="alt_title" value="さくらももこのウキウキカーニバル"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="sakura momoko no ukiuki carnival (japan).bin" size="8388608" crc="b0a75590" sha1="67d86ee85f2959ddc376188223ea264062ec9952" offset="000000" /> @@ -29559,6 +31328,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Ubi Soft</publisher> <info name="serial" value="AGB-AWGP-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="salt lake 2002 (europe) (en,fr,de,es,it,nl).bin" size="4194304" crc="68836df9" sha1="24a5692cecdb2ab80e8d35435071eb3f4a38eff2" offset="000000" /> @@ -29572,6 +31342,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Ubi Soft</publisher> <info name="serial" value="AGB-AS5E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="salt lake 2002 (usa) (en,fr,de,es,it,nl).bin" size="4194304" crc="4603205a" sha1="377dbce06068147260d9cf05225e2504230fff2b" offset="000000" /> @@ -29587,6 +31358,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20021227"/> <info name="alt_title" value="サムライディーパーキョウ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="samurai deeper kyo (japan).bin" size="8388608" crc="56ead477" sha1="ae8c413efdb57ee4d4aa2bedd6c2c91cce4f711d" offset="000000" /> @@ -29600,6 +31372,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Bold Games</publisher> <info name="serial" value="AGB-AOSE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="samurai deeper kyo (usa).bin" size="8388608" crc="4ab65478" sha1="57feaabccb511280d18c44c5f2011e45321ecd29" offset="000000" /> @@ -29615,6 +31388,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020920"/> <info name="alt_title" value="サムライエボリューション - 桜国 ガイスト"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="samurai evolution - oukoku geist (japan).bin" size="4194304" crc="c0f54c65" sha1="13aef211cf2da6fcd942cadd6a887eb4fe600610" offset="000000" /> @@ -29628,6 +31402,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>BAM! Entertainment</publisher> <!-- by Zoo Digital in Europe --> <info name="serial" value="AGB-AJTE-USA, AGB-AJTP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="samurai jack - the amulet of time (usa, europe).bin" size="8388608" crc="b250366c" sha1="27a5604b4aa89d2fec216aeac2b99e76165f531f" offset="000000" /> @@ -29643,6 +31418,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20011130"/> <info name="alt_title" value="三国志"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="8388608"> <rom name="sangokushi (japan).bin" size="8388608" crc="f3d3c239" sha1="8a22032c016f876753ec50cc194e90d9397e297b" offset="000000" /> @@ -29658,6 +31434,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20050127"/> <info name="alt_title" value="三國志英傑伝"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_512" /> <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="4194304"> <rom name="sangokushi - eiketsuden (japan).bin" size="4194304" crc="a4a1c956" sha1="32b5eeb82b0ffa14adc54223fb9e423efe8a1aa4" offset="000000" /> @@ -29673,6 +31450,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20050127"/> <info name="alt_title" value="三國志孔明伝"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_512" /> <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="8388608"> <rom name="sangokushi - koumeiden (japan).bin" size="8388608" crc="765043ff" sha1="0c9d3354e13e9ee2e35bdfb564714b960101ea0d" offset="000000" /> @@ -29688,6 +31466,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20031101"/> <info name="alt_title" value="サンリオピューロランド オールキャラクターズ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="sanrio puroland - all characters (japan).bin" size="4194304" crc="5257bd92" sha1="1ba3b2d7a34488cda9645a3d470cf6249de6c5d8" offset="000000" /> @@ -29703,6 +31482,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20011214"/> <info name="alt_title" value="サンサーラナーガ 1×2"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="sansara naga 1x2 (japan).bin" size="8388608" crc="68076b62" sha1="d4023e0a54a48999a46bf6b63c3bb91e3a795738" offset="000000" /> @@ -29715,6 +31495,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2002</year> <publisher>JoWooD Entertainment AG</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="santa claus jr. advance (europe) (beta).bin" size="4194304" crc="38d896bd" sha1="e94d0845b3b1ba5a275652e5043f0a49c2f23cdc" offset="000000" /> @@ -29728,6 +31509,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>JoWooD Entertainment AG</publisher> <info name="serial" value="AGB-AXXP-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="santa claus jr. advance (europe).bin" size="4194304" crc="fe3e6769" sha1="60d6b482c4be9fb61a172f3864c9b35afc275980" offset="000000" /> @@ -29753,6 +31535,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Buena Vista Games</publisher> <info name="serial" value="AGB-B33E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="santa clause 3, the - the escape clause (usa).bin" size="8388608" crc="206933f5" sha1="2163907f0a197f4164c9b9041fb1175d3c608750" offset="000000" /> @@ -29768,6 +31551,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20021115"/> <info name="alt_title" value="スキャンハンター 千年怪魚を追え!"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="scan hunter - sennen kaigyo o oe! (japan).bin" size="8388608" crc="bcd9aa71" sha1="3c7f06c68935a8ffc19c5d091c4f0798e9465c3d" offset="000000" /> @@ -29781,6 +31565,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-AP8P-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="scooby-doo (europe).bin" size="4194304" crc="e5ac4bb9" sha1="00c6ec5c8283f27b36bd302bd11d8169d1cfc502" offset="000000" /> @@ -29793,6 +31578,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2001</year> <publisher>THQ</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="scooby-doo (france).bin" size="4194304" crc="ceefc038" sha1="3ebfaf2ff28310e138a8cf38a32708aa26217659" offset="000000" /> @@ -29805,6 +31591,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2001</year> <publisher>THQ</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="scooby-doo (germany).bin" size="4194304" crc="03a07291" sha1="e46d519804732b8298e171a31fedcb46cba8dd29" offset="000000" /> @@ -29817,6 +31604,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2001</year> <publisher>THQ</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="scooby-doo (spain).bin" size="4194304" crc="e5261946" sha1="9eedc6c336a4f1cd3b54a2d5e63e63babe82e162" offset="000000" /> @@ -29830,6 +31618,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-AP8E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="scooby-doo (usa).bin" size="4194304" crc="22d993c6" sha1="bc641955e8bea6b55cbb4fcac5c21031ce274188" offset="000000" /> @@ -29878,6 +31667,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-BMMP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="scooby-doo! - mystery mayhem (europe) (en,fr,de).bin" size="4194304" crc="5348a655" sha1="25fe359de5f546cade53d9097d6f11d10fd00fe2" offset="000000" /> @@ -29891,6 +31681,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-BMME-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="scooby-doo! - mystery mayhem (usa) (en,fr).bin" size="4194304" crc="3d389a12" sha1="45e50eaa1ee8773168e36cd05145f3505c3dbc6c" offset="000000" /> @@ -29962,6 +31753,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Ubi Soft</publisher> <info name="serial" value="AGB-AQBP-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="scrabble (europe) (en,fr,de,es).bin" size="8388608" crc="c5c9b31b" sha1="bd982790fabda6c2cc24c890ceee123b4c0e8ae4" offset="000000" /> @@ -29998,6 +31790,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>South Peak Interactive</publisher> <info name="serial" value="AGB-BHVP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="scurge - hive (europe) (en,fr,de,es,it).bin" size="16777216" crc="2c119783" sha1="a550dd941450ea256d2da056d7084b039df553a0" offset="000000" /> @@ -30011,6 +31804,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Orbital Media</publisher> <info name="serial" value="AGB-BHVE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="scurge - hive (usa) (en,fr,es).bin" size="16777216" crc="1ae38ac0" sha1="312304edd060723ea31979f1f5fa5c66848e29a1" offset="000000" /> @@ -30026,6 +31820,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040805"/> <info name="alt_title" value="SDガンダムフォース"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="sd gundam force (japan).bin" size="8388608" crc="83417478" sha1="7d1b467392a8417dd41c3ffd85c26d9387eb285f" offset="000000" /> @@ -30039,6 +31834,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Bandai</publisher> <info name="serial" value="AGB-BGEE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="sd gundam force (usa).bin" size="8388608" crc="68b21289" sha1="f45af1fabfa9c95bc98c6d3cc986cc68afd7ea61" offset="000000" /> @@ -30054,6 +31850,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20031127"/> <info name="alt_title" value="SDガンダム ジージェネレーション アドバンス"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="16777216"> <rom name="sd gundam ggeneration advance (japan).bin" size="16777216" crc="7daf215c" sha1="7dd42beaacbd24cb832745a18e57cefda4a76827" offset="000000" /> @@ -30078,6 +31875,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Jaleco Entertainment</publisher> <info name="serial" value="AGB-ALJE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="sea trader - rise of taipan (usa).bin" size="4194304" crc="7597e8c1" sha1="b4ef625996f413fc563bd3319aff1dc6c1d2dcfe" offset="000000" /> @@ -30139,6 +31937,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Sega</publisher> <info name="serial" value="AGB-AYLP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="sega rally championship (europe).bin" size="8388608" crc="d125a6bb" sha1="bfbf823e2979e122b984ac04a9ea7fa996afae28" offset="000000" /> @@ -30154,6 +31953,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20021219"/> <info name="alt_title" value="セガラリー チャンピオンシップ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="sega rally championship (japan).bin" size="8388608" crc="e57c16f7" sha1="3f65a322f562d5b2d74a608fde0d068b90c63b67" offset="000000" /> @@ -30167,6 +31967,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Sega</publisher> <info name="serial" value="AGB-AYLE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="sega rally championship (usa).bin" size="8388608" crc="1ae3eb16" sha1="5ec86056ccef168b57be8e609aada2b1da11f733" offset="000000" /> @@ -30206,6 +32007,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030227"/> <info name="alt_title" value="戦国革命外伝"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="sengoku kakumei gaiden (japan).bin" size="8388608" crc="3dd25fd7" sha1="6c2a464465855e7e8e9d8e02262ce44b61e34921" offset="000000" /> @@ -30221,6 +32023,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20041021"/> <info name="alt_title" value="戦闘員山田はじめ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="sentouin yamada hajime (japan).bin" size="8388608" crc="596c5d4c" sha1="0fe36e94b48e67e06285c60329c62512c5c0137c" offset="000000" /> @@ -30258,6 +32061,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Konami</publisher> <info name="serial" value="AGB-BHLE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="shaman king - legacy of the spirits - soaring hawk (usa).bin" size="16777216" crc="798593a5" sha1="4d95e192b45a7af79028e5fa850a90310a2d1f28" offset="000000" /> @@ -30271,6 +32075,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Konami</publisher> <info name="serial" value="AGB-BWSE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="shaman king - legacy of the spirits - sprinting wolf (usa).bin" size="16777216" crc="fa1aa3f6" sha1="41459c757b792fccb2dfd5552007dc5a52b5e053" offset="000000" /> @@ -30284,6 +32089,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Konami</publisher> <info name="serial" value="AGB-BSOP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="shaman king - master of spirits (europe) (en,fr,de).bin" size="16777216" crc="4864b878" sha1="f077f6295ef443b99e2c7e45526edbb476dc2bec" offset="000000" /> @@ -30297,6 +32103,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Konami</publisher> <info name="serial" value="AGB-BSOE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="shaman king - master of spirits (usa).bin" size="16777216" crc="10e554ae" sha1="4a0fecdf90055fe1934b54d10e47b46ac399aecd" offset="000000" /> @@ -30310,6 +32117,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Konami</publisher> <info name="serial" value="AGB-B2MP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="shaman king - master of spirits 2 (europe) (en,fr,de).bin" size="16777216" crc="4a74e038" sha1="cb52ef70400c8b09b51cbb967ef022f5f6f9d757" offset="000000" /> @@ -30323,6 +32131,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Konami</publisher> <info name="serial" value="AGB-B2ME-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="shaman king - master of spirits 2 (usa).bin" size="16777216" crc="201e3412" sha1="9ef1df2abf95d356933592292a1dbc9c128133da" offset="000000" /> @@ -30338,6 +32147,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020726"/> <info name="alt_title" value="シャーマンキング 超・占事略決2"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="shaman king card game - chou senjiryakketsu 2 (japan).bin" size="8388608" crc="cb9a390a" sha1="956dfbc2ba50214d99d01532f460e2fabec4125f" offset="000000" /> @@ -30353,6 +32163,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20021213"/> <info name="alt_title" value="シャーマンキング 超・占事略決3"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="shaman king card game - chou senjiryakketsu 3 (japan).bin" size="16777216" crc="2bcf66d4" sha1="92c5284a1b6340777ba5c0b409e128c315f00a99" offset="000000" /> @@ -30366,6 +32177,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Activision</publisher> <info name="serial" value="AGB-BBAP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="33554432"> <rom name="shamu's deep sea adventures (europe).bin" size="33554432" crc="6a0f2c8b" sha1="89032a8c88ca82519e3f432edc08f1e500d60f10" offset="000000" /> @@ -30379,6 +32191,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Activision</publisher> <info name="serial" value="AGB-BBAE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="33554432"> <rom name="shamu's deep sea adventures (usa).bin" size="33554432" crc="4e9426eb" sha1="0bca9c4dd35d02c52a5db98b2097a50ef159de32" offset="000000" /> @@ -30394,6 +32207,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20011214"/> <info name="alt_title" value="上海アドバンス"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="shanghai advance (japan).bin" size="4194304" crc="9aeea9b7" sha1="f8c17010de03172b7d17192a3f0fd65cbe323f8e" offset="000000" /> @@ -30406,6 +32220,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2004</year> <publisher>Activision</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="shark tale (europe) (fr,de,es).bin" size="8388608" crc="df2518e9" sha1="2eb477465b8d6f4680d49c92d0b7c1fb36e53574" offset="000000" /> @@ -30418,6 +32233,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2004</year> <publisher>Activision</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="shark tale (italy).bin" size="8388608" crc="804a01b1" sha1="a0ecd59cbdebb2a345fa264480578c57066c061c" offset="000000" /> @@ -30433,6 +32249,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20050331"/> <info name="alt_title" value="シャーク・テイル"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="shark tale (japan).bin" size="8388608" crc="128be27c" sha1="d03aac6a2563861aee99e677e8a2549a7bf5a8fa" offset="000000" /> @@ -30446,6 +32263,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Activision</publisher> <info name="serial" value="AGB-BSUE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="shark tale (usa, europe).bin" size="8388608" crc="7b68d93e" sha1="d56755d3fcd2fd942cc54f62f9ba7df38347799f" offset="000000" /> @@ -30483,6 +32301,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Empire Interactive</publisher> <info name="serial" value="AGB-AEPP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="sheep (europe) (en,fr,de,es,it).bin" size="4194304" crc="75a92925" sha1="cb200350b4dc01dcdb0a52af11286aaca15cd786" offset="000000" /> @@ -30498,6 +32317,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20041104"/> <info name="alt_title" value="シカクいアタマをマルくする。アドバンス 漢字 計算"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="shikakui atama o maruku suru. advance - kanji, keisan (japan).bin" size="4194304" crc="e0a452a8" sha1="ff674a429e8a76cab47accaf6ca579194866733f" offset="000000" /> @@ -30513,6 +32333,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20041104"/> <info name="alt_title" value="シカクいアタマをマルくする。アドバンス 国語 算数 社会 理科"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="shikakui atama o maruku suru. advance - kokugo, sansuu, shakai, rika (japan).bin" size="4194304" crc="07695a6c" sha1="c1cf1478d79daf6c2717df6f19cad806bd7f6429" offset="000000" /> @@ -30528,6 +32349,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20021206"/> <info name="alt_title" value="志村けんのバカ殿様 爆笑 天下統一ゲーム"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="shimura ken no baka tonosama - bakushou tenka touitsu game (japan).bin" size="4194304" crc="f29e6e2d" sha1="b2f100650af2c8d6ec02c0a71774eeba22d6be2f" offset="000000" /> @@ -30543,6 +32365,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20050728"/> <info name="alt_title" value="新ボクらの太陽 逆襲のサバタ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="16777216"> <rom name="shin bokura no taiyou - gyakushuu no sabata (japan).bin" size="16777216" crc="af453162" sha1="2651c5e6875ac60abff734510d152166d211c87c" offset="000000" /> @@ -30555,6 +32378,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2006</year> <publisher>Atari</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="16777216"> <rom name="shin chan contra los munecos de shock gahn (spain).bin" size="16777216" crc="fd47a2fe" sha1="a328ae26f28d9500dd98c8484e35f44edc5ef4ea" offset="000000" /> @@ -30570,6 +32394,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030905"/> <info name="alt_title" value="新きせかえ物語"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="shin kisekae monogatari (japan).bin" size="8388608" crc="b65095bf" sha1="f1b56632820e51d5d11331574d3118dd7d1ccc80" offset="000000" /> @@ -30585,6 +32410,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030328"/> <info name="alt_title" value="真・女神転生"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="shin megami tensei (japan).bin" size="8388608" crc="b857c3c5" sha1="7851f7f061693d664672f47f2d2d714829cf52ac" offset="000000" /> @@ -30600,6 +32426,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20021115"/> <info name="alt_title" value="真・女神転生 デビルチルドレン 光の書"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="shin megami tensei devil children - hikari no sho (japan).bin" size="8388608" crc="5d7ee5af" sha1="9b32f90ae40c33ae3405928df9aafc86248dc90b" offset="000000" /> @@ -30615,6 +32442,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030912"/> <info name="alt_title" value="真・女神転生 デビルチルドレン 炎の書"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="shin megami tensei devil children - honoo no sho (japan).bin" size="8388608" crc="9a0903bc" sha1="8c29d6921e7db8b0e71094d32e32066ac13c500d" offset="000000" /> @@ -30630,6 +32458,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030912"/> <info name="alt_title" value="真・女神転生 デビルチルドレン 氷の書"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="shin megami tensei devil children - koori no sho (japan).bin" size="8388608" crc="ad80d5f9" sha1="8470a93bded96270d1403bb485f32c42edf1462a" offset="000000" /> @@ -30645,6 +32474,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20041104"/> <info name="alt_title" value="真・女神転生 デビルチルドレン メシアライザー"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="shin megami tensei devil children - messiah riser (japan).bin" size="8388608" crc="0ec98c51" sha1="9387947baa410c748ec5fab1ce9a07ae8047e398" offset="000000" /> @@ -30660,6 +32490,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030725"/> <info name="alt_title" value="真・女神転生 デビルチルドレン パズルdeコール!"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="shin megami tensei devil children - puzzle de call! (japan).bin" size="4194304" crc="ea8a185a" sha1="e70fc457b56c8e27ab63e491706b88232f598452" offset="000000" /> @@ -30675,6 +32506,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20021115"/> <info name="alt_title" value="真・女神転生 デビルチルドレン 闇の書"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="shin megami tensei devil children - yami no sho (japan).bin" size="8388608" crc="e0e153b7" sha1="236fd0e7c14f5d6db7fa2083766324341b9e5b39" offset="000000" /> @@ -30690,6 +32522,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030926"/> <info name="alt_title" value="真・女神転生II"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="shin megami tensei ii (japan).bin" size="8388608" crc="af40cc99" sha1="8a4a52eb5538d52762337ca045e5c85e00f19ff0" offset="000000" /> @@ -30705,6 +32538,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020329"/> <info name="alt_title" value="新日本プロレスリング 闘魂烈伝アドバンス"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="shin nihon pro wrestling - toukon retsuden advance (japan).bin" size="8388608" crc="9f0b8b79" sha1="8c7d119f4e9ac6dab2c308d1dfad5eabb0837014" offset="000000" /> @@ -30720,6 +32554,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20050324"/> <info name="alt_title" value="真・三国無双アドバンス"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="shin sangoku musou advance (japan).bin" size="16777216" crc="fe1be6c1" sha1="677cd51c1ecdde73a6f40ec2cd30d35c77db459a" offset="000000" /> @@ -30735,6 +32570,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20041216"/> <info name="alt_title" value="真型メダロット カブトバージョン"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="shingata medarot - kabuto version (japan).bin" size="8388608" crc="54af534d" sha1="c14e7612698342ccd495e4aef764d4083c5a4765" offset="000000" /> @@ -30750,6 +32586,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20041216"/> <info name="alt_title" value="真型メダロット クワガタバージョン"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="shingata medarot - kuwagata version (japan).bin" size="8388608" crc="0fd35628" sha1="573e980dffdee50d53b6f2a79d1db2d650731558" offset="000000" /> @@ -30765,6 +32602,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040805"/> <info name="alt_title" value="シャイニング・フォース 黒き竜の復活"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="shining force - kuroki ryuu no fukkatsu (japan).bin" size="8388608" crc="4a643cc4" sha1="4a5a91f3fb99b4012a7fabea3585f38edef6b8a6" offset="000000" /> @@ -30778,6 +32616,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-AF5P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="shining force - resurrection of the dark dragon (europe) (en,fr,de,es,it).bin" size="16777216" crc="07b06994" sha1="cbe41fbe05e3212c301487a87f6a654c2814196e" offset="000000" /> @@ -30791,6 +32630,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Atlus</publisher> <info name="serial" value="AGB-AF5E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="shining force - resurrection of the dark dragon (usa).bin" size="8388608" crc="563aa3a0" sha1="1bbda9142806265cc42645df433ede5d8db46e3e" offset="000000" /> @@ -30804,6 +32644,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Infogrames</publisher> <info name="serial" value="AGB-AHUP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_512" /> <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="8388608"> <rom name="shining soul (europe) (en,fr,de,es,it).bin" size="8388608" crc="74b5d069" sha1="6e80a65cca65236e405940c880b144d77f3f4f08" offset="000000" /> @@ -30819,6 +32660,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020328"/> <info name="alt_title" value="シャイニング・ソウル"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="8388608"> <rom name="shining soul (japan).bin" size="8388608" crc="521450d1" sha1="5fe69468dc1ecd9fb40f0ab3ca361963006dbb02" offset="000000" /> @@ -30832,6 +32674,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Atlus</publisher> <info name="serial" value="AGB-AHUE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_512" /> <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="8388608"> <rom name="shining soul (usa).bin" size="8388608" crc="e95bba0c" sha1="14723ead8634959b4fad027d9618c0860b82ea67" offset="000000" /> @@ -30845,6 +32688,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-AU2P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_512" /> <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="16777216"> <rom name="shining soul ii (europe) (en,fr,de,es,it).bin" size="16777216" crc="55e503c1" sha1="aa1288be9257337abdfe3034898cf6c7aa778fbc" offset="000000" /> @@ -30860,6 +32704,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030724"/> <info name="alt_title" value="シャイニング・ソウルII"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_512" /> <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="16777216"> <rom name="shining soul ii (japan).bin" size="16777216" crc="7b39a7b2" sha1="19856388caf5140f7527728bd09e20bcb8924eeb" offset="000000" /> @@ -30873,6 +32718,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Atlus</publisher> <info name="serial" value="AGB-AU2E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_512" /> <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="16777216"> <rom name="shining soul ii (usa).bin" size="16777216" crc="4038e282" sha1="541469b319a72ef4bc262483745526ac3eddd925" offset="000000" /> @@ -30888,6 +32734,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030829"/> <info name="alt_title" value="新約 聖剣伝説"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_512" /> <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="16777216"> <rom name="shinyaku seiken densetsu (japan).bin" size="16777216" crc="31b220e5" sha1="2970bd5cc070c989b6c0d486263366ee718e7aea" offset="000000" /> @@ -30903,6 +32750,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040422"/> <info name="alt_title" value="シレン・モンスターズ ネットサル"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="shiren monsters netsal (japan).bin" size="16777216" crc="c1f2b5ec" sha1="d0e522435e453ca33018b6b9d19778873f67b695" offset="000000" /> @@ -30916,6 +32764,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>TDK Mediactive</publisher> <info name="serial" value="AGB-AH4P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="shrek - hassle at the castle (europe) (en,fr,de,es,it,nl).bin" size="4194304" crc="cd8e4f85" sha1="be08132bc94ff89be2be3b60f9df6c4ac48ed2b2" offset="000000" /> @@ -30929,6 +32778,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>TDK Mediactive</publisher> <info name="serial" value="AGB-AH4E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="shrek - hassle at the castle (usa) (en,fr,de,es,it,nl).bin" size="4194304" crc="09e7472c" sha1="afeb14671fad093fec0b3ab0e95e01a01de9f4d8" offset="000000" /> @@ -30942,6 +32792,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>TDK Mediactive</publisher> <info name="serial" value="AGB-AOIP-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="shrek - reekin' havoc (europe) (en,fr,de,es,it,nl).bin" size="8388608" crc="1e4d4813" sha1="d044c5c52d52bbaa940ad4622e77eff075512d2e" offset="000000" /> @@ -30955,6 +32806,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>TDK Mediactive</publisher> <info name="serial" value="AGB-AOIE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="shrek - reekin' havoc (usa) (en,fr,de,es,it,nl).bin" size="8388608" crc="63f49ba9" sha1="af0bc8338e49be78ce6e85b59d1ddfca8a10f290" offset="000000" /> @@ -30968,6 +32820,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Activision</publisher> <info name="serial" value="AGB-B4IP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="shrek - smash n' crash racing (europe) (en,fr,de,es,it).bin" size="8388608" crc="a45857c4" sha1="6ecf2663c30491fa99ccea3e202d1ff5d0d498c8" offset="000000" /> @@ -30981,6 +32834,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Activision</publisher> <info name="serial" value="AGB-B4IE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="shrek - smash n' crash racing (usa).bin" size="8388608" crc="ea8ae3b2" sha1="a7bab40d1e4e1348e95458ba2e6252562b360d38" offset="000000" /> @@ -30995,6 +32849,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Activision</publisher> <info name="serial" value="AGB-B4UP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="shrek - super slam (europe) (en,fr,de,es,it,nl).bin" size="8388608" crc="df73101e" sha1="40ab4f4a252963677c39eac7f5363897696676d1" offset="000000" /> @@ -31009,6 +32864,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Activision</publisher> <info name="serial" value="AGB-B4UE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="shrek - super slam (usa).bin" size="8388608" crc="e2ec9eed" sha1="39fe7e57e34fbcb65c3d7fd68ce0f09763571718" offset="000000" /> @@ -31022,6 +32878,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>TDK Mediactive</publisher> <info name="serial" value="AGB-AS4E-USA, AGB-AS4P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="shrek - swamp kart speedway (usa, europe) (en,fr,de,es,it,nl).bin" size="8388608" crc="91483d87" sha1="e4897b897eac0d852789d5fca2cc587faec04b6e" offset="000000" /> @@ -31035,6 +32892,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Activision</publisher> <info name="serial" value="AGB-BSSE-USA, AGB-BSSP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="shrek 2 (usa, europe).bin" size="8388608" crc="52ff42d4" sha1="d3c3201f4a401b337009e667f5b001d5e12ece83" offset="000000" /> @@ -31047,6 +32905,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2004</year> <publisher>Activision</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="shrek 2 - beg for mercy (europe) (fr,de,es,it).bin" size="8388608" crc="b6e091ce" sha1="e0699fea7e3bc400675dbbee6aaf961c55b8b083" offset="000000" /> @@ -31060,6 +32919,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Activision</publisher> <info name="serial" value="AGB-BSIE-USA, AGB-BSIP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="shrek 2 - beg for mercy (usa, europe).bin" size="8388608" crc="f1861610" sha1="c5873294bb79b9252da82b02cc53ee7e8f4e663c" offset="000000" /> @@ -31073,6 +32933,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Activision</publisher> <info name="serial" value="AGB-B3HP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="shrek the third (europe) (en,fr,de,es,it,nl).bin" size="8388608" crc="da1ee1e5" sha1="172100399f6f9f3367c251c2c9302073ae57f1c7" offset="000000" /> @@ -31086,6 +32947,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Activision</publisher> <info name="serial" value="AGB-B3HE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="shrek the third (usa).bin" size="8388608" crc="d7d1da8d" sha1="7b87c84c746be668e89ce94500a3f22dbc206e55" offset="000000" /> @@ -31099,6 +32961,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Namco</publisher> <!-- Atari in Europe --> <info name="serial" value="AGB-B3GE-USA, AGB-B3GP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="sigma star saga (usa, europe).bin" size="8388608" crc="a8b80a7c" sha1="132222e0c0ddacb6281cc2eb4489ed6c8719dac2" offset="000000" /> @@ -31112,6 +32975,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Konami</publisher> <info name="serial" value="AGB-AIPP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="silent scope (europe) (en,fr,de,es,it).bin" size="8388608" crc="f03728f3" sha1="53a2f56d21fd7c7ecdd021c26c5d4a768002ab30" offset="000000" /> @@ -31127,6 +32991,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20021017"/> <info name="alt_title" value="サイレントスコープ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="silent scope (japan).bin" size="8388608" crc="8ab024e0" sha1="7c8362369188e41df4c4e1f737d95906947c09c2" offset="000000" /> @@ -31140,6 +33005,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Konami</publisher> <info name="serial" value="AGB-AIPE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="silent scope (usa) (en,fr,de,es,it).bin" size="8388608" crc="c5ce1b2c" sha1="22d8d57ac4b274933adb492fee2b32bbc7b6e9bb" offset="000000" /> @@ -31155,6 +33021,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20021031"/> <info name="alt_title" value="コットン"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="silk to cotton (japan).bin" size="8388608" crc="515e2127" sha1="4f8ddc1fa2c8b00355ad9f09f1bc994a7d5575c7" offset="000000" /> @@ -31168,6 +33035,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Zoo Digital Publishing</publisher> <info name="serial" value="AGB-A5CP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="sim city 2000 (europe) (en,fr,de,es,it).bin" size="4194304" crc="a74187d3" sha1="ad31cb6237a888b51585ccd58077b5f8317ce192" offset="000000" /> @@ -31181,6 +33049,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>DSI Games</publisher> <info name="serial" value="AGB-A5CE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="sim city 2000 (usa).bin" size="4194304" crc="733751b3" sha1="8999c32301ef811da086e9599d7e7d6cf1533a70" offset="000000" /> @@ -31196,6 +33065,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030320"/> <info name="alt_title" value="シンプルつくろうともだちシリーズ:SIMPLE2960ともだちシリーズVol.1 THE テーブルゲームコレクション 〜麻雀・将棋・花札・リバーシ〜"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="simple 2960 tomodachi series vol. 1 - the table game collection (japan).bin" size="4194304" crc="8b72ba3c" sha1="d72780a63b98dee8eab14b71896d21237ba44df4" offset="000000" /> @@ -31211,6 +33081,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030320"/> <info name="alt_title" value="シンプルつくろうともだちシリーズ:SIMPLE2960ともだちシリーズVol.2 THE ブロックくずし"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="simple 2960 tomodachi series vol. 2 - the block kuzushi (japan).bin" size="4194304" crc="e731fd45" sha1="6435a2492072864fed7c43ff4792328f981c036f" offset="000000" /> @@ -31226,6 +33097,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20031218"/> <info name="alt_title" value="シンプルつくろうともだちシリーズ:SIMPLE2960ともだちシリーズVol.3 THE いつでもパズル 〜まっすぐ揃えてストローズ〜"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="simple 2960 tomodachi series vol. 3 - the itsudemo puzzle - massugu soroeru straws (japan).bin" size="4194304" crc="49b92627" sha1="4454f88bfb6f04c5a3f231c8983fc22bcc61fde2" offset="000000" /> @@ -31241,6 +33113,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20031218"/> <info name="alt_title" value="シンプルつくろうともだちシリーズ:SIMPLE2960ともだちシリーズVol.4 THE トランプ 〜みんなで遊べる12種類のトランプゲーム〜"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="simple 2960 tomodachi series vol. 4 - the trump - minna de asoberu 12 shurui no trump game (japan).bin" size="4194304" crc="a6fc701f" sha1="e487e3db4498c27dd37d601ad973ec9d1bde5677" offset="000000" /> @@ -31276,6 +33149,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <year>2006</year> <publisher>Electronic Arts</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_512" /> <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="33554432"> <rom name="sims 2, the - pets (europe) (en,fr,de,es,it,nl).bin" size="33554432" crc="87f8599c" sha1="c708fb879bd42407f06441258ff5fe4cf733fb68" offset="000000" /> @@ -31289,6 +33163,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>Electronic Arts</publisher> <info name="serial" value="AGB-B4OE-USA, AGB-B4OP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_512" /> <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="33554432"> <rom name="sims 2, the - pets (usa, europe).bin" size="33554432" crc="ec1f4029" sha1="2e95efa31441f7effaf4dd5f9db97143ca53232d" offset="000000" /> @@ -31304,6 +33179,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20040122"/> <info name="alt_title" value="ザ・シムズ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="16777216"> <rom name="sims, the (japan).bin" size="16777216" crc="89956199" sha1="227857e4ae380668cbc467f5a7a30c6a3a77a180" offset="000000" /> @@ -31319,6 +33195,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20030320"/> <info name="alt_title" value="シスター・プリンセス 〜リピュア〜"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="sister princess - repure (japan).bin" size="8388608" crc="6845c671" sha1="957dd040f00167d82a497d62ac23984f1de00450" offset="000000" /> @@ -31346,6 +33223,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20011214"/> <info name="alt_title" value="SK8 Tony Hawk's PRO SKATER 2"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="sk8 - tony hawk's pro skater 2 (japan).bin" size="8388608" crc="91f93500" sha1="1b90fb68a7fb15b5efa6bed5080639229c77977a" offset="000000" /> @@ -31385,6 +33263,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20031114"/> <info name="alt_title" value="スライムもりもり ドラゴンクエスト 衝撃のしっぽ団"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="slime morimori dragon quest - shougeki no shippo dan (japan).bin" size="8388608" crc="1194d33b" sha1="2aed7c064911cd726cbfccf0131da69caa27f48f" offset="000000" /> @@ -31400,6 +33279,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020426"/> <info name="alt_title" value="スロット!プロ2 アドバンス - GO GO ジャグラー&Newタイリョウ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="slot! pro 2 advance - gogo juggler & new tairyou (japan).bin" size="4194304" crc="4da0b936" sha1="b3677ed0c4ddc146897a449c03df996e8fc0df3c" offset="000000" /> @@ -31415,6 +33295,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20011228"/> <info name="alt_title" value="スロット!プロ アドバンス - 宝船&大江戸桜吹雪2"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="slot! pro advance - takarabune & ooedo sakurafubuki 2 (japan).bin" size="8388608" crc="d9a8d01f" sha1="47440fa1dc5525595a1d95bde4ccdd5755365138" offset="000000" /> @@ -31491,6 +33372,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20020117"/> <info name="alt_title" value="スナップキッズ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="snap kid's (japan).bin" size="16777216" crc="41e35c6a" sha1="3e1d536762344d46e6948cc4d9c18b00d5284164" offset="000000" /> @@ -31566,6 +33448,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20011220"/> <info name="alt_title" value="ソニックアドバンス"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="8388608"> <rom name="sonic advance (japan) (en,ja) (rev 1).bin" size="8388608" crc="85957a24" sha1="f43faca5d8df354a63471aebfea3be125e797e51" offset="000000" /> @@ -31581,6 +33464,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <info name="release" value="20011220"/> <info name="alt_title" value="ソニックアドバンス"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="8388608"> <rom name="sonic advance (japan) (en,ja).bin" size="8388608" crc="5f512223" sha1="8dab4c2d38bd13ed88f98a9210cd0cb4ff11520c" offset="000000" /> @@ -31594,6 +33478,7 @@ Note: In the AGB-E05-XX and AGB-E06-XX pcbs, the chip name is hidden under the b <publisher>THQ</publisher> <info name="serial" value="AGB-ASOE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="8388608"> <rom name="sonic advance (usa) (en,ja).bin" size="8388608" crc="63f70fd8" sha1="d842afa7dd1e84de08addb94a51506f1bcafd551" offset="000000" /> @@ -31608,6 +33493,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <year>2002</year> <publisher>Infogrames</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="8388608"> <rom name="sonicadvance_asoe00_prototype.bin" size="8388608" crc="a80de3b2" sha1="aae6516f72309920acd9fafd03a9d09e35cf755f" offset="000000" /> @@ -31624,6 +33510,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Infogrames</publisher> <info name="serial" value="AGB-A2NP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_512" /> <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="16777216"> <rom name="sonic advance 2 (europe) (en,ja,fr,de,es,it).bin" size="16777216" crc="89509891" sha1="b0f64bdca097f2de8f05ac4c8caea2b80c5faeb1" offset="000000" /> @@ -31639,6 +33526,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20021219"/> <info name="alt_title" value="ソニックアドバンス2"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_512" /> <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="16777216"> <rom name="sonic advance 2 (japan) (en,ja,fr,de,es,it).bin" size="16777216" crc="513804ff" sha1="dffd0188fc78154b42b401398a224ae0713edf23" offset="000000" /> @@ -31652,6 +33540,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>THQ</publisher> <info name="serial" value="AGB-A2NE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_512" /> <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="16777216"> <rom name="sonic advance 2 (usa) (en,ja,fr,de,es,it).bin" size="16777216" crc="7efee7f7" sha1="7bcd6a07af7c894746fa28073fe0c0e34408022d" offset="000000" /> @@ -31665,6 +33554,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <year>2003</year> <publisher>THQ</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_512" /> <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="33554432"> <rom name="sadv2p.bin" size="33554432" crc="6d7567ed" sha1="2f9f54dae081f2155aab3753c779a9631f0af433" offset="000000" /> @@ -31677,6 +33567,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <year>2004</year> <publisher>Sega</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_512" /> <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="16777216"> <rom name="sonic advance 3 (europe) (en,ja,fr,de,es,it) (beta).bin" size="16777216" crc="4c93dac6" sha1="dcdd05854b47c52a74ff13f8d50cb1c7f612e376" offset="000000" /> @@ -31690,6 +33581,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>THQ</publisher> <info name="serial" value="AGB-B3SP-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_512" /> <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="16777216"> <rom name="sonic advance 3 (europe) (en,ja,fr,de,es,it).bin" size="16777216" crc="5bf83456" sha1="685af3a2dc0f1b3f8922e73ec42c1dc92e210e39" offset="000000" /> @@ -31705,6 +33597,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20040617"/> <info name="alt_title" value="ソニックアドバンス3"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_512" /> <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="16777216"> <rom name="sonic advance 3 (japan) (en,ja,fr,de,es,it).bin" size="16777216" crc="4375f1d6" sha1="bf8a4a7db9b5f45dd4ffebce67585d6556055ed4" offset="000000" /> @@ -31718,6 +33611,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>THQ</publisher> <info name="serial" value="AGB-B3SE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_512" /> <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="16777216"> <rom name="sonic advance 3 (usa) (en,ja,fr,de,es,it).bin" size="16777216" crc="49dda5e6" sha1="30db467effa5014806d42db57e2299398a51355b" offset="000000" /> @@ -31731,6 +33625,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>THQ</publisher> <info name="serial" value="AGB-BSBP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_512" /> <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="16777216"> <rom name="sonic battle (europe) (en,ja,fr,de,es,it).bin" size="16777216" crc="d0f65125" sha1="29f19b564020bd4667c33827b39adae7ade74679" offset="000000" /> @@ -31746,6 +33641,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20031204"/> <info name="alt_title" value="ソニックバトル"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_512" /> <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="16777216"> <rom name="sonic battle (japan) (en,ja).bin" size="16777216" crc="7305ac30" sha1="ec68166a437895953bbbce256ebefaebb77c0156" offset="000000" /> @@ -31759,6 +33655,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>THQ</publisher> <info name="serial" value="AGB-BSBE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_512" /> <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="16777216"> <rom name="sonic battle (usa) (en,ja,fr,de,es,it).bin" size="16777216" crc="9ec9d86f" sha1="8cf4fbbe73f6b1907ab9997caab4c4e7d9708937" offset="000000" /> @@ -31772,6 +33669,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Sega</publisher> <info name="serial" value="AGB-A86P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_512" /> <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="8388608"> <rom name="sonic pinball party (europe) (en,ja,fr,de,es,it).bin" size="8388608" crc="4435917e" sha1="153cbdf30d133f92fa811a212b3d8bf6857fd29c" offset="000000" /> @@ -31787,6 +33685,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20030717"/> <info name="alt_title" value="ソニックピンボールパーティ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_512" /> <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="8388608"> <rom name="sonic pinball party (japan) (en,ja,fr,de,es,it).bin" size="8388608" crc="43b5f167" sha1="b458f8c15178025960974fc520a9b28e8a7c25ee" offset="000000" /> @@ -31800,6 +33699,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Sega</publisher> <info name="serial" value="AGB-A86E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_512" /> <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="8388608"> <rom name="sonic pinball party (usa) (en,ja,fr,de,es,it).bin" size="8388608" crc="08794743" sha1="92b5c19cb4dee8fdfc15a8abdc699822d5373042" offset="000000" /> @@ -31813,6 +33713,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Sega</publisher> <info name="serial" value="AGB-BIJE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="sonic the hedgehog - genesis (usa).bin" size="4194304" crc="027bc70d" sha1="31b9dee3b9289a32218f0e39667a6c2504e3f3d0" offset="000000" /> @@ -31850,6 +33751,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Atari</publisher> <info name="serial" value="AGB-A5UP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="space channel 5 - ulala's cosmic attack (europe).bin" size="8388608" crc="0f105694" sha1="876cb25df118b29e37006bd3894abfc79f229b82" offset="000000" /> @@ -31863,6 +33765,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>THQ</publisher> <info name="serial" value="AGB-A5UE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="space channel 5 - ulala's cosmic attack (usa).bin" size="8388608" crc="0666f37a" sha1="b5401223641a45dd7ccde5504d517ed765d34484" offset="000000" /> @@ -31878,6 +33781,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20010427"/> <info name="alt_title" value="スペースヘキサイト メーテルレジェンドEX"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="space hexcite - maetel legend ex (japan).bin" size="4194304" crc="bd4e6008" sha1="7154e2f38137ce6f51ffff4f1e25c94aabd1fbf5" offset="000000" /> @@ -31890,6 +33794,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <year>2002</year> <publisher>Activision</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="space invaders (france).bin" size="4194304" crc="59372656" sha1="899d6760c40b52351b7efe7a155304aafe2a77f7" offset="000000" /> @@ -31903,6 +33808,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Activision</publisher> <info name="serial" value="AGB-AIDE-USA, AGB-AIDP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="space invaders (usa, europe).bin" size="4194304" crc="5ea3f3b5" sha1="dbb39eadef98a3f8c7de0de889b2932dbe293283" offset="000000" /> @@ -31918,6 +33824,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20020802"/> <info name="alt_title" value="スペースインベーダーEX"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="space invaders ex (japan).bin" size="4194304" crc="297b9854" sha1="ae8cace77baccdb8f25c9b44ea3cf64d881b91a8" offset="000000" /> @@ -31931,6 +33838,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Wanadoo</publisher> <info name="serial" value="AGB-AS6P-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="speedball 2 - brutal deluxe (europe) (en,fr,de,es,it).bin" size="4194304" crc="051f3d0d" sha1="82113a8ea6e70ab347dc2778b0fe98ab9e142e55" offset="000000" /> @@ -31943,6 +33851,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <year>2002</year> <publisher>Activision</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="spider-man (france).bin" size="8388608" crc="832ea2b1" sha1="4f59528790e57cc469925ac933fb0f758bbe4d67" offset="000000" /> @@ -31955,6 +33864,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <year>2002</year> <publisher>Activision</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="spider-man (germany).bin" size="8388608" crc="e9d9b35f" sha1="da1b9d0c430a1967de37798f245ffc9ef1f05e47" offset="000000" /> @@ -31968,6 +33878,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Activision</publisher> <info name="serial" value="AGB-AKXE-USA, AGB-AKXP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="spider-man (usa, europe).bin" size="8388608" crc="406265b8" sha1="c81efc39de8349d63ad30e72bbf3b049f37e542a" offset="000000" /> @@ -31981,6 +33892,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Activision</publisher> <info name="serial" value="AGB-BC9P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="spider-man - battle for new york (europe) (en,fr,de,es,it).bin" size="16777216" crc="ad2c404c" sha1="ff31b61ecae695b7e67e39a9fb46999d3cfd4632" offset="000000" /> @@ -31994,6 +33906,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Activision</publisher> <info name="serial" value="AGB-BC9E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="spider-man - battle for new york (usa).bin" size="16777216" crc="6310ba16" sha1="66561b33af0f427b74950ed0ab33afd0ec68957e" offset="000000" /> @@ -32009,6 +33922,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20020426"/> <info name="alt_title" value="スパイダーマン - ミステリオの脅威"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="spider-man - mysterio no kyoui (japan).bin" size="8388608" crc="f8125c4b" sha1="4e7504a3692a56819398d1c79a9a0ffb84507864" offset="000000" /> @@ -32033,6 +33947,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <year>2004</year> <publisher>Activision</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="spider-man 2 (europe) (en,fr,de,es).bin" size="16777216" crc="821838bc" sha1="042CBC4C7F720A4B0C9A2CB3E77B2339DB346A1E" offset="000000" /> @@ -32045,6 +33960,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <year>2004</year> <publisher>Activision</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="spider-man 2 (italy).bin" size="16777216" crc="66340f23" sha1="fe8cea2389676d965051368aabd6cc614ffabd28" offset="000000" /> @@ -32058,6 +33974,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Activision</publisher> <info name="serial" value="AGB-BSPE-USA, AGB-BSPP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="spider-man 2 (usa, europe).bin" size="16777216" crc="0145f3f4" sha1="bb4a913f73139754dda95eb6b63d3b07501da970" offset="000000" /> @@ -32071,6 +33988,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Activision</publisher> <info name="serial" value="AGB-BI3P-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="spider-man 3 (europe).bin" size="8388608" crc="6be8d68c" sha1="1645faf08abe193ce910bbf6a6af5ede3dceca62" offset="000000" /> @@ -32083,6 +34001,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <year>2007</year> <publisher>Activision</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="spider-man 3 (france).bin" size="8388608" crc="450d1d48" sha1="12720c39f1dd44837ccde15f5b347977879a63a8" offset="000000" /> @@ -32095,6 +34014,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <year>2007</year> <publisher>Activision</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="spider-man 3 (germany).bin" size="8388608" crc="fda3c9dd" sha1="f67af0a5c0a37c48f808dd74eee6e95724a9a5d7" offset="000000" /> @@ -32107,6 +34027,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <year>2007</year> <publisher>Activision</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="spider-man 3 (italy).bin" size="8388608" crc="e8fb4b9a" sha1="9bb721ed726f6cd523c064bce4a863ba096b2980" offset="000000" /> @@ -32119,6 +34040,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <year>2007</year> <publisher>Activision</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="spider-man 3 (spain).bin" size="8388608" crc="e6251fd3" sha1="2a8e6a5e71bd670ed7803ccd9ffcf7f9897cb4c5" offset="000000" /> @@ -32132,6 +34054,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Activision</publisher> <info name="serial" value="AGB-BI3E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="spider-man 3 (usa).bin" size="8388608" crc="ad0228a1" sha1="f3f7f759d345eed0f5faee3488b86916c6ae1efe" offset="000000" /> @@ -32242,6 +34165,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>THQ</publisher> <info name="serial" value="AGB-BO4P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="spongebob squarepants - creature from the krusty krab (europe) (en,fr,de,es,it,nl,sv,da).bin" size="8388608" crc="7580fbd6" sha1="a2543c78c3d97d08a50646a2646b1b171facccb9" offset="000000" /> @@ -32255,6 +34179,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>THQ</publisher> <info name="serial" value="AGB-BO4E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="spongebob squarepants - creature from the krusty krab (usa).bin" size="8388608" crc="51ce91d6" sha1="1ec8b5d234ecdc8fa61a5850a76d1d407dac3333" offset="000000" /> @@ -32268,6 +34193,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>THQ</publisher> <info name="serial" value="AGB-BQQP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="spongebob squarepants - lights, camera, pants! (europe) (en,fr,de,es,it,nl,sv).bin" size="8388608" crc="c189013d" sha1="09d945acc251000c49539a3f18b21e48520ec8ad" offset="000000" /> @@ -32281,6 +34207,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>THQ</publisher> <info name="serial" value="AGB-BQQE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="spongebob squarepants - lights, camera, pants! (usa).bin" size="4194304" crc="23297579" sha1="4c3c7ae6d1bf3d46bab640911aa2bb9094cc31f2" offset="000000" /> @@ -32293,6 +34220,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <year>2002</year> <publisher>THQ</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8166400"> <rom name="spongebob squarepants - revenge of the flying dutchman (usa) (beta).bin" size="8166400" crc="4f21757d" sha1="7d59035ecd7f7db78368de499667b79ff4899237" offset="000000" /> @@ -32317,6 +34245,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <year>2007</year> <publisher>THQ</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="spongebob squarepants and friends - battle for volcano island (europe) (en,fr,de,es,it,nl).bin" size="4194304" crc="033229a7" sha1="7bd6de4d9f93dd531a7b4acf9be14d38cc73bc85" offset="000000" /> @@ -32330,6 +34259,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>THQ</publisher> <info name="serial" value="AGB-BCCP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="spongebob squarepants and friends in freeze frame frenzy (europe) (en,fr,de,es,nl).bin" size="4194304" crc="fc339fc7" sha1="68e3393496e93704a9484e544aec87cdb81acb04" offset="000000" /> @@ -32366,6 +34296,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <year>2004</year> <publisher>THQ</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="6871418"> <rom name="spongebob squarepants movie, the (usa) (beta).bin" size="6871418" crc="df3d16a1" sha1="68c7be5be01db6d428a4fe7c5b54ec58f6f793e4" offset="000000" /> @@ -32403,6 +34334,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>BAM! Entertainment</publisher> <info name="serial" value="AGB-AKBE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="sports illustrated for kids - baseball (usa).bin" size="4194304" crc="616088df" sha1="a262d54f5f9fc35e7ce410b834f3bcd2aa163f10" offset="000000" /> @@ -32416,6 +34348,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>BAM! Entertainment</publisher> <info name="serial" value="AGB-AKFE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="sports illustrated for kids - football (usa).bin" size="4194304" crc="9972779d" sha1="6ec5d8929961ca01bbe10208025c72a15dbbedab" offset="000000" /> @@ -32429,6 +34362,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Activision</publisher> <info name="serial" value="AGB-B23E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="sportsman's pack (usa).bin" size="8388608" crc="2e725460" sha1="90f0d361aa0282968e2e1320f9e6200cc3d843d3" offset="000000" /> @@ -32442,6 +34376,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Midway</publisher> <info name="serial" value="AGB-AHNP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="spy hunter (europe) (en,ja,fr,de,es).bin" size="8388608" crc="4f196612" sha1="40afc8143490745d8724ee1436acf0601f178d3f" offset="000000" /> @@ -32455,6 +34390,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Midway</publisher> <info name="serial" value="AGB-AHNE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="spy hunter (usa) (en,ja,fr,de,es).bin" size="8388608" crc="b04892c9" sha1="0cd7527b1ac7e23f14c1eea8b7c58d800d859b38" offset="000000" /> @@ -32468,6 +34404,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>THQ</publisher> <info name="serial" value="AGB-AV3P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="spy kids 3-d - game over (europe).bin" size="8388608" crc="a93601f5" sha1="37dce24e68a0baac5705fb370c05ebd3784e71fb" offset="000000" /> @@ -32481,6 +34418,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Disney Interactive</publisher> <info name="serial" value="AGB-AV3E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="spy kids 3-d - game over (usa).bin" size="8388608" crc="96128b31" sha1="5e722deddbac98a9206278c914a16cf9ccab7ae4" offset="000000" /> @@ -32494,6 +34432,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Disney Interactive</publisher> <info name="serial" value="AGB-A2KE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="spy kids challenger (usa).bin" size="4194304" crc="e8227e41" sha1="3f208388a94e14b34b95155fdb488128283d2da3" offset="000000" /> @@ -32519,6 +34458,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Universal Interactive</publisher> <info name="serial" value="AGB-AOWE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="spyro - attack of the rhynocs (usa).bin" size="8388608" crc="13f10a1e" sha1="286fe14e15bc34e3605186876878e655ef43294c" offset="000000" /> @@ -32532,6 +34472,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Universal Interactive</publisher> <info name="serial" value="AGB-ASYP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="spyro - season of ice (europe) (en,fr,de,es,it).bin" size="8388608" crc="afd25827" sha1="854e788e5e1316b7d5cdf6b961d0969e5cd62119" offset="000000" /> @@ -32545,6 +34486,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Universal Interactive</publisher> <info name="serial" value="AGB-ASYE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="spyro - season of ice (usa).bin" size="8388608" crc="2f2389d2" sha1="a9768fa99ae74034ab19a45b30004306f1deff89" offset="000000" /> @@ -32558,6 +34500,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Universal Interactive</publisher> <info name="serial" value="AGB-A2SP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="spyro 2 - season of flame (europe) (en,fr,de,es,it).bin" size="8388608" crc="104b4caa" sha1="923edaaf9cf7dbbd3c68cc4ffb171c4e308687ac" offset="000000" /> @@ -32571,6 +34514,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Universal Interactive</publisher> <info name="serial" value="AGB-A2SE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="spyro 2 - season of flame (usa).bin" size="8388608" crc="37e120e7" sha1="53e77c7e4a895e0652ec2ca2c9b4a590e84abdca" offset="000000" /> @@ -32597,6 +34541,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20021226"/> <info name="alt_title" value="スパイロ アドバンス"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="spyro advance (japan).bin" size="8388608" crc="42dd5dd9" sha1="b6c54447b0256a6e0ca0b6d3dc6faae1c1df54d7" offset="000000" /> @@ -32612,6 +34557,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20041209"/> <info name="alt_title" value="スパイロ アドバンス わくわく友ダチ大作戦!"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="spyro advance - wakuwaku tomodachi daisakusen! (japan).bin" size="16777216" crc="91a9e2cc" sha1="19bc078dfa9cb3c15d1042c6cfdc7fffa4e165ce" offset="000000" /> @@ -32625,6 +34571,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Universal Interactive</publisher> <info name="serial" value="AGB-AOWP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="spyro adventure (europe) (en,fr,de,es,it,nl).bin" size="8388608" crc="1f62d660" sha1="0f4aa43d6e0ad5b5007a6114f679ee0fdf77793f" offset="000000" /> @@ -32638,6 +34585,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Vivendi Universal</publisher> <info name="serial" value="AGB-BSTE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="spyro orange - the cortex conspiracy (usa).bin" size="16777216" crc="a9915baf" sha1="e76783d027fb1cd6426bfe3d482c595b585e32ae" offset="000000" /> @@ -32651,6 +34599,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Electronic Arts</publisher> <info name="serial" value="AGB-BSXE-USA, AGB-BSXP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="ssx 3 (usa, europe).bin" size="8388608" crc="8232f58a" sha1="4f2bd55bcd3118e10520179e285aae897aa21898" offset="000000" /> @@ -32664,6 +34613,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Electronic Arts</publisher> <info name="serial" value="AGB-AXYE-USA, AGB-AXYP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="ssx tricky (usa, europe) (en,fr,de).bin" size="8388608" crc="e0988123" sha1="e7a07a86b09514f76213afc4aa2f416475a1e2f8" offset="000000" /> @@ -32713,6 +34663,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Ubisoft</publisher> <info name="serial" value="AGB-BE3P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="star wars - episode iii - revenge of the sith (europe) (en,fr,de,es,it,nl).bin" size="8388608" crc="fd49236b" sha1="4ba5e5a6174bad9369f088f801c743f88616c5f4" offset="000000" /> @@ -32726,6 +34677,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Ubisoft</publisher> <info name="serial" value="AGB-BE3E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="star wars - episode iii - revenge of the sith (usa) (en,fr,es).bin" size="8388608" crc="3e34aab7" sha1="146a5ae97832131d41698c182ce58176b7bb848f" offset="000000" /> @@ -32787,6 +34739,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Ubisoft</publisher> <info name="serial" value="AGB-BCKP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="star wars trilogy - apprentice of the force (europe) (en,fr,de,es,it,nl).bin" size="8388608" crc="c9f0c492" sha1="51ffd3684d9bd8140d8c7969d7eb2096dd2424a5" offset="000000" /> @@ -32800,6 +34753,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Ubisoft</publisher> <info name="serial" value="AGB-BCKE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="star wars trilogy - apprentice of the force (usa) (en,fr,es).bin" size="8388608" crc="714a0d3a" sha1="b6c09b9f5588ff81aeb4bd5ed886933993f4575f" offset="000000" /> @@ -32848,6 +34802,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Empire Entertainment</publisher> <info name="serial" value="AGB-AYHE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="starsky & hutch (usa).bin" size="4194304" crc="b3993252" sha1="6704673f62034b2599cec9ef3520a52e68eb8fba" offset="000000" /> @@ -32861,6 +34816,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Zoo Digital Publishing</publisher> <info name="serial" value="AGB-BKTP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="steel empire (europe).bin" size="4194304" crc="cb91922e" sha1="b280937636a533020bf42591cc246b221a16f94e" offset="000000" /> @@ -32874,6 +34830,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>The Game Factory</publisher> <info name="serial" value="AGB-B35P-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="strawberry shortcake - ice cream island - riding camp (europe) (en,fr,de,es,it,nl,pt,da).bin" size="8388608" crc="c40220cf" sha1="abf63b6dee8368b06b3e6dbee5844314f1f292f3" offset="000000" /> @@ -32911,6 +34868,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Majesco</publisher> <info name="serial" value="AGB-B4TE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="strawberry shortcake - sweet dreams (usa).bin" size="4194304" crc="53384966" sha1="77210297d7d2890e0d2c34b5a8aa933857486b57" offset="000000" /> @@ -32924,6 +34882,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Ubi Soft</publisher> <info name="serial" value="AGB-AZUP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="street fighter alpha 3 (europe).bin" size="8388608" crc="93c5cf69" sha1="335c216bec0ff27bccdadb4e97c623485ea5902a" offset="000000" /> @@ -32937,6 +34896,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Capcom</publisher> <info name="serial" value="AGB-AZUE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="street fighter alpha 3 (usa).bin" size="8388608" crc="80b707c2" sha1="7fd4258bcd2bf639e1ec98b7a7ec7218fcf5859e" offset="000000" /> @@ -32952,6 +34912,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20020927"/> <info name="alt_title" value="ストリートファイターゼロ3アッパー"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="street fighter zero 3 upper (japan).bin" size="8388608" crc="8d5d0eab" sha1="5e8233351ed25a6879f5ff7596b29b45dca24c12" offset="000000" /> @@ -32965,6 +34926,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>DSI Games</publisher> <!-- Zoo Digital in Europe --> <info name="serial" value="AGB-A3ZE-USA, AGB-A3ZP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="street jam basketball (usa, europe).bin" size="4194304" crc="3f20a970" sha1="7716d661cc8027f2a59c53dbf301365b82e86624" offset="000000" /> @@ -32978,6 +34940,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Zoo Digital Publishing</publisher> <info name="serial" value="AGB-BCZP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="street racing syndicate (europe) (en,fr,de,es,it).bin" size="4194304" crc="ac24888b" sha1="0536c9d6b0732337eaa6764d918f3b314b96c063" offset="000000" /> @@ -32991,6 +34954,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>DSI Games</publisher> <info name="serial" value="AGB-BCZE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="street racing syndicate (usa).bin" size="4194304" crc="f44b6a70" sha1="4981be37d8cd402de5a80f17f754c207bd5cfea8" offset="000000" /> @@ -33051,6 +35015,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Atari</publisher> <info name="serial" value="AGB-AUXP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="stuntman (europe) (en,fr,de,es,it).bin" size="4194304" crc="62a678ab" sha1="fb61638e964a02e3dbda9f4c1b3bbe7b195bba9c" offset="000000" /> @@ -33064,6 +35029,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Atari</publisher> <info name="serial" value="AGB-AUXE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="stuntman (usa) (en,fr,es).bin" size="4194304" crc="0d58ba07" sha1="b9f5fdc3bc755490439440ffcd95e53b3f9f6c06" offset="000000" /> @@ -33079,6 +35045,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20051208"/> <info name="alt_title" value="シュガシュガルーン ハートがいっぱい萌黄学園"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="sugar sugar rune - heart ga ippai! moegi gakuen (japan).bin" size="8388608" crc="0a4e0ed2" sha1="d98f17f4d276e179a057326507636da1d5be93f4" offset="000000" /> @@ -33092,6 +35059,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Buena Vista Games</publisher> <info name="serial" value="AGB-BZCE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="suite life of zack & cody, the - tipton caper (usa) (en,fr).bin" size="8388608" crc="1d33dd2c" sha1="13bd8f4fa4c08b8f1b9d400d0917c0e62cf666fd" offset="000000" /> @@ -33105,6 +35073,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Ubi Soft</publisher> <info name="serial" value="AGB-AA6P-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="sum of all fears, the (europe) (en,fr,de,es,it).bin" size="8388608" crc="aea15c21" sha1="062d29417972da4279e8e9069631f5b9f6c0e612" offset="000000" /> @@ -33118,6 +35087,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Ubi Soft</publisher> <info name="serial" value="AGB-AA6E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="sum of all fears, the (usa) (en,fr,de,es,it).bin" size="8388608" crc="166391d1" sha1="364b880a0457cec827929247b4885d0351fa2982" offset="000000" /> @@ -33133,6 +35103,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20030425"/> <info name="alt_title" value="サモンナイト クラフトソード物語"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="summon night - craft sword monogatari (japan).bin" size="8388608" crc="a5d38236" sha1="b137e310696be2a148e6201320fcda3551f32e8a" offset="000000" /> @@ -33148,6 +35119,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20051208"/> <info name="alt_title" value="サモンナイト クラフトソード物語 〜はじまりの石〜"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="33554432"> <rom name="summon night - craft sword monogatari - hajimari no ishi (japan).bin" size="33554432" crc="12afae5d" sha1="3f5253fcf57e07ce52472bd29a61d16b98a12376" offset="000000" /> @@ -33163,6 +35135,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20040820"/> <info name="alt_title" value="サモンナイト クラフトソード物語2"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="16777216"> <rom name="summon night - craft sword monogatari 2 (japan).bin" size="16777216" crc="8cd98f6f" sha1="738c64fec6ecf9bccb91500641fbb8ba37e865da" offset="000000" /> @@ -33176,6 +35149,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Atlus</publisher> <info name="serial" value="AGB-AB4E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="summon night - swordcraft story (usa).bin" size="8388608" crc="3ea860c2" sha1="3fa7e703d48e070d9c762c2404e91a566a50166e" offset="000000" /> @@ -33189,6 +35163,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Atlus</publisher> <info name="serial" value="AGB-BSKE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="16777216"> <rom name="summon night - swordcraft story 2 (usa).bin" size="16777216" crc="1eac1f48" sha1="cbc4382b1fff2e1b2d3112ae8fbf290aec662121" offset="000000" /> @@ -33213,6 +35188,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <year>2002</year> <publisher>Ubi Soft</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="super black bass advance (europe).bin" size="4194304" crc="91238ad1" sha1="f29fa04bcd4c1a2bfd466d6046ac6eb86071b2fc" offset="000000" /> @@ -33228,6 +35204,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20010810"/> <info name="alt_title" value="スーパーブラックバスアドバンス"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="super black bass advance (japan).bin" size="4194304" crc="67c4e470" sha1="2d71d6d29729ac5d3302f1d14e2e774afe7a06a8" offset="000000" /> @@ -33241,6 +35218,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Jaleco Entertainment</publisher> <info name="serial" value="AGB-AVZP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="super bubble pop (europe) (en,fr,de,es,it,nl,pt,sv).bin" size="4194304" crc="25123d97" sha1="f62396b5502437651d26e1ad27a8ec8c18b4268e" offset="000000" /> @@ -33254,6 +35232,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Jaleco Entertainment</publisher> <info name="serial" value="AGB-AVZE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="super bubble pop (usa).bin" size="4194304" crc="5ec8ea61" sha1="0d6d267229fdb4a9877fb5a7e768bd27254c4140" offset="000000" /> @@ -33293,6 +35272,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20040624"/> <info name="alt_title" value="スーパーチャイニーズ1・2 アドバンス"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="super chinese 1, 2 advance (japan).bin" size="4194304" crc="35448df4" sha1="933b1ea387ed73b5f18da7b2353b4bcc1a8c4e9e" offset="000000" /> @@ -33318,6 +35298,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Ubi Soft</publisher> <info name="serial" value="AGB-ADFP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="super dodge ball advance (europe).bin" size="4194304" crc="4ca4f528" sha1="a0ac6be19f385eef6bc48bca8d54520d4e8a00e7" offset="000000" /> @@ -33330,6 +35311,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <year>2001</year> <publisher>Atlus</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="super dodge ball advance (usa) (beta).bin" size="4194304" crc="626603b5" sha1="66405cb265a5df8ea33b3c1e287b9b1098e90fbd" offset="000000" /> @@ -33343,6 +35325,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Atlus</publisher> <info name="serial" value="AGB-ADFE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="super dodge ball advance (usa).bin" size="4194304" crc="1d31dc6b" sha1="5fc95814ea7695d1301df4b545614a1ffae95218" offset="000000" /> @@ -33358,6 +35341,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20031212"/> <info name="alt_title" value="スーパードンキーコング"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="super donkey kong (japan).bin" size="8388608" crc="2206b04d" sha1="fca4288a99046dfd7dd193ee9f4f8114e3758fcd" offset="000000" /> @@ -33373,6 +35357,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20040710"/> <info name="alt_title" value="スーパードンキーコング2"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="super donkey kong 2 (japan).bin" size="8388608" crc="27a1cc75" sha1="cd2a45c2af945d5861684060f087db44024dfe59" offset="000000" /> @@ -33412,6 +35397,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Midway</publisher> <info name="serial" value="AGB-BDPE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="super duper sumos (usa).bin" size="4194304" crc="8e20043f" sha1="7943ccda4313dd4f4c3b99e29564e28ea5d610fb" offset="000000" /> @@ -33425,6 +35411,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Capcom</publisher> <info name="serial" value="AGB-AG5E-USA, AGB-AG5P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="super ghouls'n ghosts (usa, europe).bin" size="4194304" crc="1ef2acf3" sha1="31e7d1d405185ba2d7a9ffcc2b847d4457088cf0" offset="000000" /> @@ -33449,6 +35436,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <year>2001</year> <publisher>Nintendo</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="super mario advance (usa) (demo) (kiosk).bin" size="4194304" crc="69924cbd" sha1="05e41b04cdcd73194c0f836639c5774779f50a3f" offset="000000" /> @@ -33464,6 +35452,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20010321"/> <info name="alt_title" value="スーパーマリオアドバンス スーパーマリオUSA + マリオブラザーズ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="super mario advance - super mario usa + mario brothers (japan).bin" size="4194304" crc="b993b92f" sha1="5ab5ade42ea0c5f255b3fbf00cdcc07b71ba20b8" offset="000000" /> @@ -33477,6 +35466,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Nintendo</publisher> <info name="serial" value="AGB-AA2P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="super mario advance 2 - super mario world (europe) (en,fr,de,es).bin" size="4194304" crc="fcfef343" sha1="199a5a01bd3f56fba9a701062edbcf57e1528a0c" offset="000000" /> @@ -33490,6 +35480,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher><unknown></publisher> <info name="serial" value="AGB-AA2E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="super mario advance 2 - super mario world (usa, australia).bin" size="4194304" crc="5206880a" sha1="5101ddf223d1d918928fe1f306b63a42ada14a5e" offset="000000" /> @@ -33505,6 +35496,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20011214"/> <info name="alt_title" value="スーパーマリオアドバンス2 スーパーマリオワールド+マリオブラザーズ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="super mario advance 2 - super mario world + mario brothers (japan).bin" size="4194304" crc="901ce373" sha1="8f3d3c33c77872db9818620f5e581ec0fa342d72" offset="000000" /> @@ -33518,6 +35510,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Nintendo</publisher> <info name="serial" value="AGB-A3AE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="super mario advance 3 - yoshi's island (usa).bin" size="4194304" crc="40a48276" sha1="7352d2bd064d9ebaec579e264228aa21c7345b80" offset="000000" /> @@ -33533,6 +35526,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20020920"/> <info name="alt_title" value="スーパーマリオアドバンス3 ヨッシーアイランド + マリオブラザーズ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="super mario advance 3 - yoshi's island + mario brothers (japan).bin" size="4194304" crc="26321120" sha1="8e6d22ad9e4634e43f3aa0d2a1a33330e2eb1e04" offset="000000" /> @@ -33548,6 +35542,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20030711"/> <info name="alt_title" value="スーパーマリオアドバンス4 スーパーマリオ3 + マリオブラザーズ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_1m" /> <feature name="pcb_type" value="GBA-FLASH-1M" /> <dataarea name="rom" size="4194304"> <rom name="super mario advance 4 - super mario 3 + mario brothers (japan) (rev 2).bin" size="4194304" crc="7b1a4c22" sha1="b3349ad79d20f1ae77d3e120f60d60edddbbc2d2" offset="000000" /> @@ -33563,6 +35558,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20030711"/> <info name="alt_title" value="スーパーマリオアドバンス4 スーパーマリオ3 + マリオブラザーズ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_1m" /> <feature name="pcb_type" value="GBA-FLASH-1M" /> <dataarea name="rom" size="4194304"> <rom name="super mario advance 4 - super mario 3 + mario brothers (japan) (rev 1).bin" size="4194304" crc="5a676424" sha1="fb38a1284013ab4e2480a1aadcec9400d3a63a1d" offset="000000" /> @@ -33578,6 +35574,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20030711"/> <info name="alt_title" value="スーパーマリオアドバンス4 スーパーマリオ3 + マリオブラザーズ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_1m" /> <feature name="pcb_type" value="GBA-FLASH-1M" /> <dataarea name="rom" size="4194304"> <rom name="super mario advance 4 - super mario 3 + mario brothers (japan).bin" size="4194304" crc="f3c87306" sha1="19f7928bc4ffd733d71884dae9ad9b7f4007d38d" offset="000000" /> @@ -33591,6 +35588,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Nintendo</publisher> <info name="serial" value="AGB-AX4P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_1m" /> <feature name="pcb_type" value="GBA-FLASH-1M" /> <dataarea name="rom" size="8388608"> <rom name="super mario advance 4 - super mario bros. 3 (europe) (en,fr,de,es,it) (rev 1).bin" size="8388608" crc="8d84acfc" sha1="2e5ce11a893464dc0cce0a6b451580ba35a7e5de" offset="000000" /> @@ -33604,6 +35602,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Nintendo</publisher> <info name="serial" value="AGB-AX4P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_1m" /> <feature name="pcb_type" value="GBA-FLASH-1M" /> <dataarea name="rom" size="8388608"> <rom name="super mario advance 4 - super mario bros. 3 (europe) (en,fr,de,es,it).bin" size="8388608" crc="37141f32" sha1="b7f3d6dc014e2f0ddc996137bdefbb8167a77e66" offset="000000" /> @@ -33617,6 +35616,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Nintendo</publisher> <info name="serial" value="AGB-AX4E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_1m" /> <feature name="pcb_type" value="GBA-FLASH-1M" /> <dataarea name="rom" size="4194304"> <rom name="super mario advance 4 - super mario bros. 3 (usa).bin" size="4194304" crc="a44ba79f" sha1="69e81f41394f02d64cad206adb26b3cd43690770" offset="000000" /> @@ -33630,6 +35630,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Nintendo</publisher> <info name="serial" value="AGB-BMVP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="super mario ball (europe).bin" size="8388608" crc="3b035681" sha1="d53fbc63e08c15bfdc045b5664fe24e8e2718469" offset="000000" /> @@ -33645,6 +35646,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20040826"/> <info name="alt_title" value="スーパーマリオボール"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="super mario ball (japan).bin" size="8388608" crc="7eb4a336" sha1="3baa3735aed4cfc6c7c5a157e7ea0285ac40b1ef" offset="000000" /> @@ -33669,6 +35671,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Infogrames</publisher> <info name="serial" value="AGB-ALUP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="super monkey ball jr. (europe) (en,fr,de,es,it).bin" size="8388608" crc="d75da09d" sha1="9c87fcf42a27644ae5bec273ac3afc3f672b4f94" offset="000000" /> @@ -33682,6 +35685,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>THQ</publisher> <info name="serial" value="AGB-ALUE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="super monkey ball jr. (usa).bin" size="4194304" crc="0a8031f0" sha1="0d994a58b7acdfe9357e5405acebe232128b80fe" offset="000000" /> @@ -33709,6 +35713,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Capcom</publisher> <info name="serial" value="AGB-AZ8P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="super puzzle fighter ii turbo (europe).bin" size="8388608" crc="aac3e9ca" sha1="54426ebd60d910f604a32405b439eff3c43c74ce" offset="000000" /> @@ -33722,6 +35727,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Capcom</publisher> <info name="serial" value="AGB-AZ8E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="super puzzle fighter ii turbo (usa).bin" size="8388608" crc="9cd25c7e" sha1="801df7f69fc574a17e8c5efce6ca18ae5749aa97" offset="000000" /> @@ -33737,6 +35743,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20041104"/> <info name="alt_title" value="スーパーリアル麻雀 同窓会"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="super real mahjong dousoukai (japan).bin" size="8388608" crc="9e90456b" sha1="604375f14b62891b42a46b908a8a976717f7aaea" offset="000000" /> @@ -33749,6 +35756,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <year>2006</year> <publisher>505 Street Games</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_512" /> <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="16777216"> <rom name="super robot taisen - original generation (europe).bin" size="16777216" crc="bdb86caa" sha1="0ed59c7dc4a68987ba6f1d2e3ce8af776f868044" offset="000000" /> @@ -33764,6 +35772,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20021122"/> <info name="alt_title" value="スーパーロボット大戦 オリジナルジェネレーション"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="8388608"> <rom name="super robot taisen - original generation (japan).bin" size="8388608" crc="75127ec4" sha1="15c9a5d9de4ee2b8d247543c1b0bc73b00138683" offset="000000" /> @@ -33777,6 +35786,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Atlus</publisher> <info name="serial" value="AGB-AOGE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_512" /> <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="16777216"> <rom name="super robot taisen - original generation (usa).bin" size="16777216" crc="58e86266" sha1="8512206d86b3e25d86e71fbff6c56705b1bb6428" offset="000000" /> @@ -33792,6 +35802,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20050203"/> <info name="alt_title" value="スーパーロボット大戦 オリジナルジェネレーション2"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_512" /> <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="16777216"> <rom name="super robot taisen - original generation 2 (japan).bin" size="16777216" crc="a608800f" sha1="2254b7ef4c3e16062797ee872510941249f173c5" offset="000000" /> @@ -33805,6 +35816,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Atlus</publisher> <info name="serial" value="AGB-B2RE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_512" /> <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="16777216"> <rom name="super robot taisen - original generation 2 (usa).bin" size="16777216" crc="2aee0380" sha1="7610191ab48b27d368c5fbc1dcf2672ee49f408c" offset="000000" /> @@ -33820,6 +35832,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20010921"/> <info name="alt_title" value="スーパーロボット大戦A"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="8388608"> <rom name="super robot taisen a (japan).bin" size="8388608" crc="2f6e9788" sha1="d8a9d7579c0f27cf77f04f01ab69267c859c4f34" offset="000000" /> @@ -33835,6 +35848,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20030808"/> <info name="alt_title" value="スーパーロボット大戦D"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_512" /> <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="8388608"> <rom name="super robot taisen d (japan).bin" size="8388608" crc="efb45117" sha1="0a839d151d2e82b972db7c5d3651061866f133d4" offset="000000" /> @@ -33850,6 +35864,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20050915"/> <info name="alt_title" value="スーパーロボット大戦J"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_512" /> <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="16777216"> <rom name="super robot taisen j (japan).bin" size="16777216" crc="c956fd37" sha1="27445302ae9eb0aa09f9365c5ba6f45655fe4200" offset="000000" /> @@ -33865,6 +35880,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20020802"/> <info name="alt_title" value="スーパーロボット大戦R"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="8388608"> <rom name="super robot taisen r (japan).bin" size="8388608" crc="df7f91bc" sha1="ab96d573933598e6cbea19654a0e5cf85d746ba2" offset="000000" /> @@ -33877,6 +35893,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <year>2001</year> <publisher>Ubi Soft</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="super street fighter ii turbo - revival (europe).bin" size="8388608" crc="461b4590" sha1="3ebfdcea237844b027c05080f5fb175d7809876f" offset="000000" /> @@ -33890,6 +35907,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Capcom</publisher> <info name="serial" value="AGB-AG5E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="super street fighter ii turbo - revival (usa).bin" size="8388608" crc="063045aa" sha1="00b0508e2774d0bbcb8f0994766cb362e62d7537" offset="000000" /> @@ -33905,6 +35923,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20010713"/> <info name="alt_title" value="スーパーストリートファイターII X リバイバル"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="super street fighter ii x - revival (japan).bin" size="8388608" crc="7a2c0d61" sha1="9b1bb641e9804f472444fd35c32f34140a6c12dc" offset="000000" /> @@ -33941,6 +35960,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <year>2007</year> <publisher>Ubisoft</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="surf's up (europe) (en,fr,de,es,it).bin" size="8388608" crc="b225ae1a" sha1="ff6f985ea71800245be755f34a411f41113f718a" offset="000000" /> @@ -33953,6 +35973,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <year>2007</year> <publisher>Ubisoft</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="surf's up (europe) (en,fr,es).bin" size="8388608" crc="317326b0" sha1="b0a2ba2a7d042cc9426ec1abdbd912613c4ae191" offset="000000" /> @@ -33966,6 +35987,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Ubisoft</publisher> <info name="serial" value="AGB-BXUE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="surf's up (usa) (en,fr,es).bin" size="8388608" crc="0adf57c5" sha1="577e9967fd924372972741f3007cf49a26537552" offset="000000" /> @@ -33981,6 +36003,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20010726"/> <info name="alt_title" value="スタコミ STAR★COMMUNICATOR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="sutakomi - star communicator (japan).bin" size="8388608" crc="260683c7" sha1="822d8cc1e82a2187108679448f31b25260e1f203" offset="000000" /> @@ -33996,6 +36019,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20011221"/> <info name="alt_title" value="スウィートクッキーパイ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="sweet cookie pie (japan).bin" size="4194304" crc="63f45849" sha1="96610003fdb49a14b35aeedf0c8cebf5f80d8e4a" offset="000000" /> @@ -34009,6 +36033,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Nintendo</publisher> <info name="serial" value="AGB-AVSP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_512" /> <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="16777216"> <rom name="sword of mana (europe).bin" size="16777216" crc="88e64a8a" sha1="129712ce98646c89136cee01902dd20ef6541978" offset="000000" /> @@ -34021,6 +36046,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <year>2004</year> <publisher>Nintendo</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_512" /> <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="16777216"> <rom name="sword of mana (europe) (fr,de).bin" size="16777216" crc="5ee17ed1" sha1="7f7055642417d4526f63f49c21cd40a9df24a11d" offset="000000" /> @@ -34033,6 +36059,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <year>2004</year> <publisher>Nintendo</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_512" /> <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="16777216"> <rom name="sword of mana (europe) (es,it).bin" size="16777216" crc="11a0af49" sha1="390dff3ec37d24a5d00165deb17eb64c0ace32b1" offset="000000" /> @@ -34046,6 +36073,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Nintendo</publisher> <info name="serial" value="AGB-AVSE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_512" /> <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="16777216"> <rom name="sword of mana (usa, australia).bin" size="16777216" crc="7f1eac75" sha1="a7ff0b4482c7c3b19467af37c3e277321cd9f1cd" offset="000000" /> @@ -34061,6 +36089,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20041202"/> <info name="alt_title" value="シルバニアファミリー ファッションデザイナーになりたい! くるみリスの女の子"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="sylvanian families - fashion designer ni naritai! - kurumi-risu no onnanoko (japan).bin" size="8388608" crc="58dc532e" sha1="17e0f822e2ce33a27b809c592dc47f1bb4c0277f" offset="000000" /> @@ -34076,6 +36105,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20031205"/> <info name="alt_title" value="シルバニアファミリー 妖精のステッキとふしぎの木 マロンイヌの女の子"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="sylvanian families - yousei no stick to fushigi no ki - marron-inu no onnanoko (japan).bin" size="8388608" crc="00911694" sha1="e52c6b7076bc291035f5d68befa6f579e6b4dcf1" offset="000000" /> @@ -34091,6 +36121,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20021206"/> <info name="alt_title" value="シルバニアファミリー4 めぐる季節のタペストリー"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="sylvanian families 4 - meguru kisetsu no tapestry (japan).bin" size="8388608" crc="3bfbf110" sha1="2667f3f61e9aa5a2852299dee6bc66d222549c0a" offset="000000" /> @@ -34104,6 +36135,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Atlus</publisher> <info name="serial" value="AGB-ATOE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="8388608"> <rom name="tactics ogre - the knight of lodis (usa).bin" size="8388608" crc="6649d2ce" sha1="85a46320a31f16f5c6dda27fc094edd078dbe43d" offset="000000" /> @@ -34119,6 +36151,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20010621"/> <info name="alt_title" value="タクティクスオウガ外伝 The Knight of Lodis"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="8388608"> <rom name="tactics ogre gaiden - the knight of lodis (japan).bin" size="8388608" crc="0167a878" sha1="ec257d645c601e439f1ab34d9b598c0443aec3da" offset="000000" /> @@ -34134,6 +36167,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20040305"/> <info name="alt_title" value="対決! ウルトラヒーロー"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="taiketsu! ultra hero (japan).bin" size="8388608" crc="4e6bdf8b" sha1="c1eefa86425c3c898fcc0bf98d4c848297140ca7" offset="000000" /> @@ -34147,6 +36181,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>THQ</publisher> <info name="serial" value="AGB-BJWE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="tak - the great juju challenge (usa, europe).bin" size="8388608" crc="881c8416" sha1="0999a8ee2bae78a223c992408e987422ba0c0af9" offset="000000" /> @@ -34159,6 +36194,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <year>2006</year> <publisher>THQ</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="tak - the great juju challenge (europe) (en,fr,de,nl).bin" size="8388608" crc="4ad90ec1" sha1="ec460cadc74a0ed81838355797afe53dc7010845" offset="000000" /> @@ -34172,6 +36208,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>THQ</publisher> <info name="serial" value="AGB-BT9P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="tak 2 - the staff of dreams (europe) (en,fr,de,es,it).bin" size="8388608" crc="91dd701d" sha1="c288c5fd548d2dde5e03b41e221bb9d6b2eff28a" offset="000000" /> @@ -34185,6 +36222,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>THQ</publisher> <info name="serial" value="AGB-BT9E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="tak 2 - the staff of dreams (usa).bin" size="8388608" crc="8f7eb026" sha1="f90219db6359332eb997a2717986a8c66eaded2b" offset="000000" /> @@ -34197,6 +36235,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <year>2004</year> <publisher>THQ</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="tak and the power of juju (europe) (en,fr,de).bin" size="8388608" crc="0d483aa6" sha1="1c1bd37eea1eff3fe83b902b55362efde51a723b" offset="000000" /> @@ -34209,6 +36248,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <year>2004</year> <publisher>THQ</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="tak and the power of juju (europe) (es,it).bin" size="8388608" crc="4d0c3680" sha1="d9e93f0ecf548b0adb31194d44bf1d3d070f680f" offset="000000" /> @@ -34222,6 +36262,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>THQ</publisher> <info name="serial" value="AGB-BJUE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="tak and the power of juju (usa).bin" size="8388608" crc="a9af1381" sha1="6d34590d88c541650a7bd2e17a338de82c5e84cb" offset="000000" /> @@ -34235,6 +36276,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Nintendo</publisher> <info name="serial" value="AGB-AN8P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="16777216"> <rom name="tales of phantasia (europe) (en,fr,de,es,it).bin" size="16777216" crc="fa172a4a" sha1="2cc3c21c99c48dc445f499e6cc8aa9b90b2c795b" offset="000000" /> @@ -34250,6 +36292,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20030801"/> <info name="alt_title" value="テイルズ オブ ファンタジア"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="tales of phantasia (japan).bin" size="8388608" crc="d08819c1" sha1="77823c36966c2330628ca2f03fcf681a1d3f9afa" offset="000000" /> @@ -34265,6 +36308,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20021025"/> <info name="alt_title" value="テイルズ オブ ザ ワールド なりきりダンジョン2"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="tales of the world - narikiri dungeon 2 (japan).bin" size="8388608" crc="231b9fca" sha1="2feb4cff9485c68758c1fac847c6eb907e747a01" offset="000000" /> @@ -34280,6 +36324,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20050106"/> <info name="alt_title" value="テイルズ オブ ザ ワールド なりきりダンジョン3"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="16777216"> <rom name="tales of the world - narikiri dungeon 3 (japan).bin" size="16777216" crc="1867ccef" sha1="263b5ba40b1e0afbc2c23f478cc83f794846a47f" offset="000000" /> @@ -34295,6 +36340,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20030307"/> <info name="alt_title" value="テイルズ オブ ザ ワールド サモナーズ リネージ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="tales of the world - summoner's lineage (japan).bin" size="8388608" crc="9c534023" sha1="c7bda17313fdef597ccec98502e71c7e61281c9b" offset="000000" /> @@ -34310,6 +36356,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20010426"/> <info name="alt_title" value="耽美夢想マイネリーベ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="tanbi musou - meine liebe (japan).bin" size="8388608" crc="2785cb89" sha1="01fbf8cb72b35b97571dd63eea63b31aeb9ae495" offset="000000" /> @@ -34323,6 +36370,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Take-Two Interactive</publisher> <info name="serial" value="AGB-ATAP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="tang tang (europe) (en,fr,de,es,it,fi).bin" size="4194304" crc="8bfb4cfe" sha1="4c4852ecdf5a31fb8c72e552575335267fdd1296" offset="000000" /> @@ -34336,6 +36384,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Take-Two Interactive</publisher> <info name="serial" value="AGB-ATAE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="tang tang (usa).bin" size="4194304" crc="f5f0c143" sha1="e39f7f1851a662a422d31f2b5de94704a6ac6fe7" offset="000000" /> @@ -34351,6 +36400,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20040304"/> <info name="alt_title" value="探偵学園Q 究極トリックに挑め!"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="tantei gakuen q - kyuukyoku trick ni idome! (japan).bin" size="16777216" crc="77c172bd" sha1="adef60a4063cc141749a07f6544bb0b93f5f30b8" offset="000000" /> @@ -34366,6 +36416,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20030918"/> <info name="alt_title" value="探偵学園Q 名探偵はキミだ!"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="tantei gakuen q - meitantei wa kimi da! (japan).bin" size="16777216" crc="552f0d90" sha1="b3f70a634263c9512dcff53decf6ede48f94c037" offset="000000" /> @@ -34381,6 +36432,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20050127"/> <info name="alt_title" value="探偵 神宮寺三郎 白い影の少女"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="tantei jinguuji saburou - shiroi kage no shoujo (japan).bin" size="8388608" crc="3c21d7e0" sha1="b84bd4c83ab1ef78bc659b3917ef7c89def8ba6c" offset="000000" /> @@ -34394,6 +36446,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Activision</publisher> <info name="serial" value="AGB-AJGE-USA, AGB-AJGP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="tarzan - return to the jungle (usa, europe).bin" size="8388608" crc="32c6df3f" sha1="a5e21e954dd17d853fcc418ca6acac17ebba262b" offset="000000" /> @@ -34406,6 +36459,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <year>2002</year> <publisher>Activision</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="tarzan - l'appel de la jungle (france).bin" size="8388608" crc="35ab002e" sha1="8fba1312da36bb212027b00d4932eec11fec0224" offset="000000" /> @@ -34418,6 +36472,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <year>2002</year> <publisher>Activision</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="tarzan - rueckkehr in den dschungel (germany).bin" size="8388608" crc="59733b26" sha1="811ea3788f0783e3d4f9cc4ecd21c277d839e6be" offset="000000" /> @@ -34443,6 +36498,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Majesco</publisher> <info name="serial" value="AGB-BBLE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="teen titans (usa) (en,fr).bin" size="8388608" crc="12a0442c" sha1="94bf3fc459321450ff2b1e75a0b98efacffd2d0b" offset="000000" /> @@ -34456,6 +36512,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Majesco</publisher> <info name="serial" value="AGB-BZUE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="teen titans 2 (usa) (en,fr).bin" size="8388608" crc="ccacd823" sha1="1cfca926300db1719aa671404386a19b55316054" offset="000000" /> @@ -34469,6 +36526,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Konami</publisher> <info name="serial" value="AGB-BNTE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="teenage mutant ninja turtles (usa).bin" size="8388608" crc="f6c36783" sha1="edfdea2bef553aee1915e7c900977520d9e6fc0a" offset="000000" /> @@ -34482,6 +36540,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Konami</publisher> <info name="serial" value="AGB-BT2P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="teenage mutant ninja turtles 2 - battle nexus (europe) (en,fr,de,es,it).bin" size="8388608" crc="ada00a65" sha1="eb7741aa8e5a26dc3426ac4e541638122496e8c1" offset="000000" /> @@ -34495,6 +36554,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Konami</publisher> <info name="serial" value="AGB-BT2E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="teenage mutant ninja turtles 2 - battle nexus (usa).bin" size="8388608" crc="802fc7c1" sha1="f42d0131e908942bf84d2323739ce015ee930142" offset="000000" /> @@ -34508,6 +36568,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Infogrames</publisher> <info name="serial" value="AGB-ATKP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="tekken advance (europe).bin" size="8388608" crc="4628c1b8" sha1="0a8665fe4e1f33427f710793db2937485a1c9418" offset="000000" /> @@ -34523,6 +36584,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20011221"/> <info name="alt_title" value="鉄拳アドバンス"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="tekken advance (japan).bin" size="8388608" crc="c2eeae53" sha1="f3107b1f0210d782bd3a6a38922adef69f9b13f4" offset="000000" /> @@ -34536,6 +36598,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Namco</publisher> <info name="serial" value="AGB-ATKE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="tekken advance (usa).bin" size="8388608" crc="c59ea73b" sha1="8b21cd57cacf172f963dfc7ead4fa127a8a63870" offset="000000" /> @@ -34560,6 +36623,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <year>2002</year> <publisher>Microids</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="tennis masters series 2003 (europe) (en,fr,de,es,it,pt).bin" size="4194304" crc="28e6bd52" sha1="04c64bcf4524697aca4e42d3d353db75209c4235" offset="000000" /> @@ -34575,6 +36639,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20021212"/> <info name="alt_title" value="テニスの王子様 エイム アット ザ ビクトリー!"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="tennis no ouji-sama - aim at the victory! (japan).bin" size="16777216" crc="afc3fcf7" sha1="d296c8bedae7d8542c7a1a45ee4db84460433c71" offset="000000" /> @@ -34590,6 +36655,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20020425"/> <info name="alt_title" value="テニスの王子様 ジーニアス・ボーイズ・アカデミー"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="8388608"> <rom name="tennis no ouji-sama - genius boys academy (japan).bin" size="8388608" crc="dd244c9a" sha1="1a823655e41943a9177f7a3bfdd7a40f276f288f" offset="000000" /> @@ -34605,6 +36671,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20030220"/> <info name="alt_title" value="テニスの王子様2003 クールブルー"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="tennis no ouji-sama 2003 - cool blue (japan).bin" size="16777216" crc="9f7fc898" sha1="b1d30f38ad28fa456bd5e44fd9f9bf97c9ba8c92" offset="000000" /> @@ -34620,6 +36687,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20030220"/> <info name="alt_title" value="テニスの王子様2003 パッションレッド"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="tennis no ouji-sama 2003 - passion red (japan).bin" size="16777216" crc="59d1dc73" sha1="9af7c88e3eae428c41a7e7d8e66ca6ea9d4b7ae4" offset="000000" /> @@ -34635,6 +36703,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20040318"/> <info name="alt_title" value="テニスの王子様2004 グロリアス ゴールド"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="33554432"> <rom name="tennis no ouji-sama 2004 - glorious gold (japan).bin" size="33554432" crc="26a4ee5c" sha1="8da569c0e410e81ec16134d472faad6397c97b0f" offset="000000" /> @@ -34650,6 +36719,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20040318"/> <info name="alt_title" value="テニスの王子様2004 スタイリッシュ シルバー"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="33554432"> <rom name="tennis no ouji-sama 2004 - stylish silver (japan).bin" size="33554432" crc="750d579d" sha1="c0519724ce36117e343f31ecd549d7df6dfeb11b" offset="000000" /> @@ -34746,6 +36816,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Disney Interactive</publisher> <info name="serial" value="AGB-BRVE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="that's so raven (usa).bin" size="8388608" crc="8e190698" sha1="87d8cc357cbace0539fb5a4520fac8b4a4aaa6c4" offset="000000" /> @@ -34759,6 +36830,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Disney Interactive</publisher> <info name="serial" value="AGB-BZSE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="that's so raven 2 - supernatural style (usa) (en,fr).bin" size="8388608" crc="5495cbe1" sha1="1bcd8c3b455b4d1f8f850fdc8d25b0257bd3b5be" offset="000000" /> @@ -34856,6 +36928,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Electronic Arts</publisher> <info name="serial" value="AGB-BTWE-USA, AGB-BTWP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="tiger woods pga tour 2004 (usa, europe).bin" size="16777216" crc="0e38108b" sha1="89f93bf10314c4094a96036b4f5df95e7d80b37c" offset="000000" /> @@ -34868,6 +36941,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <year>2002</year> <publisher>Digital Worldwide</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="tiger woods prg tour golf (europe) (en,fr,de,es,it).bin" size="8388608" crc="38934732" sha1="9D77F693C141D97A9E659997744C50087BF1FE4F" offset="000000" /> @@ -34881,6 +36955,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Destination Software</publisher> <info name="serial" value="AGB-AT5E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="tiger woods pga tour golf (usa, europe).bin" size="8388608" crc="f3f26acc" sha1="88b204b7b51995e41459b532580b3956d7db55ad" offset="000000" /> @@ -34896,6 +36971,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20050908"/> <info name="alt_title" value="ティム・バートン ナイトメア・ビフォア・クリスマス パンプキンキング"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="tim burton's the nightmare before christmas - the pumpkin king (japan).bin" size="8388608" crc="9f16857d" sha1="43f6d6e7fbbae7a930a494aa43ced54fcaa4d594" offset="000000" /> @@ -34909,6 +36985,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Buena Vista Interactive</publisher> <info name="serial" value="AGB-BNCE-USA, AGB-BNCP-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="tim burton's the nightmare before christmas - the pumpkin king (usa, europe) (en,fr,de,es,it).bin" size="8388608" crc="3c247c14" sha1="8e713fa3e3cc5aa8c1836fba9d81bbf80de20638" offset="000000" /> @@ -35026,6 +37103,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="alt_title" value="TMNT - Teenage Mutant Ninja Turtles (Box)" /> <info name="serial" value="AGB-BEXP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="tmnt - teenage mutant ninja turtles (europe) (en,fr,de,es,it).bin" size="8388608" crc="89103893" sha1="3fbb10b419bcd6327c5bdb678a8ebe149d160b6f" offset="000000" /> @@ -35039,6 +37117,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Ubisoft</publisher> <info name="serial" value="AGB-BEXE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="tmnt (usa) (en,fr,es).bin" size="8388608" crc="916db9d5" sha1="6dae74b04cdfe25c4c4535c4553541c71a102357" offset="000000" /> @@ -35052,6 +37131,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Ubi Soft</publisher> <info name="serial" value="AGB-ATQP-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="toca world touring cars (europe).bin" size="8388608" crc="d8125874" sha1="6e4360b9d123ed9784db40e7b07e7941d3df5401" offset="000000" /> @@ -35067,6 +37147,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20020719"/> <info name="alt_title" value="ときめき夢シリーズ(1) お花屋さんになろう!"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="tokimeki yume series 1 - ohanaya-san ni narou! (japan).bin" size="4194304" crc="6eea16bd" sha1="76ad4d03b90ed8e2c1e657bc43954942c1fed18b" offset="000000" /> @@ -35082,6 +37163,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20040401"/> <info name="alt_title" value="東京魔人學園 付咒封録"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="tokyo majin gakuen - fuju houroku (japan).bin" size="16777216" crc="e05cef9d" sha1="8d9efb85a8f22ea72c17e4cfcac6877e16b9d5ac" offset="000000" /> @@ -35095,6 +37177,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Liquid Games</publisher> <info name="serial" value="AGB-BTZP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="tokyo xtreme racer advance (europe) (en,fr,de,es,it).bin" size="4194304" crc="bd5f5f4c" sha1="15a306794efdd64651387c1447ae4713892e4b87" offset="000000" /> @@ -35108,6 +37191,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Crave Entertainment</publisher> <info name="serial" value="AGB-BTZE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="tokyo xtreme racer advance (usa).bin" size="4194304" crc="ab272800" sha1="4197339d4add74bb40ed02a8fba5e58096afb487" offset="000000" /> @@ -35193,6 +37277,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Ubi Soft</publisher> <info name="serial" value="AGB-AR6E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="tom clancy's rainbow six - rogue spear (usa) (en,fr,de,es,it).bin" size="8388608" crc="23575bf2" sha1="6862d369daf3709a5de9458ceb3f8200b78b8160" offset="000000" /> @@ -35205,6 +37290,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <year>2003</year> <publisher>Ubi Soft</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="tom clancy's splinter cell (europe) (en,fr,de,es,it,nl) (beta).bin" size="16777216" crc="e07ba799" sha1="3a55f6ed66a3ec7c019221fa2660e2f85954ebae" offset="000000" /> @@ -35218,6 +37304,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Ubi Soft</publisher> <info name="serial" value="AGB-AO4P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="tom clancy's splinter cell (europe) (en,fr,de,es,it,nl).bin" size="8388608" crc="7ecd29ce" sha1="d623cbd1019665eee78846a2a60d17adaf8ec0fe" offset="000000" /> @@ -35231,6 +37318,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Ubi Soft</publisher> <info name="serial" value="AGB-AO4E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="tom clancy's splinter cell (usa) (en,fr,es).bin" size="8388608" crc="308ba69c" sha1="dbd089cbdd79c26b2f0b651f74df59b6cbfafbcb" offset="000000" /> @@ -35244,6 +37332,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Ubisoft</publisher> <info name="serial" value="AGB-BSLP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="tom clancy's splinter cell - pandora tomorrow (europe) (en,fr,de,es,it,nl).bin" size="8388608" crc="f007dfe1" sha1="a9a39953f9c3adacbb8d75ff5caf2d828f57cb2b" offset="000000" /> @@ -35257,6 +37346,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Ubisoft</publisher> <info name="serial" value="AGB-BSLE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="tom clancy's splinter cell - pandora tomorrow (usa) (en,fr,es).bin" size="8388608" crc="aefb7b54" sha1="56343ba81d3b83941541e682be19c34119dffff9" offset="000000" /> @@ -35272,6 +37362,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20020121"/> <info name="alt_title" value="トマトアドベンチャー"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="tomato adventure (japan).bin" size="8388608" crc="e37ca939" sha1="80f7968343e49e4d8a22afc2771ef26564506f17" offset="000000" /> @@ -35297,6 +37388,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Activision</publisher> <info name="serial" value="AGB-BH9P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="tony hawk's american sk8land (europe).bin" size="8388608" crc="a824df3f" sha1="14d46d7544f8503273223cab91dbb2c698987a54" offset="000000" /> @@ -35309,6 +37401,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <year>2005</year> <publisher>Activision</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="tony hawk's american sk8land (europe) (fr,de,es,it).bin" size="8388608" crc="9633084a" sha1="a51f1d72f136eb43f70620350f7487cc57d7a695" offset="000000" /> @@ -35322,6 +37415,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Activision</publisher> <info name="serial" value="AGB-BH9E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="tony hawk's american sk8land (usa).bin" size="8388608" crc="7b089f4a" sha1="9ef930c0dbf6ea2ae3c0da95659ca0e2f4fa7b88" offset="000000" /> @@ -35334,6 +37428,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <year>2001</year> <publisher>Activision</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="tony hawk's pro skater 2 (france).bin" size="8388608" crc="f0efc9d8" sha1="c66abc5d705ddbd75359991ecb5cf586471d9d9f" offset="000000" /> @@ -35346,6 +37441,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <year>2001</year> <publisher>Activision</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="tony hawk's pro skater 2 (germany).bin" size="8388608" crc="6d236181" sha1="81b4562347f1148db07e48795bda56f1b1b0a2fa" offset="000000" /> @@ -35359,6 +37455,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Activision</publisher> <info name="serial" value="AGB-AT3E-USA, AGB-AT3P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="tony hawk's pro skater 3 (usa, europe).bin" size="8388608" crc="f669a368" sha1="d1d6806ac99a29dd3195491a213bec9023a3adb4" offset="000000" /> @@ -35371,6 +37468,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <year>2002</year> <publisher>Activision</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="tony hawk's pro skater 3 (france).bin" size="8388608" crc="8d132067" sha1="62ba6f28f5bbd8fe42ecabecdcff4d6b96ae4f21" offset="000000" /> @@ -35383,6 +37481,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <year>2002</year> <publisher>Activision</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="tony hawk's pro skater 3 (germany).bin" size="8388608" crc="74174675" sha1="fbdef1c6c4704eae2103bba4dc85f9284c785dfd" offset="000000" /> @@ -35396,6 +37495,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Activision</publisher> <info name="serial" value="AGB-AT6E-USA, AGB-AT6P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="tony hawk's pro skater 4 (usa, europe).bin" size="8388608" crc="8cb0aa77" sha1="f4ba0be44899eb8d52869120fbbc4f46e2a3c668" offset="000000" /> @@ -35409,6 +37509,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Activision</publisher> <info name="serial" value="AGB-BTOE-USA, AGB-BTOP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="tony hawk's underground (usa, europe).bin" size="8388608" crc="1f5149bc" sha1="54584741d76d2bd136cc56d5b858f6a3bcd81e0b" offset="000000" /> @@ -35422,6 +37523,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Activision</publisher> <info name="serial" value="AGB-B2TE-USA, AGB-B2TP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="tony hawk's underground 2 (usa, europe).bin" size="8388608" crc="bf864083" sha1="c684d839c32515a99e62b183b607e2259120cfc9" offset="000000" /> @@ -35446,6 +37548,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Kemco</publisher> <info name="serial" value="AGB-ATCP-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="top gear gt championship (europe).bin" size="4194304" crc="391c0497" sha1="c5af760e0d1269db4d9799dda98666f881ef8e5e" offset="000000" /> @@ -35459,6 +37562,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Kemco</publisher> <info name="serial" value="AGB-ATCE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="top gear gt championship (usa).bin" size="4194304" crc="0a9c9968" sha1="b57938e9fd51efbd88febca6938b961fb7353366" offset="000000" /> @@ -35471,6 +37575,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <year>2003</year> <publisher>Kemco</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="top gear rally (europe) (en,fr,de,es,it).bin" size="8388608" crc="86ad4007" sha1="5168ed1b2030df98cd4645a05696e8c5441b5f6f" offset="000000" /> @@ -35483,6 +37588,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <year>2003</year> <publisher>Kemco</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="tg rally (europe).bin" size="4194304" crc="be67d878" sha1="051fd2b0d38d293583bf76a1dce7c4fa532f6ec5" offset="000000" /> @@ -35498,6 +37604,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20030725"/> <info name="alt_title" value="トップギアラリーSP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="top gear rally (japan).bin" size="4194304" crc="c457c5db" sha1="b80ec4cdb53da2297d234f4a9913df1cdf01a327" offset="000000" /> @@ -35511,6 +37618,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Kemco</publisher> <info name="serial" value="AGB-BTGE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="top gear rally (usa).bin" size="4194304" crc="4dd90762" sha1="9a6c5d013370e7b3545d5231cfaee12d0edc8a7d" offset="000000" /> @@ -35524,6 +37632,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Mastiff</publisher> <info name="serial" value="AGB-A2YE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="top gun - combat zones (usa) (en,fr,de,es,it).bin" size="4194304" crc="dfc88d3e" sha1="4f6ae177d236657a075e3366ed4f90c97b03f10d" offset="000000" /> @@ -35537,6 +37646,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>2K Sports</publisher> <info name="serial" value="AGB-B27P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="top spin 2 (europe) (en,fr,de,es,it).bin" size="16777216" crc="a8e8618b" sha1="192bb233840382e410fd242f6b6bfbd33ab24d38" offset="000000" /> @@ -35550,6 +37660,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>2K Sports</publisher> <info name="serial" value="AGB-B27E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="top spin 2 (usa) (en,fr,de,es,it).bin" size="16777216" crc="a960d63b" sha1="16b9fd8ccddb9853b35138621ab3b7dbc2695089" offset="000000" /> @@ -35564,6 +37675,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Ubi Soft</publisher> <info name="serial" value="AGB-ATUP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="steven gerrard's total soccer 2002 (europe) (en,fr,de,es,it,nl).bin" size="4194304" crc="b94ddc93" sha1="1f37abe2a70ff0027abe714cb4cd93f168925753" offset="000000" /> @@ -35579,6 +37691,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20020524"/> <info name="alt_title" value="トータルサッカー アドバンス"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="total soccer advance (japan).bin" size="4194304" crc="28c3e211" sha1="3a45d03ac6b098b70641c222f684abd13ef02500" offset="000000" /> @@ -35592,6 +37705,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <year>2001</year> <publisher>Ubi Soft</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="alex ferguson's player manager 2002 (europe) (en,fr,de,es,it,nl).bin" size="4194304" crc="92f99295" sha1="a870e1321a8ad3317cd695fcc0c713441c25919f" offset="000000" /> @@ -35605,6 +37719,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Atari</publisher> <info name="serial" value="AGB-BTUP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="totally spies! (europe) (en,fr,de,es,it,nl).bin" size="8388608" crc="06992f1d" sha1="359f879f8d4d91101a3c0f6ebc3c97520508af95" offset="000000" /> @@ -35618,6 +37733,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Atari</publisher> <info name="serial" value="AGB-BTUE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="totally spies! (usa).bin" size="8388608" crc="aaa6e141" sha1="6452e8f16dec8db3d46f24bb242f8223e337ce40" offset="000000" /> @@ -35631,6 +37747,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Atari</publisher> <info name="serial" value="AGB-B2LP-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="totally spies! 2 - undercover (europe) (en,fr,de,es,it,nl).bin" size="8388608" crc="ca245559" sha1="fca3563c20334b215966b4a4f270a03f413517b7" offset="000000" /> @@ -35644,6 +37761,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Atari</publisher> <info name="serial" value="AGB-B2LE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="totally spies! 2 - undercover (usa) (en,fr).bin" size="8388608" crc="2c8eb8a1" sha1="c45561593bf49f70a9bfd509009746f795e1121a" offset="000000" /> @@ -35659,6 +37777,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20020531"/> <info name="alt_title" value="とっとこハム太郎3 ラブラブ大冒険でちゅ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="tottoko hamutarou 3 - love love daibouken dechu (japan).bin" size="8388608" crc="c2945d42" sha1="e9c2b72a88fecb8703d48da0ea67bf4032babc96" offset="000000" /> @@ -35674,6 +37793,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20030523"/> <info name="alt_title" value="とっとこハム太郎4 にじいろ大行進でちゅ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="tottoko hamutarou 4 - nijiiro daikoushin dechu (japan).bin" size="8388608" crc="1b6e5617" sha1="b18c228e45d4cc8f0e1f58fa139af18e966c55f6" offset="000000" /> @@ -35689,6 +37809,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20060303"/> <info name="alt_title" value="闘牌伝説アカギ 闇に舞い降りた天才"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="16777216"> <rom name="touhai densetsu akagi - yami ni mai orita tensai (japan).bin" size="16777216" crc="14eb6587" sha1="ea25201b0db54c18e0476acb017daf57bcdd2ab0" offset="000000" /> @@ -35704,6 +37825,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20021220"/> <info name="alt_title" value="闘魂ヒート"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="toukon heat (japan).bin" size="8388608" crc="4043f1e0" sha1="5dc55476f13e941b5464e3ecb7c67299fde681ad" offset="000000" /> @@ -35717,6 +37839,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Sega</publisher> <info name="serial" value="AGB-BTRE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_512" /> <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="8388608"> <rom name="tower sp, the (usa).bin" size="8388608" crc="95e05895" sha1="5e338f55b4d2604f381165cc693e4d774c82aedb" offset="000000" /> @@ -35732,6 +37855,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20010628"/> <info name="alt_title" value="トイロボフォース"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="toyrobo force (japan).bin" size="4194304" crc="227fc16b" sha1="6ef30145099d09cf1a1f2b3bc6618a985dabdaae" offset="000000" /> @@ -35769,6 +37893,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Liquid Games</publisher> <info name="serial" value="AGB-B9SP-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="trick star (europe) (en,fr,de,es,it).bin" size="4194304" crc="961260ae" sha1="9b5f40c8855583084d321a05f7c18453514e1b34" offset="000000" /> @@ -35782,6 +37907,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Liquid Games</publisher> <info name="serial" value="AGB-BTJP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="tringo (europe) (en,fr,de,es,it).bin" size="4194304" crc="b5f7bf43" sha1="67e4af4d3c06fcf07f8c1a97f47f8bdcf5a3ac73" offset="000000" /> @@ -35795,6 +37921,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Crave Entertainment</publisher> <info name="serial" value="AGB-BTJE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="tringo (usa).bin" size="4194304" crc="2956a0da" sha1="75052eda6a929c1bf41eb5566fcd854a6d0f1fc9" offset="000000" /> @@ -35808,6 +37935,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Ubisoft</publisher> <info name="serial" value="AGB-BT6P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="trollz - hair affair! (europe).bin" size="8388608" crc="3e0ed609" sha1="3f55b91d085347a4e3dd80dee17c2e4fc899151d" offset="000000" /> @@ -35820,6 +37948,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <year>2006</year> <publisher>Ubisoft</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="trollz - hair affair! (europe) (en,de,it).bin" size="8388608" crc="fb2284ef" sha1="ee8653a4da6402554413580258eb2a04d5c17384" offset="000000" /> @@ -35832,6 +37961,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <year>2006</year> <publisher>Ubisoft</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="trollz - hair affair! (europe) (en,fr,es).bin" size="8388608" crc="14fea5c0" sha1="f51ca82847ef40f31a4bbbef726921b310eaf72b" offset="000000" /> @@ -35845,6 +37975,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Ubisoft</publisher> <info name="serial" value="AGB-BT6E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="trollz - hair affair! (usa).bin" size="8388608" crc="c5cd2c22" sha1="5ab8bbede98a46bc24d6532f837482c3bbff9762" offset="000000" /> @@ -35858,6 +37989,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Buena Vista Interactive</publisher> <info name="serial" value="AGB-BTNP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="tron 2.0 - killer app (europe).bin" size="16777216" crc="3bf38352" sha1="1153f6d3e60d481d71a6741b1f869ca26bc17c54" offset="000000" /> @@ -35871,6 +38003,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Buena Vista Interactive</publisher> <info name="serial" value="AGB-BTNE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="tron 2.0 - killer app (usa).bin" size="16777216" crc="77d50ec6" sha1="f75bb043c627a5e2df99cbf6b55dda5574738358" offset="000000" /> @@ -35884,6 +38017,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Majesco</publisher> <info name="serial" value="AGB-AK3E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="turbo turtle adventure (usa).bin" size="4194304" crc="e5e0b0f1" sha1="92aae76deb40a3d63e99c4981dec7e790a67ebca" offset="000000" /> @@ -35943,6 +38077,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Kemco</publisher> <info name="serial" value="AGB-ATMP-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="tweety and the magic gems (europe).bin" size="4194304" crc="024a1914" sha1="cb84c231d1fe8dde73d4d2e7f0f9be72699ff8cf" offset="000000" /> @@ -35955,6 +38090,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <year>2001</year> <publisher>Kemco</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="titi et les bijoux magiques (france).bin" size="4194304" crc="c66e14a4" sha1="7d89c5589286aede0884b993407c7943b73a9366" offset="000000" /> @@ -35967,6 +38103,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <year>2001</year> <publisher>Kemco</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="tweety and the magic gems (germany).bin" size="4194304" crc="8aa6e91a" sha1="2fcb5d25c0f31f2c3247c2743f5a635159aa528b" offset="000000" /> @@ -35980,6 +38117,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Kemco</publisher> <info name="serial" value="AGB-ATME-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="tweety and the magic gems (usa).bin" size="4194304" crc="2da5c91e" sha1="cb892ac87ee4fcd627949d23ce66acd56ec00feb" offset="000000" /> @@ -35995,6 +38133,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20010321"/> <info name="alt_title" value="トゥイティーのハーティーパーティー"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="tweety no hearty party (japan).bin" size="4194304" crc="d38672bf" sha1="0d657ea9f3ba15968659dddb61c223d004c02dec" offset="000000" /> @@ -36008,6 +38147,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Electronic Arts</publisher> <info name="serial" value="AGB-BTYE-USA, AGB-BTYP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="ty the tasmanian tiger 2 - bush rescue (usa, europe) (en,fr,de).bin" size="8388608" crc="108c3535" sha1="84267ce3d86100688048a8d4f166fa1b2d50e6d5" offset="000000" /> @@ -36021,6 +38161,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Activision</publisher> <info name="serial" value="AGB-BTVE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="ty the tasmanian tiger 3 - night of the quinkan (usa).bin" size="8388608" crc="cf467e1b" sha1="07fafa1c96cc039a1788d6526d52f7d3ec0ba3c3" offset="000000" /> @@ -36047,6 +38188,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20021220"/> <info name="alt_title" value="宇宙大作戦チョコベーダー ウチュウからの侵略者"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="uchuu daisakusen choco vader - uchuu kara no shinryakusha (japan).bin" size="8388608" crc="5a211b60" sha1="54dff080e83b5c09fa314afbe710205cbc30c28d" offset="000000" /> @@ -36062,6 +38204,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20040423"/> <info name="alt_title" value="宇宙のステルヴィア"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="uchuu no stellvia (japan).bin" size="8388608" crc="a00a4530" sha1="e2a0a51281d4444357a9c94c678a8df66e710c3f" offset="000000" /> @@ -36077,6 +38220,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20060302"/> <info name="alt_title" value="うえきの法則 神器炸裂!能力者バトル"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="ueki no housoku - jingi sakuretsu! nouryokusha battle (japan).bin" size="8388608" crc="ed368ef1" sha1="9ccb015395ba5cecdfb33d1c50eb44b6ad4d86a8" offset="000000" /> @@ -36092,6 +38236,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20020425"/> <info name="alt_title" value="ウイ・イレ - WORLD SOCCER WINNING ELEVEN"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="ui-ire - world soccer winning eleven (japan).bin" size="8388608" crc="31b1a586" sha1="ce7be617de6558c823b6ca77af8ce2e14ea230c7" offset="000000" /> @@ -36105,6 +38250,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Telegames</publisher> <info name="serial" value="AGB-BUZE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="ultimate arcade games (usa).bin" size="4194304" crc="264f7a95" sha1="74650c32d727c85d5e78c903949f6937ea9f3ee7" offset="000000" /> @@ -36118,6 +38264,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Dreamcatcher</publisher> <info name="serial" value="AGB-AVEE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="ultimate beach soccer (usa).bin" size="4194304" crc="5d4d88c5" sha1="8d21a404042c2b3c5fd1f6f1b6a28c7c6ff72dd7" offset="000000" /> @@ -36131,6 +38278,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Telegames</publisher> <info name="serial" value="AGB-ABUE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="ultimate brain games (usa, europe).bin" size="4194304" crc="b6c9f401" sha1="a33672e32622e417c9ea93b381d18bd48a93c7e7" offset="000000" /> @@ -36144,6 +38292,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Telegames</publisher> <info name="serial" value="AGB-BUCE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="ultimate card games (usa, europe).bin" size="4194304" crc="8a0831bd" sha1="22fb775d4b2673ff00877170fbc028b9696e4f8e" offset="000000" /> @@ -36157,6 +38306,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Bandai</publisher> <info name="serial" value="AGB-AK2E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="ultimate muscle - the kinnikuman legacy - the path of the superhero (usa).bin" size="16777216" crc="bb85ad55" sha1="d502ab791843d2359726983032390ce037894c67" offset="000000" /> @@ -36170,6 +38320,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Telegames</publisher> <info name="serial" value="AGB-BUAE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="ultimate puzzle games (usa).bin" size="4194304" crc="a13f76a5" sha1="eb3698c554bac2eba6e8cbd310e8414b7e6fba98" offset="000000" /> @@ -36183,6 +38334,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Activision</publisher> <info name="serial" value="AGB-BULP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="ultimate spider-man (europe).bin" size="16777216" crc="97e1727f" sha1="5db15933ac18877a61bf8df4d1aced51035a7d84" offset="000000" /> @@ -36195,6 +38347,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <year>2005</year> <publisher>Activision</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="ultimate spider-man (europe) (fr,de,es,it).bin" size="16777216" crc="61a74634" sha1="317f3d3399967d43daa393979c94991da8d416df" offset="000000" /> @@ -36208,6 +38361,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Activision</publisher> <info name="serial" value="AGB-BULE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="ultimate spider-man (usa).bin" size="16777216" crc="931e2c18" sha1="1f5959b66dafb33c9fa01389c23214b38b0fcc79" offset="000000" /> @@ -36235,6 +38389,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20040805"/> <info name="alt_title" value="ウルトラ警備隊 モンスターアタック"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_512" /> <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="8388608"> <rom name="ultra keibitai - monster attack (japan).bin" size="8388608" crc="c03785c7" sha1="eb446db23bfc128211e6cd6efd0cd8e2b90d41ae" offset="000000" /> @@ -36346,6 +38501,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20041202"/> <info name="alt_title" value="ザ・アーブズ シムズ・イン・ザ・シティ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_512" /> <feature name="pcb_type" value="GBA-FLASH-512" /> <dataarea name="rom" size="33554432"> <rom name="urbz, the - sims in the city (japan).bin" size="33554432" crc="bbccc2fd" sha1="7af0ab8a437616befafddd7c0ea87c8dfb80c6cd" offset="000000" /> @@ -36361,6 +38517,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20020726"/> <info name="alt_title" value="ブイマスタークロス"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="v-master cross (japan).bin" size="16777216" crc="251b2503" sha1="7d4b7aa4593d7f495b5e7802ba1fe88b5d5c2cba" offset="000000" /> @@ -36374,6 +38531,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Atari</publisher> <info name="serial" value="AGB-AVRP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="v-rally 3 (europe) (en,fr,de,es,it).bin" size="4194304" crc="02d20287" sha1="edc0dce8388b92e89bbe34cdeefc1320f4c392a1" offset="000000" /> @@ -36389,6 +38547,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20020627"/> <info name="alt_title" value="ブイラリー3"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="v-rally 3 (japan).bin" size="4194304" crc="a0aa46b9" sha1="26b1acecf2704829438ff693ec37c227a7bdddd4" offset="000000" /> @@ -36402,6 +38561,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Atari</publisher> <info name="serial" value="AGB-AVRE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="v-rally 3 (usa) (en,fr,es).bin" size="4194304" crc="d3ae3d37" sha1="00a44c715aadd4ad3674f8d108271cdcb791cc16" offset="000000" /> @@ -36453,6 +38613,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20041028"/> <info name="alt_title" value="バトローラーエックス"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="vattroller x (japan).bin" size="8388608" crc="e368a67a" sha1="035ae457c23d564ad97392572ab8a422abfce96e" offset="000000" /> @@ -36466,6 +38627,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Crave Entertainment</publisher> <info name="serial" value="AGB-BZTE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="veggietales - larryboy and the bad apple (usa).bin" size="4194304" crc="b5213253" sha1="3f6f229d719a2e533aba538763802a64c2025bd9" offset="000000" /> @@ -36479,6 +38641,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Sega</publisher> <info name="serial" value="AGB-AVTP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="virtua tennis (europe) (en,fr,de,es,it).bin" size="8388608" crc="e52a3ab8" sha1="d200653b31c7fc150e9e84b53370ce4f40a10d43" offset="000000" /> @@ -36492,6 +38655,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>THQ</publisher> <info name="serial" value="AGB-AVTE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="virtua tennis (usa).bin" size="8388608" crc="e0bd3b75" sha1="2bf5363d24c4ec6de8aafae1bffc84113eaed0a2" offset="000000" /> @@ -36505,6 +38669,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Titus</publisher> <info name="serial" value="AGB-AVKP-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="virtual kasparov (europe) (en,fr,de,es,it).bin" size="4194304" crc="23b92cf7" sha1="2bc9438ec2e8fab515380f4020dce14e027bf8dc" offset="000000" /> @@ -36518,6 +38683,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Titus</publisher> <info name="serial" value="AGB-AVKE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="virtual kasparov (usa) (en,fr,de,es,it).bin" size="4194304" crc="815b722f" sha1="f3b416a921b650cfd5c6a7f9cc6060df0f6b82ed" offset="000000" /> @@ -36531,6 +38697,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Disney Interactive</publisher> <info name="serial" value="AGB-BWTP-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="w.i.t.c.h. (europe) (en,fr,de,es,it).bin" size="8388608" crc="ca4f6d5d" sha1="dce3603206745f3d9288f35eab33cc0f890c3751" offset="000000" /> @@ -36544,6 +38711,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>DSI Games</publisher> <!-- Zoo Digital in Europe --> <info name="serial" value="AGB-BSRE-USA, AGB-BSRP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="wade hixton's counter punch (usa, europe).bin" size="8388608" crc="47b49060" sha1="11145cfe08b4bf6b51fa47c48ad5289fd322d599" offset="000000" /> @@ -36559,6 +38727,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20031211"/> <info name="alt_title" value="わがまま☆フェアリー ミルモでポン! 8人の時の妖精"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="wagamama fairy mirumo de pon! - 8 nin no toki no yousei (japan).bin" size="8388608" crc="5e5c008c" sha1="7ffa632f6cdf6e17320035930cc272fff917d96b" offset="000000" /> @@ -36574,6 +38743,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20050908"/> <info name="alt_title" value="わがまま☆フェアリー ミルモでポン! どきどきメモリアルパニック"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="33554432"> <rom name="wagamama fairy mirumo de pon! - dokidoki memorial panic (japan).bin" size="33554432" crc="5effdc65" sha1="8de920159f6010a6320c87946a47b6fd8a05bcdf" offset="000000" /> @@ -36589,6 +38759,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20041216"/> <info name="alt_title" value="わがまま☆フェアリー ミルモでポン! 謎のカギと真実のトビラ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="wagamama fairy mirumo de pon! - nazo no kagi to shinjitsu no tobira (japan).bin" size="8388608" crc="ae2fb113" sha1="8762f1031459afe076f18fd49022d2ae19dada72" offset="000000" /> @@ -36604,6 +38775,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20021219"/> <info name="alt_title" value="わがまま☆フェアリー ミルモでポン! 〜黄金マラカスの伝説〜"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="wagamama fairy mirumo de pon! - ougon maracas no densetsu (japan).bin" size="4194304" crc="7d21f61f" sha1="951e7bc5d62dc10795806ec686b9f60116cae8c7" offset="000000" /> @@ -36619,6 +38791,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20030911"/> <info name="alt_title" value="わがまま☆フェアリー ミルモでポン! 対戦まほうだま"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="wagamama fairy mirumo de pon! - taisen mahoudama (japan).bin" size="8388608" crc="f5da0dcc" sha1="dc226a1156744edc55e7f261b250b933056471da" offset="000000" /> @@ -36634,6 +38807,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20040715"/> <info name="alt_title" value="わがまま☆フェアリー ミルモでポン! 夢のカケラ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="wagamama fairy mirumo de pon! - yume no kakera (japan).bin" size="8388608" crc="a606c803" sha1="0429693de0ff6e020b01807047dbb07b70b42529" offset="000000" /> @@ -36646,6 +38820,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <year>2003</year> <publisher>Aspyr</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="wakeboarding unleashed featuring shaun murray (europe).bin" size="8388608" crc="a3ccf1ec" sha1="9eb979282fb2084bd205282ea71f18409d5558e2" offset="000000" /> @@ -36659,6 +38834,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Aspyr</publisher> <info name="serial" value="AGB-AWDE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="wakeboarding unleashed featuring shaun murray (usa).bin" size="8388608" crc="cad6376c" sha1="ab24e4968672379eb2b22cb1b2730eadf5989130" offset="000000" /> @@ -36671,6 +38847,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <year>2004</year> <publisher>iQue</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="waliou xunbao ji (china).bin" size="8388608" crc="cf7585f1" sha1="229dde72ad6b4282f2e85bea49e3d877c473d4a9" offset="000000" /> @@ -36684,6 +38861,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>iQue</publisher> <info name="serial" value="AGB-AZWC-CHN"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="waliou zhizao (china).bin" size="8388608" crc="78a4d2d4" sha1="4367c8e3053c56cbbd76eed7539d55a83bc52057" offset="000000" /> @@ -36699,6 +38877,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20030725"/> <info name="alt_title" value="わんニャンどうぶつ病院 動物のお医者さん育成ゲーム"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="wan nyan doubutsu byouin (japan).bin" size="4194304" crc="6de82857" sha1="36786bfedb96e003b2a9c17376ff7277e0f9660d" offset="000000" /> @@ -36714,6 +38893,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20040625"/> <info name="alt_title" value="ワンコでくるりん! ワンクル"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="wanko de kururin! wancle (japan).bin" size="8388608" crc="e93f547b" sha1="a949eba63c696b7c4e5ebf99eaba29eb3e06d2ce" offset="000000" /> @@ -36729,6 +38909,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20041216"/> <info name="alt_title" value="わんこ・みっくす ちわんこワールド"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="wanko mix chiwanko world (japan).bin" size="8388608" crc="253ad05e" sha1="993a4bd4c63318a11abd54c006ecba57c646107c" offset="000000" /> @@ -36744,6 +38925,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20031219"/> <info name="alt_title" value="わんわん名探偵"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="wanwan meitantei (japan).bin" size="8388608" crc="5f41c9fe" sha1="d438e3b030a814818ed7e96777ac3e46043922f9" offset="000000" /> @@ -36759,6 +38941,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20010821"/> <info name="alt_title" value="ワリオランドアドバンス ヨーキのお宝"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="wario land advance (japan).bin" size="8388608" crc="f56ebb7a" sha1="a01de1f2e69ec8aa9715ed0d0fbb263372b71e12" offset="000000" /> @@ -36771,6 +38954,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <year>2003</year> <publisher>Nintendo</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="warioware, inc. - mega microgame$! (usa) (beta).bin" size="8388608" crc="ec0c0c58" sha1="6a9dc96967e46c4c4ff138e73b45c031593c2a45" offset="000000" /> @@ -36784,6 +38968,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Nintendo</publisher> <info name="serial" value="AGB-AZWE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="warioware, inc. - mega microgame$! (usa).bin" size="8388608" crc="785d8b8c" sha1="3f556448d290fa5406d6ed367fee16cc02387ad3" offset="000000" /> @@ -36797,6 +38982,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Activision</publisher> <info name="serial" value="AGB-BWEE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="whac-a-mole (usa).bin" size="8388608" crc="e58ef9a2" sha1="b5be37328187db934a1f7bfb158ceb59029209fb" offset="000000" /> @@ -36812,6 +38998,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20030227"/> <info name="alt_title" value="ホイッスル! 第37回東京都中学校総合体育サッカー大会"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="whistle! - dai-37-kai tokyo-to chuugakkou sougou taiiku soccer taikai (japan).bin" size="8388608" crc="667a0d06" sha1="5438c70a8166639b80a017aa01dcfa6af6d555b3" offset="000000" /> @@ -36995,6 +39182,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Buena Vista Games</publisher> <info name="serial" value="AGB-BWLE-USA, AGB-BWLP-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="wild, the (usa, europe) (en,fr,de,es).bin" size="8388608" crc="de79edc3" sha1="a7cf830919081655544a7beb2c1a94bdbab6a72e" offset="000000" /> @@ -37021,6 +39209,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Kiddinx</publisher> <info name="serial" value="AGB-BXWD-NOE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="16777216"> <rom name="wilden fussball-kerle, die - gefahr im wilde kerle land (germany).bin" size="16777216" crc="a6281dd3" sha1="12d2df3a31cf36126113e7f481633a2dcd94f35d" offset="000000" /> @@ -37034,6 +39223,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Destination Software</publisher> <info name="serial" value="AGB-AW9E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="wing commander - prophecy (usa).bin" size="4194304" crc="62d9e3d0" sha1="6ef506892b9c2a8654e3451f952d886b11fd6c23" offset="000000" /> @@ -37047,6 +39237,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Zoo Digital Publishing</publisher> <info name="serial" value="AGB-AWQP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="wings (europe).bin" size="8388608" crc="6e0d29fc" sha1="deba84aa8d5b19a2777f1d2556cb84e4bb895c77" offset="000000" /> @@ -37060,6 +39251,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Metro3D</publisher> <info name="serial" value="AGB-AWQE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="wings (usa).bin" size="8388608" crc="49041bc8" sha1="9d50a2150ae6ee4aacb23b826344134b63f906c2" offset="000000" /> @@ -37099,6 +39291,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20010321"/> <info name="alt_title" value="ウイニングポスト for ゲームボーイアドバンス"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="4194304"> <rom name="winning post for game boy advance (japan).bin" size="4194304" crc="5ada60f6" sha1="cc7e9c2a9e1df985aed3dc4a018c93140d7a1b2c" offset="000000" /> @@ -37112,6 +39305,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>East Entertainment Media</publisher> <info name="serial" value="AGB-BWYP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="winter sports (europe) (en,fr,de,es,it).bin" size="4194304" crc="64c802f9" sha1="6e8997a0c8af7d431703f5fbffdfca69bf108973" offset="000000" /> @@ -37125,6 +39319,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Konami</publisher> <info name="serial" value="AGB-BWIP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="16777216"> <rom name="winx club (europe) (en,fr,de,es,it).bin" size="16777216" crc="afcb9ce8" sha1="3faddb2187ec863bd181accd8f8b04c36005aeb6" offset="000000" /> @@ -37138,6 +39333,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Konami</publisher> <info name="serial" value="AGB-BWIE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="16777216"> <rom name="winx club (usa).bin" size="16777216" crc="1d6950a3" sha1="3b3f5c633f48ac218e9da6ac78305eab9c17ab21" offset="000000" /> @@ -37151,6 +39347,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Konami</publisher> <info name="serial" value="AGB-BWVP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="winx club - quest for the codex (europe) (en,fr,de,es,it).bin" size="8388608" crc="9eb09c77" sha1="84951f8baabc405eee8a1fb94d420397623265ad" offset="000000" /> @@ -37164,6 +39361,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Konami</publisher> <info name="serial" value="AGB-BWVE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="winx club - quest for the codex (usa).bin" size="8388608" crc="29dfff34" sha1="9efdb3bd5f5afd7e608e8a48badf534880075a18" offset="000000" /> @@ -37179,6 +39377,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20011221"/> <info name="alt_title" value="ウィザードリィサマナー"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="wizardry summoner (japan).bin" size="4194304" crc="71695a71" sha1="c9ba4742d494d61a215f6e8068fdaeed12d19cdc" offset="000000" /> @@ -37194,6 +39393,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20021206"/> <info name="alt_title" value="ウッディーウッドペッカー クレイジーキャッスル5"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="woody woodpecker - crazy castle 5 (japan).bin" size="4194304" crc="a3e1e037" sha1="e10b6c363f37280151e4ad00ef5f6e19bd262ec3" offset="000000" /> @@ -37207,6 +39407,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Kemco</publisher> <info name="serial" value="AGB-AWWP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="woody woodpecker in crazy castle 5 (europe) (en,fr,de).bin" size="4194304" crc="092b3dce" sha1="d8b7e80f2455095af9fe05b91a3b29b0246a1588" offset="000000" /> @@ -37220,6 +39421,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Kemco</publisher> <info name="serial" value="AGB-AWWE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="woody woodpecker in crazy castle 5 (usa).bin" size="4194304" crc="b9a3c878" sha1="47179baa55cc7c19b16195ff3c85396a0cc466f9" offset="000000" /> @@ -37233,6 +39435,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Tomy</publisher> <info name="serial" value="AGB-ADVE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="word safari - the friendship totems (usa).bin" size="8388608" crc="78e5a643" sha1="70994585a1173c3e71757bb0cf81e7cbe73ca196" offset="000000" /> @@ -37248,6 +39451,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20011207"/> <info name="alt_title" value="ワールドアドバンスサッカー 勝利への道"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="world advance soccer - shouri e no michi (japan).bin" size="8388608" crc="afe01c1f" sha1="5d0c7ea259f44ff7f4645e2e80201c531d2f54e2" offset="000000" /> @@ -37285,6 +39489,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>2K Sports</publisher> <info name="serial" value="AGB-B26P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="world poker tour (europe) (en,fr,de).bin" size="4194304" crc="8fa26a97" sha1="2f2983d33c547f09cca512b06880bc1faf1d4f54" offset="000000" /> @@ -37298,6 +39503,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>2K Sports</publisher> <info name="serial" value="AGB-B26E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="world poker tour (usa).bin" size="4194304" crc="b18784c1" sha1="c75851d14a96dea46770945aafeaf9a8f6c12271" offset="000000" /> @@ -37382,6 +39588,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Konami</publisher> <info name="serial" value="AGB-ATEE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="wta tour tennis (usa).bin" size="4194304" crc="7f8cb0af" sha1="56b1d64f9baf83d8ec73e2857da62cd5b0bd9851" offset="000000" /> @@ -37397,6 +39604,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20020214"/> <info name="alt_title" value="WTAツアーテニスポケット"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="wta tour tennis pocket (japan).bin" size="8388608" crc="459daf35" sha1="2de5495739c9d2057356e95cf84c514b55e41c31" offset="000000" /> @@ -37410,6 +39618,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>THQ</publisher> <info name="serial" value="AGB-AW8E-USA, AGB-AW8P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="wwe - road to wrestlemania x8 (usa, europe).bin" size="4194304" crc="f1fb4fd1" sha1="4f62c900e8dd223054114aa42d50fe3306807eef" offset="000000" /> @@ -37423,6 +39632,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>THQ</publisher> <info name="serial" value="AGB-BWWE-USA, AGB-BWWP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="wwe - survivor series (usa, europe).bin" size="4194304" crc="6694f94d" sha1="bb61e289f2a09e7ce0e193267430dbc6f5583a49" offset="000000" /> @@ -37483,6 +39693,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Activision</publisher> <info name="serial" value="AGB-AXME-USA, AGB-AXMP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="x-men - reign of apocalypse (usa, europe).bin" size="8388608" crc="25f43491" sha1="2d8cb3c01031c522efb65f2f18f2550929be0497" offset="000000" /> @@ -37496,6 +39707,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Activision</publisher> <info name="serial" value="AGB-B3XP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="x-men - the official game (europe) (en,fr,es,it).bin" size="8388608" crc="34be6923" sha1="2044edc0ae4a0f02277373d99e6ff15a7127d6cc" offset="000000" /> @@ -37509,6 +39721,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Activision</publisher> <info name="serial" value="AGB-B3XE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="x-men - the official game (usa).bin" size="8388608" crc="c87f460a" sha1="e53aefa4e6fdab6b9d4d29d19f9c29004e767c94" offset="000000" /> @@ -37522,6 +39735,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Activision</publisher> <info name="serial" value="AGB-AWVE-USA, AGB-AWVP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="x2 - wolverine's revenge (usa, europe).bin" size="8388608" crc="41a92220" sha1="dc2e861013a9b6a65b9bcd122f070c8f55d1471b" offset="000000" /> @@ -37534,6 +39748,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <year>2003</year> <publisher>Activision</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="x-men 2 - la vengeance de wolverine (france).bin" size="8388608" crc="82373b44" sha1="2d9f5f0d5143f92ce1585cb86684b29fbdc75594" offset="000000" /> @@ -37559,6 +39774,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Activision</publisher> <info name="serial" value="AGB-AX3E-USA, AGB-AX3P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="xxx (usa, europe).bin" size="8388608" crc="2b3a2ab2" sha1="8f10c133772d8d4d0f940927d1cd303a1d8bb7ba" offset="000000" /> @@ -37571,6 +39787,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <year>2002</year> <publisher>Activision</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="xxx (france).bin" size="8388608" crc="44a77f71" sha1="a47da3b30a45035aac333ebc62f36da6a3d88e0a" offset="000000" /> @@ -37583,6 +39800,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <year>2006</year> <publisher>iQue</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="4194304"> <rom name="yaoxi dao (china).bin" size="4194304" crc="9c32a829" sha1="d5ed374c8d353cf27ee9160f1c4c27a7dabe5845" offset="000000" /> @@ -37598,6 +39816,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20060323"/> <info name="alt_title" value="ユグドラ・ユニオン"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="33554432"> <rom name="yggdra union (japan).bin" size="33554432" crc="a86f844a" sha1="4ac5874b98f0fa3c3aad4c3ebe927f7fbc5b3267" offset="000000" /> @@ -37611,6 +39830,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>505 Games</publisher> <info name="serial" value="AGB-BYUP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="33554432"> <rom name="yggdra union - we'll never fight alone (europe).bin" size="33554432" crc="3e0df130" sha1="e419c835200457f67d5ab7e3c236583980b922d9" offset="000000" /> @@ -37624,6 +39844,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Atlus</publisher> <info name="serial" value="AGB-BYUE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="33554432"> <rom name="yggdra union - we'll never fight alone (usa).bin" size="33554432" crc="3bfa68f7" sha1="b289083b01f2f8fc726c664cf872d72b3f4986e3" offset="000000" /> @@ -37637,6 +39858,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Nintendo</publisher> <info name="serial" value="AGB-KYGE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="yoshi - topsy-turvy (usa).bin" size="8388608" crc="e64c265c" sha1="947498cb1db918d305500257e8223deeaddf561d" offset="000000" /> @@ -37652,6 +39874,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20041209"/> <info name="alt_title" value="ヨッシーの万有引力"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="yoshi no banyuuinryoku (japan).bin" size="8388608" crc="31594b7a" sha1="a3f2035ca2bdc2bc59e9e46efbb6187705ebe3d1" offset="000000" /> @@ -37665,6 +39888,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Nintendo</publisher> <info name="serial" value="AGB-KYGP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="yoshi's universal gravitation (europe) (en,fr,de,es,it).bin" size="8388608" crc="05f4d0aa" sha1="045be1369964f141009f3701839ec0a8dccb25c1" offset="000000" /> @@ -37680,6 +39904,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20020328"/> <info name="alt_title" value="妖怪道"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="youkaidou (japan).bin" size="8388608" crc="2a4a92b4" sha1="ed6578bb6a4f201ae5b269df5ce842158a34a421" offset="000000" /> @@ -37693,6 +39918,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Atari</publisher> <info name="serial" value="AGB-BYYP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="yu yu hakusho - ghostfiles - spirit detective (europe) (en,fr,de,es,it).bin" size="8388608" crc="208d77ec" sha1="66dc426b71195c11761f7ce58ffef231e8e227b1" offset="000000" /> @@ -37706,6 +39932,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Atari</publisher> <info name="serial" value="AGB-BYYE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="8388608"> <rom name="yu yu hakusho - ghostfiles - spirit detective (usa).bin" size="8388608" crc="d3784b52" sha1="2a9825db34a7aedcfd0a9fae5c7cee50292f03b7" offset="000000" /> @@ -37719,6 +39946,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Atari</publisher> <info name="serial" value="AGB-BRGE-USA, AGB-BRGP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="yu yu hakusho - ghostfiles - tournament tactics (usa, europe).bin" size="8388608" crc="aef6b7cc" sha1="dab129544c5ab496df4fd1dfbfa33e76142d2d8a" offset="000000" /> @@ -37732,6 +39960,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Konami</publisher> <info name="serial" value="AGB-BYDP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="yu-gi-oh! - destiny board traveler (europe) (en,fr,de,es,it).bin" size="16777216" crc="ae1a8e9d" sha1="96fd0e583ab49258b194f578e29e9a5d55122b50" offset="000000" /> @@ -37745,6 +39974,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Konami</publisher> <info name="serial" value="AGB-BYDE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="yu-gi-oh! - destiny board traveler (usa).bin" size="8388608" crc="611e7bbd" sha1="df001a60b7ab52e9735906fcd80f6c8b834ed684" offset="000000" /> @@ -37760,6 +39990,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20040318"/> <info name="alt_title" value="遊戯王 双六のスゴロク"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="yu-gi-oh! - sugoroku no sugoroku (japan).bin" size="8388608" crc="8d52b3c5" sha1="6816f044c3f4cac76e888c0ec36dc216e7c140d2" offset="000000" /> @@ -37773,6 +40004,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Konami</publisher> <info name="serial" value="AGB-AYDP-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="8388608"> <rom name="yu-gi-oh! - dungeon dice monsters (europe) (en,fr,de,es,it).bin" size="8388608" crc="ee317f69" sha1="3ded1227698fbdb2ba47f03025cd1934fc184b99" offset="000000" /> @@ -37788,6 +40020,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20010321"/> <info name="alt_title" value="遊戯王 ダンジョンダイスモンスターズ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="8388608"> <rom name="yu-gi-oh! - dungeon dice monsters (japan).bin" size="8388608" crc="51b35e87" sha1="a0ad0cbff3d74bb3e234abcff866994ea602c43a" offset="000000" /> @@ -37801,6 +40034,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Konami</publisher> <info name="serial" value="AGB-AYDE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="8388608"> <rom name="yu-gi-oh! - dungeon dice monsters (usa) (en,es).bin" size="8388608" crc="8b5e0a27" sha1="fdd69455a072b2f74e6c5c50b96daa0438156b27" offset="000000" /> @@ -37814,6 +40048,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Konami</publisher> <info name="serial" value="AGB-AY8P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="yu-gi-oh! - reshef of destruction (europe) (en,fr,de,es,it).bin" size="16777216" crc="460e073f" sha1="1d33877dcc5ec94cc0d68460163208c7ebfb6ad3" offset="000000" /> @@ -37827,6 +40062,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Konami</publisher> <info name="serial" value="AGB-AY8E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="yu-gi-oh! - reshef of destruction (usa).bin" size="16777216" crc="09e0c559" sha1="dad3aa7dd470c9b475236fed2ea867b04ab1b089" offset="000000" /> @@ -37840,6 +40076,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Konami</publisher> <info name="serial" value="AGB-AY7P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="yu-gi-oh! - the sacred cards (europe) (en,fr,de,es,it).bin" size="16777216" crc="d19db37c" sha1="9a23ad34f67ac1f1343b7009f11ac95c77b782ef" offset="000000" /> @@ -37853,6 +40090,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Konami</publisher> <info name="serial" value="AGB-AY7E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="yu-gi-oh! - the sacred cards (usa).bin" size="16777216" crc="141fb1cc" sha1="a06735f9c3d10be9339657026981aef77af34b27" offset="000000" /> @@ -37866,6 +40104,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Konami</publisher> <info name="serial" value="AGB-BYWP-EUR"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="yu-gi-oh! - world championship tournament 2004 (europe) (en,ja,fr,de,es,it).bin" size="16777216" crc="31edef1b" sha1="97a2e7cf6613538216dc807ae5ed92eaa4b9d7a8" offset="000000" /> @@ -37879,6 +40118,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Konami</publisher> <info name="serial" value="AGB-BYWE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="yu-gi-oh! - world championship tournament 2004 (usa) (en,ja,fr,de,es,it).bin" size="16777216" crc="69b6f229" sha1="3a7fceffa1405640fe4606e006d272d1af542f2b" offset="000000" /> @@ -37892,6 +40132,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Konami</publisher> <info name="serial" value="AGB-BYOP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="yu-gi-oh! - day of the duelist - world championship tournament 2005 (europe) (en,ja,fr,de,es,it).bin" size="16777216" crc="17988e9b" sha1="81069765961b6b1a79fda15d45332bef43f91118" offset="000000" /> @@ -37905,6 +40146,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Konami</publisher> <info name="serial" value="AGB-BY7E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="yu-gi-oh! - 7 trials to glory - world championship tournament 2005 (usa) (en,ja,fr,de,es,it).bin" size="16777216" crc="584db6a6" sha1="e7a2fb1901a691b3fdd0a39fb574e6dd536b165e" offset="000000" /> @@ -37920,6 +40162,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20041230"/> <info name="alt_title" value="遊戯王 デュエルモンスターズインターナショナル2"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="yu-gi-oh! duel monsters international 2 (japan) (en,ja).bin" size="16777216" crc="6dcfb879" sha1="4e9c134910d43f245afd648b633a12dfff2120b6" offset="000000" /> @@ -37933,6 +40176,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Konami</publisher> <info name="serial" value="AGB-BY6P"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="33554432"> <rom name="yu-gi-oh! - ultimate masters edition - world championship tournament 2006 (europe) (en,ja,fr,de,es,it).bin" size="33554432" crc="cede4060" sha1="0734be2fe17d9ef5ede88e0a14cd194656aa23d8" offset="000000" /> @@ -37946,6 +40190,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Konami</publisher> <info name="serial" value="AGB-AYWP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="yu-gi-oh! - worldwide edition - stairway to the destined duel (europe) (en,ja,fr,de,es,it).bin" size="16777216" crc="aca5ffc6" sha1="96a490f9152acff2d0f6b2486382f1906b3baee8" offset="000000" /> @@ -37961,6 +40206,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20030417"/> <info name="alt_title" value="遊戯王デュエルモンスターズ インターナショナル ワールドワイドエディション"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="yu-gi-oh! duel monsters international - worldwide edition (japan) (en,ja,fr,de,es,it).bin" size="16777216" crc="98507497" sha1="a6eddd916eff82fa7841366bac1932b88201e548" offset="000000" /> @@ -37976,6 +40222,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20010705"/> <info name="alt_title" value="遊戯王デュエルモンスターズ5 エキスパート1"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="yu-gi-oh! duel monsters 5 expert 1 (japan).bin" size="8388608" crc="f3041e7e" sha1="dc25f733cee913afdf187ec03df30909fe28b03c" offset="000000" /> @@ -37991,6 +40238,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20011220"/> <info name="alt_title" value="遊戯王デュエルモンスターズ6 エキスパート2"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="yu-gi-oh! duel monsters 6 expert 2 (japan).bin" size="16777216" crc="a7054d60" sha1="e5ee6fb7a6a4eb0e33197549fd30f8fe402b595f" offset="000000" /> @@ -38006,6 +40254,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20020704"/> <info name="alt_title" value="遊戯王デュエルモンスターズ7 決闘都市伝説"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="yu-gi-oh! duel monsters 7 - kettou toshi densetsu (japan).bin" size="16777216" crc="b9be9b91" sha1="c28f5c0103e3d0e5919c2023044199409375e0cd" offset="000000" /> @@ -38021,6 +40270,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20030320"/> <info name="alt_title" value="遊戯王デュエルモンスターズ8 破滅の大邪神"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="yu-gi-oh! duel monsters 8 - hametsu no daijashin (japan).bin" size="16777216" crc="681daf1f" sha1="0c1d5cc4989bc9b5becc8c1ed962f6caa55af342" offset="000000" /> @@ -38036,6 +40286,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20060223"/> <info name="alt_title" value="遊戯王デュエルモンスターズ EX2006"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="33554432"> <rom name="yu-gi-oh! duel monsters expert 2006 (japan) (en,ja,fr,de,es,it).bin" size="33554432" crc="7a1019e6" sha1="c1a518426745224f8549b662366933f5f8a66d49" offset="000000" /> @@ -38051,6 +40302,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20040205"/> <info name="alt_title" value="遊戯王デュエルモンスターズ エキスパート3"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="16777216"> <rom name="yu-gi-oh! duel monsters expert 3 (japan) (en,ja,fr,de,es,it).bin" size="16777216" crc="7ab1ec04" sha1="1e321df0ddf6dade3622624bbc4a1164d5cb8add" offset="000000" /> @@ -38064,6 +40316,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Konami</publisher> <info name="serial" value="AGB-BYGP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="33554432"> <rom name="yu-gi-oh! gx - duel academy (europe).bin" size="33554432" crc="3fb2abda" sha1="deb55081c6a567337943d1dddec29b1e6968bccc" offset="000000" /> @@ -38077,6 +40330,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Konami</publisher> <info name="serial" value="AGB-BYGE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="33554432"> <rom name="yu-gi-oh! gx - duel academy (usa).bin" size="33554432" crc="3b8a00fe" sha1="57d6bb789833b62b360072902982d5f1011b3640" offset="000000" /> @@ -38092,6 +40346,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20051013"/> <info name="alt_title" value="遊戯王デュエルモンスターズGX めざせデュエルキング!"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="33554432"> <rom name="yu-gi-oh! duel monsters gx - mezase duel king (japan).bin" size="33554432" crc="f4295da8" sha1="ed6d8a33599ef5bfc27b54830116316acc811018" offset="000000" /> @@ -38107,6 +40362,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20021206"/> <info name="alt_title" value="ユメミちゃんのなりたいシリーズ(3) わたしのメイクサロン"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="yumemi-chan no naritai series 3 - watashi no makesalon (japan).bin" size="4194304" crc="4d35aab7" sha1="117d0f20ac3956ab29ae8a9f48422e8288caf444" offset="000000" /> @@ -38122,6 +40378,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20011115"/> <info name="alt_title" value="友情のビクトリーゴール 4V4嵐 GET THE GOAL!!"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="yuujou no victory goal 4v4 arashi - get the goal!! (japan).bin" size="8388608" crc="ce987f90" sha1="cdbeaebdf98b3c003e8a35cfab9b16f0c5383cd3" offset="000000" /> @@ -38137,6 +40394,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20020124"/> <info name="alt_title" value="幽霊屋敷の二十四時間"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="yuureiyashiki no nijuuyojikan (japan).bin" size="4194304" crc="6da2166e" sha1="c1e33700e6c0e5228152e414d432c61f860c5b69" offset="000000" /> @@ -38152,6 +40410,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20010927"/> <info name="alt_title" value="Z.O.E 2137 TESTAMENT"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="8388608"> <rom name="z.o.e. 2173 - testament (japan).bin" size="8388608" crc="9feef66d" sha1="c882179863001f9f2ea15a46ec65da0f465263c1" offset="000000" /> @@ -38165,6 +40424,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Infogrames</publisher> <info name="serial" value="AGB-AZPP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="zapper (europe) (en,fr,de,es,it).bin" size="4194304" crc="8753a1c5" sha1="08b1d2aa6b37d76d2b19688d01aca778aa6e7f26" offset="000000" /> @@ -38178,6 +40438,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Infogrames</publisher> <info name="serial" value="AGB-AZPE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="zapper (usa).bin" size="4194304" crc="6751a4ef" sha1="1561c4e1f4ab945299f2dfb5bb7df532ec4d4067" offset="000000" /> @@ -38191,6 +40452,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Bandai</publisher> <info name="serial" value="AGB-A4GE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="zatchbell! - electric arena (usa).bin" size="8388608" crc="b4f1e785" sha1="96b67004d7592ae118936e8988c96880d9880f60" offset="000000" /> @@ -38206,6 +40468,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20041104"/> <info name="alt_title" value="ゼルダの伝説 ふしぎのぼうし"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="16777216"> <rom name="zelda no densetsu - fushigi no boushi (japan).bin" size="16777216" crc="6ce771a5" sha1="6c5404a1effb17f481f352181d0f1c61a2765c5d" offset="000000" /> @@ -38221,6 +40484,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20030314"/> <info name="alt_title" value="ゼルダの伝説 神々のトライフォース&4つの剣"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="8388608"> <rom name="zelda no densetsu - kamigami no triforce & 4tsu no tsurugi (japan).bin" size="8388608" crc="81e42bee" sha1="fb3803f6a806154dc93541d17a6d53203cb339ee" offset="000000" /> @@ -38236,6 +40500,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20010321"/> <info name="alt_title" value="全日本GT選手権"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="4194304"> <rom name="zen-nihon gt senshuken (japan).bin" size="4194304" crc="d320a965" sha1="9e837491e9f9c94b937cd1f3e9b70ac9c2a20832" offset="000000" /> @@ -38251,6 +40516,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20021227"/> <info name="alt_title" value="全日本 少年サッカー大会2 めざせ日本一!"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="8388608"> <rom name="zen-nihon shounen soccer taikai 2 - mezase nihon-ichi! (japan).bin" size="8388608" crc="268f9c7e" sha1="e71992923c4e5b3bfe51c1a1960a584347626991" offset="000000" /> @@ -38266,6 +40532,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20030424"/> <info name="alt_title" value="ゼロワン"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="16777216"> <rom name="zero one (japan).bin" size="16777216" crc="84a4c1b4" sha1="42501ed8395dfcc87cc112d20183a9394d0b232f" offset="000000" /> @@ -38281,6 +40548,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20040429"/> <info name="alt_title" value="ZERO ONE SP"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="16777216"> <rom name="zero one sp (japan).bin" size="16777216" crc="fd6ce886" sha1="7ed2b25dff8783a924c5d6dfe2add95d766f32f0" offset="000000" /> @@ -38296,6 +40564,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20010727"/> <info name="alt_title" value="ゼロ・ツアーズ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="4194304"> <rom name="zero-tours (japan).bin" size="4194304" crc="de7c1ae8" sha1="e22ec490683e26dff591459da377c101638b0ed0" offset="000000" /> @@ -38311,6 +40580,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20040318"/> <info name="alt_title" value="絶体絶命でんぢゃらすじーさん 泣きの1回 絶対服従ばいおれんす校長ワガハイが1番えらいんじゃい!!"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="zettaizetsumei dangerous jiisan - naki no 1-kai zettaifukujuu violence kouchou - wagahai ga 1-ban erainjai!! (japan).bin" size="8388608" crc="00328bb3" sha1="e582dd422f33b7f7a5ae306fe5159550f2a55444" offset="000000" /> @@ -38326,6 +40596,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20030926"/> <info name="alt_title" value="絶体絶命でんぢゃらすじーさん 史上最強の土下座"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="zettaizetsumei dangerous jiisan - shijou saikyou no dogeza (japan).bin" size="8388608" crc="7da6cc69" sha1="d246639ddd955058e45be722f64899a2c267d02f" offset="000000" /> @@ -38341,6 +40612,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20041216"/> <info name="alt_title" value="絶体絶命でんぢゃらすじーさん3 果てしなき魔物語"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="zettaizetsumei dangerous jiisan 3 - hateshinaki mamonogatari (japan).bin" size="8388608" crc="5be52fb7" sha1="8e25c26b1a55369cfeee86708b64f41cb650b88b" offset="000000" /> @@ -38356,6 +40628,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20040716"/> <info name="alt_title" value="絶体絶命でんぢゃらすじーさん痛 怒りのおしおきブルース"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="zettaizetsumei dangerous jiisan tsuu - ikari no oshioki blues (japan).bin" size="8388608" crc="99273ee3" sha1="8f294172a467fdc0114c55ac297870d918030c21" offset="000000" /> @@ -38393,6 +40666,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Atari</publisher> <info name="serial" value="AGB-AZ2E-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="zoids legacy (usa).bin" size="8388608" crc="302e75f3" sha1="460fa2158606097f6e6f63ce966d2d6ecdd58d70" offset="000000" /> @@ -38408,6 +40682,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20011130"/> <info name="alt_title" value="ゾイドサーガ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="zoids saga (japan).bin" size="8388608" crc="5975dda8" sha1="75d8c15ac281ea93c8ac7cc7641c490799557081" offset="000000" /> @@ -38423,6 +40698,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20041216"/> <info name="alt_title" value="ゾイドサーガ フューザーズ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="zoids saga fuzors (japan).bin" size="8388608" crc="094e16ad" sha1="f5269aba2e5f587aa2f851f35e96c1cbc5e1a78a" offset="000000" /> @@ -38438,6 +40714,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20030418"/> <info name="alt_title" value="ゾイドサーガII"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="8388608"> <rom name="zoids saga ii (japan).bin" size="8388608" crc="0c039503" sha1="6014ca7c7af931d62634be4baa992a2fe187413f" offset="000000" /> @@ -38453,6 +40730,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20040722"/> <info name="alt_title" value="続ボクらの太陽 太陽少年ジャンゴ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="16777216"> <rom name="zoku bokura no taiyou - taiyou shounen django (japan) (rev 1).bin" size="16777216" crc="71e2cd01" sha1="1a81843c3070decea4cbca20c4563541400b2437" offset="000000" /> @@ -38467,6 +40745,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="serial" value="AGB-U32J-JPN (RK363-J1)"/> <info name="release" value="20040722"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_64k" /> <feature name="pcb_type" value="GBA-EEPROM-64K" /> <dataarea name="rom" size="16777216"> <rom name="zoku bokura no taiyou - taiyou shounen django (japan).bin" size="16777216" crc="2804e589" sha1="54a4dcdeca2ee9a22559eb104b88586386639097" offset="000000" /> @@ -38480,6 +40759,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Konami</publisher> <info name="serial" value="AGB-AZEE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="8388608"> <rom name="zone of the enders - the fist of mars (usa).bin" size="8388608" crc="24244415" sha1="1839f900e5f2c8a52a4ce160a8c35a572c2d388f" offset="000000" /> @@ -38492,6 +40772,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <year>2002</year> <publisher>Acclaim</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="zoocube (europe) (en,fr,de,es,it).bin" size="4194304" crc="4a23b8d6" sha1="5f47fd6ebd9738c85ac93b9faa0266c8abb26090" offset="000000" /> @@ -38507,6 +40788,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20020912"/> <info name="alt_title" value="ズーキューブ"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="zoocube (japan).bin" size="4194304" crc="09a2255f" sha1="a008170113aec5b9b9c1c710c997f0f5c0511dc5" offset="000000" /> @@ -38520,6 +40802,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <publisher>Acclaim</publisher> <info name="serial" value="AGB-ANCE-USA"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <feature name="pcb_type" value="GBA-EEPROM-4K" /> <dataarea name="rom" size="4194304"> <rom name="zoocube (usa).bin" size="4194304" crc="af20be72" sha1="044713bea5245ee6e31b8ec4744c0696f79b30d0" offset="000000" /> @@ -38555,6 +40838,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <year>200?</year> <publisher><unknown></publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="33554432"> <rom name="digimon sapphire (unl).bin" size="33554432" crc="0295d50b" sha1="c6554482efdedb9dec7cbf2781fd4a66a1385780" offset="000000" /> @@ -38567,6 +40851,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <year>2003</year> <publisher><unknown></publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="33554432"> <rom name="digimon ruby (unl).bin" size="33554432" crc="cd0a9fdb" sha1="7abdc00372c2be99c8fa09c5b5ee990febb71a28" offset="000000" /> @@ -38610,6 +40895,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <year>19??</year> <publisher><unknown></publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash" /> <feature name="pcb_type" value="GBA-FLASH" /> <dataarea name="rom" size="4194304"> <rom name="card e-reader (japan).bin" size="4194304" crc="a4ef4e95" sha1="5cf045a083bf7c86a197a7f19caf7153f3e227f4" offset="000000" /> @@ -38622,6 +40908,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <year>19??</year> <publisher><unknown></publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_1m" /> <feature name="pcb_type" value="GBA-FLASH-1M" /> <dataarea name="rom" size="8388608"> <rom name="card e-reader+ (japan).bin" size="8388608" crc="4139e7c3" sha1="2af41785dd72c664e8a1c0f1e1ce0edcd105dd5e" offset="000000" /> @@ -38634,6 +40921,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <year>19??</year> <publisher><unknown></publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_flash_1m" /> <feature name="pcb_type" value="GBA-FLASH-1M" /> <dataarea name="rom" size="8388608"> <rom name="e-reader (usa).bin" size="8388608" crc="8b27cd67" sha1="4b7005e81ee9ffee333b3f6095c3611800b56588" offset="000000" /> @@ -38717,6 +41005,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <info name="release" value="20050913"/> <info name="alt_title" value="プレイやん micro"/> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_sram" /> <feature name="pcb_type" value="GBA-SRAM" /> <dataarea name="rom" size="4194304"> <rom name="play-yan micro (japan).bin" size="4194304" crc="e24f6a15" sha1="41a0c7c7ac492ecf94a4270099c5371b851377c4" offset="000000" /> diff --git a/src/mess/drivers/gba.c b/src/mess/drivers/gba.c index 545ffdecac8..6a090c63030 100644 --- a/src/mess/drivers/gba.c +++ b/src/mess/drivers/gba.c @@ -17,11 +17,11 @@ #include "emu.h" #include "cpu/arm7/arm7.h" #include "cpu/arm7/arm7core.h" -#include "imagedev/cartslot.h" #include "sound/dac.h" #include "machine/intelfsh.h" #include "audio/gb.h" #include "includes/gba.h" +#include "machine/gba_rom.h" #include "rendlay.h" #define VERBOSE_LEVEL (0) @@ -43,27 +43,6 @@ INLINE void verboselog(running_machine &machine, int n_level, const char *s_fmt, static const UINT32 timer_clks[4] = { 16777216, 16777216/64, 16777216/256, 16777216/1024 }; -void gba_state::gba_machine_stop() -{ - // only do this if the cart loader detected some form of backup - if (m_nvsize > 0) - { - device_image_interface *image = dynamic_cast<device_image_interface *>(m_nvimage); - image->battery_save(m_nvptr, m_nvsize); - } - - if (m_flash_size > 0) - { - device_image_interface *image = dynamic_cast<device_image_interface *>(m_nvimage); - UINT8 *nvram = auto_alloc_array( machine(), UINT8, m_flash_size); - for (int i = 0; i < m_flash_size; i++) - { - nvram[i] = m_mFlashDev->read_raw( i); - } - image->battery_save( nvram, m_flash_size); - auto_free( machine(), nvram); - } -} void gba_state::palette_init() { @@ -1918,33 +1897,33 @@ READ32_MEMBER(gba_state::gba_bios_r) READ32_MEMBER(gba_state::gba_10000000_r) { UINT32 data; - UINT32 pc = m_maincpu->state_int( ARM7_PC); - UINT32 cpsr = m_maincpu->state_int( ARM7_CPSR); + UINT32 pc = m_maincpu->state_int(ARM7_PC); + UINT32 cpsr = m_maincpu->state_int(ARM7_CPSR); if (T_IS_SET( cpsr)) { - data = space.read_dword( pc + 8); + data = space.read_dword(pc + 8); } else { - UINT16 insn = space.read_word( pc + 4); + UINT16 insn = space.read_word(pc + 4); data = (insn << 16) | (insn << 0); } - logerror( "%s: unmapped program memory read from %08X = %08X & %08X\n", machine().describe_context( ), 0x10000000 + (offset << 2), data, mem_mask); + logerror("%s: unmapped program memory read from %08X = %08X & %08X\n", machine().describe_context( ), 0x10000000 + (offset << 2), data, mem_mask); return data; } -static ADDRESS_MAP_START( gbadvance_map, AS_PROGRAM, 32, gba_state ) +static ADDRESS_MAP_START( gba_map, AS_PROGRAM, 32, gba_state ) ADDRESS_MAP_UNMAP_HIGH // for "Fruit Mura no Doubutsu Tachi" and "Classic NES Series" AM_RANGE(0x00000000, 0x00003fff) AM_ROM AM_READ(gba_bios_r) AM_RANGE(0x02000000, 0x0203ffff) AM_RAM AM_MIRROR(0xfc0000) AM_RANGE(0x03000000, 0x03007fff) AM_RAM AM_MIRROR(0xff8000) - AM_RANGE(0x04000000, 0x040003ff) AM_READWRITE(gba_io_r, gba_io_w ) + AM_RANGE(0x04000000, 0x040003ff) AM_READWRITE(gba_io_r, gba_io_w) AM_RANGE(0x05000000, 0x050003ff) AM_RAM_WRITE(gba_pram_w) AM_SHARE("gba_pram") // Palette RAM AM_RANGE(0x06000000, 0x06017fff) AM_RAM_WRITE(gba_vram_w) AM_SHARE("gba_vram") // VRAM AM_RANGE(0x07000000, 0x070003ff) AM_RAM_WRITE(gba_oam_w) AM_SHARE("gba_oam") // OAM - AM_RANGE(0x08000000, 0x09ffffff) AM_ROM AM_REGION("cartridge", 0) // cartridge ROM (mirror 0) - AM_RANGE(0x0a000000, 0x0bffffff) AM_ROM AM_REGION("cartridge", 0) // cartridge ROM (mirror 1) - AM_RANGE(0x0c000000, 0x0cffffff) AM_ROM AM_REGION("cartridge", 0) // final mirror + AM_RANGE(0x08000000, 0x09ffffff) AM_DEVREAD("cartslot", gba_cart_slot_device, read_rom) // cartridge ROM (mirror 0) + AM_RANGE(0x0a000000, 0x0bffffff) AM_DEVREAD("cartslot", gba_cart_slot_device, read_rom) // cartridge ROM (mirror 1) + AM_RANGE(0x0c000000, 0x0cffffff) AM_DEVREAD("cartslot", gba_cart_slot_device, read_rom) // final mirror AM_RANGE(0x10000000, 0xffffffff) AM_READ(gba_10000000_r) // for "Justice League Chronicles" (game bug) ADDRESS_MAP_END @@ -1963,6 +1942,7 @@ static INPUT_PORTS_START( gbadv ) PORT_BIT( 0x0001, IP_ACTIVE_LOW, IPT_BUTTON2 ) PORT_NAME("A") PORT_PLAYER(1) // A INPUT_PORTS_END + TIMER_CALLBACK_MEMBER(gba_state::perform_hbl) { int ch, ctrl; @@ -2074,7 +2054,6 @@ void gba_state::machine_reset() { //memset(this, 0, sizeof(this)); m_SOUNDBIAS = 0x0200; - m_eeprom_state = EEP_IDLE; m_SIOMULTI0 = 0xffff; m_SIOMULTI1 = 0xffff; m_SIOMULTI2 = 0xffff; @@ -2109,26 +2088,10 @@ void gba_state::machine_reset() m_radac->write_signed8(0x80); m_lbdac->write_signed8(0x80); m_rbdac->write_signed8(0x80); - - if (m_flash_battery_load != 0) - { - device_image_interface *image = dynamic_cast<device_image_interface *>(m_nvimage); - UINT8 *nvram = auto_alloc_array( machine(), UINT8, m_flash_size); - image->battery_load( nvram, m_flash_size, 0xff); - for (int i = 0; i < m_flash_size; i++) - { - m_mFlashDev->write_raw( i, nvram[i]); - } - auto_free( machine(), nvram); - m_flash_battery_load = 0; - } } void gba_state::machine_start() { - /* add a hook for battery save */ - machine().add_notifier(MACHINE_NOTIFY_EXIT, machine_notify_delegate(FUNC(gba_state::gba_machine_stop),this)); - /* create a timer to fire scanline functions */ m_scan_timer = machine().scheduler().timer_alloc(timer_expired_delegate(FUNC(gba_state::perform_scan),this)); m_hbl_timer = machine().scheduler().timer_alloc(timer_expired_delegate(FUNC(gba_state::perform_hbl),this)); @@ -2157,950 +2120,49 @@ void gba_state::machine_start() /* and an IRQ handling timer */ m_irq_timer = machine().scheduler().timer_alloc(timer_expired_delegate(FUNC(gba_state::handle_irq),this)); m_irq_timer->adjust(attotime::never); -} - -ROM_START( gba ) - ROM_REGION( 0x4000, "maincpu", 0 ) - ROM_LOAD( "gba.bin", 0x000000, 0x004000, CRC(81977335) SHA1(300c20df6731a33952ded8c436f7f186d25d3492) ) - - /* cartridge region - 32 MBytes (128 Mbit) */ - ROM_REGION( 0x2000000, "cartridge", ROMREGION_ERASEFF ) -ROM_END -READ32_MEMBER(gba_state::sram_r) -{ - return m_gba_sram[offset]; -} - -WRITE32_MEMBER(gba_state::sram_w) -{ - COMBINE_DATA(&m_gba_sram[offset]); -} - -READ32_MEMBER(gba_state::flash_r) -{ - UINT32 rv; - - rv = 0; - offset &= m_flash_mask; - if (mem_mask & 0xff) rv |= m_mFlashDev->read(offset*4); - if (mem_mask & 0xff00) rv |= m_mFlashDev->read((offset*4)+1)<<8; - if (mem_mask & 0xff0000) rv |= m_mFlashDev->read((offset*4)+2)<<16; - if (mem_mask & 0xff000000) rv |= m_mFlashDev->read((offset*4)+3)<<24; - - return rv; -} - -WRITE32_MEMBER(gba_state::flash_w) -{ - offset &= m_flash_mask; - switch (mem_mask) + if (m_cartslot->get_type() == GBA_SRAM) { - case 0xff: - m_mFlashDev->write(offset*4, data&0xff); - break; - case 0xff00: - m_mFlashDev->write((offset*4)+1, (data>>8)&0xff); - break; - case 0xff0000: - m_mFlashDev->write((offset*4)+2, (data>>16)&0xff); - break; - case 0xff000000: - m_mFlashDev->write((offset*4)+3, (data>>24)&0xff); - break; - default: - fatalerror("Unknown mem_mask for GBA flash_w %x\n", mem_mask); - break; + m_maincpu->space(AS_PROGRAM).install_read_handler(0xe000000, 0xe00ffff, read32_delegate(FUNC(gba_cart_slot_device::read_ram),(gba_cart_slot_device*)m_cartslot)); + m_maincpu->space(AS_PROGRAM).install_write_handler(0xe000000, 0xe00ffff, write32_delegate(FUNC(gba_cart_slot_device::write_ram),(gba_cart_slot_device*)m_cartslot)); } -} - -READ32_MEMBER(gba_state::eeprom_r) -{ - UINT32 out; - - switch (m_eeprom_state) + if (m_cartslot->get_type() == GBA_EEPROM || m_cartslot->get_type() == GBA_EEPROM4 || m_cartslot->get_type() == GBA_EEPROM64) { - case EEP_IDLE: -// printf("eeprom_r: @ %x, mask %08x (state %d) (PC=%x) = %d\n", offset, ~mem_mask, m_eeprom_state, activecpu_get_pc(), 1); - return 0x00010001; // "ready" - - case EEP_READFIRST: - m_eeprom_count--; - - if (!m_eeprom_count) - { - m_eeprom_count = 64; - m_eeprom_bits = 0; - m_eep_data = 0; - m_eeprom_state = EEP_READ; - } - break; - case EEP_READ: - if ((m_eeprom_bits == 0) && (m_eeprom_count)) - { - if (m_eeprom_addr >= sizeof( m_gba_eeprom)) - { - fatalerror( "eeprom: invalid address (%x)\n", m_eeprom_addr); - } - m_eep_data = m_gba_eeprom[m_eeprom_addr]; - //printf("EEPROM read @ %x = %x (%x)\n", m_eeprom_addr, m_eep_data, (m_eep_data & 0x80) ? 1 : 0); - m_eeprom_addr++; - m_eeprom_bits = 8; - } - - out = (m_eep_data & 0x80) ? 1 : 0; - out |= (out<<16); - m_eep_data <<= 1; - - m_eeprom_bits--; - m_eeprom_count--; - - if (!m_eeprom_count) - { - m_eeprom_state = EEP_IDLE; - } - -// printf("out = %08x\n", out); -// printf("eeprom_r: @ %x, mask %08x (state %d) (PC=%x) = %08x\n", offset, ~mem_mask, m_eeprom_state, activecpu_get_pc(), out); - return out; + // for games larger than 16MB the actual range is smaller but read_ram/write_ram handles that! + m_maincpu->space(AS_PROGRAM).install_read_handler(0xd000000, 0xdffffff, read32_delegate(FUNC(gba_cart_slot_device::read_ram),(gba_cart_slot_device*)m_cartslot)); + m_maincpu->space(AS_PROGRAM).install_write_handler(0xd000000, 0xdffffff, write32_delegate(FUNC(gba_cart_slot_device::write_ram),(gba_cart_slot_device*)m_cartslot)); } -// printf("eeprom_r: @ %x, mask %08x (state %d) (PC=%x) = %d\n", offset, ~mem_mask, m_eeprom_state, space.device().safe_pc(), 0); - return 0; -} - -WRITE32_MEMBER(gba_state::eeprom_w) -{ - if (~mem_mask == 0x0000ffff) + // merge the two flash and mask accesses in read_ram?!? + if (m_cartslot->get_type() == GBA_FLASH || m_cartslot->get_type() == GBA_FLASH512) { - data >>= 16; + m_maincpu->space(AS_PROGRAM).install_read_handler(0xe000000, 0xe00ffff, read32_delegate(FUNC(gba_cart_slot_device::read_ram),(gba_cart_slot_device*)m_cartslot)); + m_maincpu->space(AS_PROGRAM).install_write_handler(0xe000000, 0xe00ffff, write32_delegate(FUNC(gba_cart_slot_device::write_ram),(gba_cart_slot_device*)m_cartslot)); } - -// printf("eeprom_w: %x @ %x (state %d) (PC=%x)\n", data, offset, m_eeprom_state, space.device().safe_pc()); - - switch (m_eeprom_state) + if (m_cartslot->get_type() == GBA_FLASH1M) { - case EEP_IDLE: - if (data == 1) - { - m_eeprom_state++; - } - break; - - case EEP_COMMAND: - if (data == 1) - { - m_eeprom_command = EEP_READFIRST; - } - else - { - m_eeprom_command = EEP_WRITE; - } - m_eeprom_state = EEP_ADDR; - m_eeprom_count = m_eeprom_addr_bits; - m_eeprom_addr = 0; - break; - - case EEP_ADDR: - m_eeprom_addr <<= 1; - m_eeprom_addr |= (data & 1); - m_eeprom_count--; - if (!m_eeprom_count) - { - m_eeprom_addr *= 8; // each address points to 8 bytes - if (m_eeprom_command == EEP_READFIRST) - { - m_eeprom_state = EEP_AFTERADDR; - } - else - { - m_eeprom_count = 64; - m_eeprom_bits = 8; - m_eeprom_state = EEP_WRITE; - m_eep_data = 0; - } - } - break; - - case EEP_AFTERADDR: - m_eeprom_state = m_eeprom_command; - m_eeprom_count = 64; - m_eeprom_bits = 0; - m_eep_data = 0; - if( m_eeprom_state == EEP_READFIRST ) - { - m_eeprom_count = 4; - } - break; - - case EEP_WRITE: - m_eep_data<<= 1; - m_eep_data |= (data & 1); - m_eeprom_bits--; - m_eeprom_count--; - - if (m_eeprom_bits == 0) - { - mame_printf_verbose("%08x: EEPROM: %02x to %x\n", space.device().safe_pc(), m_eep_data, m_eeprom_addr ); - if (m_eeprom_addr >= sizeof( m_gba_eeprom)) - { - fatalerror( "eeprom: invalid address (%x)\n", m_eeprom_addr); - } - m_gba_eeprom[m_eeprom_addr] = m_eep_data; - m_eeprom_addr++; - m_eep_data = 0; - m_eeprom_bits = 8; - } - - if (!m_eeprom_count) - { - m_eeprom_state = EEP_AFTERWRITE; - } - break; - - case EEP_AFTERWRITE: - m_eeprom_state = EEP_IDLE; - break; + m_maincpu->space(AS_PROGRAM).install_read_handler(0xe000000, 0xe01ffff, read32_delegate(FUNC(gba_cart_slot_device::read_ram),(gba_cart_slot_device*)m_cartslot)); + m_maincpu->space(AS_PROGRAM).install_write_handler(0xe000000, 0xe01ffff, write32_delegate(FUNC(gba_cart_slot_device::write_ram),(gba_cart_slot_device*)m_cartslot)); } } -#define GBA_CHIP_EEPROM (1 << 0) -#define GBA_CHIP_SRAM (1 << 1) -#define GBA_CHIP_FLASH (1 << 2) -#define GBA_CHIP_FLASH_1M (1 << 3) -#define GBA_CHIP_RTC (1 << 4) -#define GBA_CHIP_FLASH_512 (1 << 5) -#define GBA_CHIP_EEPROM_64K (1 << 6) -#define GBA_CHIP_EEPROM_4K (1 << 7) -static UINT32 gba_detect_chip( UINT8 *data, int size) -{ - int i; - UINT32 chip = 0; - for (i = 0; i < size; i++) - { - if (!memcmp(&data[i], "EEPROM_V", 8)) - { - chip |= GBA_CHIP_EEPROM; // should be either GBA_CHIP_EEPROM_4K or GBA_CHIP_EEPROM_64K, but it is not yet possible to automatically detect which one - } - else if ((!memcmp(&data[i], "SRAM_V", 6)) || (!memcmp(&data[i], "SRAM_F_V", 8))) // || (!memcmp(&data[i], "ADVANCEWARS", 11))) //advance wars 1 & 2 has SRAM, but no "SRAM_" string can be found inside the ROM space - { - chip |= GBA_CHIP_SRAM; - } - else if (!memcmp(&data[i], "FLASH1M_V", 9)) - { - chip |= GBA_CHIP_FLASH_1M; - } - else if (!memcmp(&data[i], "FLASH512_V", 10)) - { - chip |= GBA_CHIP_FLASH_512; - } - else if (!memcmp(&data[i], "FLASH_V", 7)) - { - chip |= GBA_CHIP_FLASH; - } - else if (!memcmp(&data[i], "SIIRTC_V", 8)) - { - chip |= GBA_CHIP_RTC; - } - } - return chip; -} -static astring gba_chip_string( UINT32 chip) -{ - astring str; - if (chip == 0) str += "NONE "; - if (chip & GBA_CHIP_EEPROM) str += "EEPROM "; - if (chip & GBA_CHIP_EEPROM_64K) str += "EEPROM_64K "; - if (chip & GBA_CHIP_EEPROM_4K) str += "EEPROM_4K "; - if (chip & GBA_CHIP_FLASH) str += "FLASH "; - if (chip & GBA_CHIP_FLASH_1M) str += "FLASH_1M "; - if (chip & GBA_CHIP_FLASH_512) str += "FLASH_512 "; - if (chip & GBA_CHIP_SRAM) str += "SRAM "; - if (chip & GBA_CHIP_RTC) str += "RTC "; - return str.trimspace(); -} - -struct gba_chip_fix_conflict_item -{ - char game_code[5]; - UINT32 chip; -}; - -static const gba_chip_fix_conflict_item gba_chip_fix_conflict_list[] = -{ - { "ABFJ", GBA_CHIP_SRAM }, // 0059 - Breath of Fire - Ryuu no Senshi (JPN) - { "AHMJ", GBA_CHIP_EEPROM_4K }, // 0364 - Dai-Mahjong (JPN) - { "A2GJ", GBA_CHIP_EEPROM_64K }, // 0399 - Advance GT2 (JPN) - { "AK9E", GBA_CHIP_EEPROM_4K }, // 0479 - Medabots AX - Rokusho Version (USA) - { "AK8E", GBA_CHIP_EEPROM_4K }, // 0480 - Medabots AX - Metabee Version (USA) - { "AK9P", GBA_CHIP_EEPROM_4K }, // 0515 - Medabots AX - Rokusho Version (EUR) - { "AGIJ", GBA_CHIP_EEPROM_4K }, // 0548 - Medarot G - Kuwagata Version (JPN) - { "A3DJ", GBA_CHIP_EEPROM_4K }, // 0567 - Disney Sports - American Football (JPN) - { "AF7J", GBA_CHIP_EEPROM_64K }, // 0605 - Tokimeki Yume Series 1 - Ohanaya-san ni Narou! (JPN) - { "AH7J", GBA_CHIP_EEPROM_64K }, // 0617 - Nakayoshi Pet Advance Series 1 - Kawaii Hamster (JPN) - { "AGHJ", GBA_CHIP_EEPROM_4K }, // 0620 - Medarot G - Kabuto Version (JPN) - { "AR8E", GBA_CHIP_SRAM }, // 0727 - Rocky (USA) - { "ALUE", GBA_CHIP_EEPROM_4K }, // 0751 - Super Monkey Ball Jr. (USA) - { "A3DE", GBA_CHIP_EEPROM_4K }, // 0800 - Disney Sports - Football (USA) - { "A87J", GBA_CHIP_EEPROM_64K }, // 0817 - Ohanaya-San Monogatari GBA (JPN) - { "A56J", GBA_CHIP_EEPROM_64K }, // 0827 - DokiDoki Cooking Series 1 - Komugi-chan no Happy Cake (JPN) - { "AUSJ", GBA_CHIP_FLASH }, // 0906 - One Piece - Mezase! King of Berries (JPN) - { "ANTJ", GBA_CHIP_SRAM }, // 0950 - Nippon Pro Mahjong Renmei Kounin - Tetsuman Advance (JPN) - { "A8OJ", GBA_CHIP_EEPROM_64K }, // 0988 - DokiDoki Cooking Series 2 - Gourmet Kitchen - Suteki na Obentou (JPN) - { "AK8P", GBA_CHIP_EEPROM_4K }, // 1022 - Medabots AX - Metabee Version (EUR) - { "A6OJ", GBA_CHIP_EEPROM_64K }, // 1092 - Onimusha Tactics (JPN) - { "A6OE", GBA_CHIP_EEPROM_64K }, // 1241 - Onimusha Tactics (USA) - { "A6OP", GBA_CHIP_EEPROM_64K }, // 1288 - Onimusha Tactics (EUR) - { "BKME", GBA_CHIP_EEPROM_4K }, // 1545 - Kim Possible 2 - Drakken's Demise (USA) - { "BDKJ", GBA_CHIP_EEPROM_64K }, // 1555 - Digi Communication 2 in 1 Datou! Black Gemagema Dan (JPN) - { "BR4J", GBA_CHIP_FLASH }, // 1586 - Rockman EXE 4.5 - Real Operation (JPN) - { "BG8J", GBA_CHIP_EEPROM_64K }, // 1853 - Ganbare! Dodge Fighters (JPN) - { "AROP", GBA_CHIP_EEPROM_4K }, // 1862 - Rocky (EUR) - { "A2YE", GBA_CHIP_SRAM }, // 1906 - Top Gun - Combat Zones (USA) - { "BKMJ", GBA_CHIP_EEPROM_4K }, // 2039 - Kim Possible (JPN) - { "BKEJ", GBA_CHIP_EEPROM_64K }, // 2047 - Konjiki no Gashbell - The Card Battle for GBA (JPN) - { "BKMP", GBA_CHIP_EEPROM_4K }, // 2297 - Kim Possible 2 - Drakken's Demise (EUR) - { "BUHJ", GBA_CHIP_EEPROM_4K }, // 2311 - Ueki no Housoku Shinki Sakuretsu! Nouryokumono Battle (JPN) - { "BYUJ", GBA_CHIP_EEPROM_64K }, // 2322 - Yggdra Union (JPN) -}; - -struct gba_chip_fix_eeprom_item -{ - char game_code[5]; -}; - -static const gba_chip_fix_eeprom_item gba_chip_fix_eeprom_list[] = -{ - // gba scan no. 7 - { "AKTJ" }, // 0145 - Hello Kitty Collection - Miracle Fashion Maker (JPN) - { "AISP" }, // 0185 - International Superstar Soccer (EUR) - { "AKGP" }, // 0204 - Mech Platoon (EUR) - { "AX2E" }, // 0207 - Dave Mirra Freestyle BMX 2 (USA) - { "AASJ" }, // 0234 - World Advance Soccer - Shouri heno Michi (JPN) - { "AA2J" }, // 0237 - Super Mario World - Super Mario Advance 2 (JPN) - { "AJWJ" }, // 0242 - Jikkyou World Soccer Pocket (JPN) - { "AABE" }, // 0244 - American Bass Challenge (USA) - { "AWXJ" }, // 0254 - ESPN Winter X-Games Snowboarding 2002 (JPN) - { "AALJ" }, // 0259 - Kidou Tenshi Angelic Layer - Misaki to Yume no Tenshi-tachi (JPN) - { "AKGE" }, // 0263 - Mech Platoon (USA) - { "AGLJ" }, // 0273 - Tomato Adventure (JPN) - { "AWIJ" }, // 0274 - Hyper Sports 2002 Winter (JPN) - { "APNJ" }, // 0286 - Pinky Monkey Town (JPN) - { "AA2E" }, // 0288 - Super Mario World - Super Mario Advance 2 (USA) - { "AX2P" }, // 0293 - Dave Mirra Freestyle BMX 2 (EUR) - { "AMGP" }, // 0296 - ESPN Great Outdoor Games - Bass Tournament (EUR) - { "AMHJ" }, // 0308 - Bomberman Max 2 - Bomberman Version (JPN) - { "AGNJ" }, // 0311 - Goemon - New Age Shutsudou! (JPN) - { "AMYJ" }, // 0324 - Bomberman Max 2 - Max Version (JPN) - { "AT3E" }, // 0326 - Tony Hawk's Pro Skater 3 (USA) - { "AHHE" }, // 0327 - High Heat - Major League Baseball 2003 (USA) - { "ANLE" }, // 0328 - NHL 2002 (USA) - { "AAGJ" }, // 0345 - Angelique (JPN) - { "ABJP" }, // 0351 - Broken Sword - The Shadow of the Templars (EUR) - { "AKVJ" }, // 0357 - K-1 Pocket Grand Prix (JPN) - { "AKGJ" }, // 0361 - Kikaika Guntai - Mech Platoon (JPN) - { "ADDJ" }, // 0362 - Diadroids World - Evil Teikoku no Yabou (JPN) - { "ABJE" }, // 0365 - Broken Sword - The Shadow of the Templars (USA) - { "AABP" }, // 0380 - Super Black Bass Advance (EUR) - { "AA2P" }, // 0390 - Super Mario World - Super Mario Advance 2 (EUR) - { "A2GJ" }, // 0399 - Advance GT2 (JPN) - { "AEWJ" }, // 0400 - Ui-Ire - World Soccer Winning Eleven (JPN) - { "ADPJ" }, // 0417 - Doraemon - Dokodemo Walker (JPN) - { "AN5J" }, // 0420 - Kawa no Nushi Tsuri 5 - Fushigi no Mori Kara (JPN) - { "ACBJ" }, // 0421 - Gekitou! Car Battler Go!! (JPN) - { "AHIJ" }, // 0426 - Hitsuji no Kimochi (JPN) - { "ATFP" }, // 0429 - Alex Ferguson's Player Manager 2002 (EUR) - { "AFUJ" }, // 0431 - Youkaidou (JPN) - { "AEPP" }, // 0435 - Sheep (EUR) - { "AMHE" }, // 0442 - Bomberman Max 2 - Blue Advance (USA) - { "AMYE" }, // 0443 - Bomberman Max 2 - Red Advance (USA) - { "AT3F" }, // 0457 - Tony Hawk's Pro Skater 3 (FRA) - { "ARJJ" }, // 0497 - Custom Robo GX (JPN) - { "AFCJ" }, // 0521 - RockMan & Forte (JPN) - { "ANJE" }, // 0528 - Madden NFL 2003 (USA) - { "AN7J" }, // 0533 - Famista Advance (JPN) - { "ATYJ" }, // 0540 - Gambler Densetsu Tetsuya - Yomigaeru Densetsu (JPN) - { "AXBJ" }, // 0551 - Black Matrix Zero (JPN) - { "A3AE" }, // 0580 - Yoshi's Island - Super Mario Advance 3 (USA) - { "A3AJ" }, // 0582 - Super Mario Advance 3 (JPN) - { "AZUJ" }, // 0595 - Street Fighter Zero 3 - Upper (JPN) - { "ALOE" }, // 0600 - The Lord of the Rings - The Fellowship of the Ring (USA) - { "A2SE" }, // 0602 - Spyro 2 - Season of Flame (USA) - { "AF7J" }, // 0605 - Tokimeki Yume Series 1 - Ohanaya-san ni Narou! (JPN) - { "A3AP" }, // 0610 - Yoshi's Island - Super Mario Advance 3 (EUR) - { "AH7J" }, // 0617 - Nakayoshi Pet Advance Series 1 - Kawaii Hamster (JPN) - { "AI7J" }, // 0618 - Nakayoshi Pet Advance Series 2 - Kawaii Koinu (JPN) - { "AN3J" }, // 0619 - Nakayoshi Pet Advance Series 3 - Kawaii Koneko (JPN) - { "AAPJ" }, // 0632 - Metalgun Slinger (JPN) - { "A2JJ" }, // 0643 - J.League - Winning Eleven Advance 2002 (JPN) - { "AHXJ" }, // 0649 - High Heat - Major League Baseball 2003 (JPN) - { "AHAJ" }, // 0651 - Hamster Paradise Advance (JPN) - { "APUJ" }, // 0653 - PukuPuku Tennen Kairanban (JPN) - { "A2SP" }, // 0673 - Spyro 2 - Season of Flame (EUR) - { "AN9J" }, // 0675 - Tales of the World - Narikiri Dungeon 2 (JPN) - { "ACBE" }, // 0683 - Car Battler Joe (USA) - { "AT6E" }, // 0693 - Tony Hawk's Pro Skater 4 (USA) - { "ALOP" }, // 0702 - The Lord of the Rings - The Fellowship of the Ring (EUR) - { "A63J" }, // 0710 - Kawaii Pet Shop Monogatari 3 (JPN) - { "AAXJ" }, // 0748 - Fantastic Maerchen - Cake-yasan Monogatari (JPN) - { "AZLE" }, // 0763 - The Legend of Zelda - A Link to the Past & Four Swords (USA) - { "AZUP" }, // 0765 - Street Fighter Alpha 3 - Upper (EUR) - { "AJKJ" }, // 0769 - Jikkyou World Soccer Pocket 2 (JPN) - { "AB3E" }, // 0781 - Dave Mirra Freestyle BMX 3 (USA) - { "A2IJ" }, // 0791 - Magi Nation (JPN) - { "AK7J" }, // 0792 - Klonoa Heroes - Densetsu no Star Medal (JPN) - { "A2HJ" }, // 0794 - Hajime no Ippo - The Fighting! (JPN) - { "ALNE" }, // 0795 - Lunar Legend (USA) - { "AUCJ" }, // 0808 - Uchuu Daisakusen Choco Vader - Uchuu Kara no Shinryakusha (JPN) - { "A59J" }, // 0809 - Toukon Heat (JPN) - { "ALJE" }, // 0815 - Sea Trader - Rise of Taipan (USA) - { "A87J" }, // 0817 - Ohanaya-San Monogatari GBA (JPN) - { "A56J" }, // 0827 - DokiDoki Cooking Series 1 - Komugi-chan no Happy Cake (JPN) - { "AHZJ" }, // 0830 - Higanbana (JPN) - { "A8BP" }, // 0832 - Medabots - Metabee Version (EUR) - { "A2OJ" }, // 0833 - K-1 Pocket Grand Prix 2 (JPN) - { "AY2P" }, // 0843 - International Superstar Soccer Advance (EUR) - { "ANSJ" }, // 0845 - Marie, Elie & Anis no Atelier - Soyokaze Kara no Dengon (JPN) - { "ACOJ" }, // 0865 - Manga-ka Debut Monogatari (JPN) - { "AZLP" }, // 0870 - The Legend of Zelda - A Link to the Past & Four Swords (EUR) - { "AWKJ" }, // 0879 - Wagamama Fairy Mirumo de Pon! - Ougon Maracas no Densetsu (JPN) - { "AZUE" }, // 0886 - Street Fighter Alpha 3 - Upper (USA) - { "AZLJ" }, // 0887 - Zelda no Densetsu - Kamigami no Triforce & 4tsu no Tsurugi (JPN) - { "A6ME" }, // 0889 - MegaMan & Bass (USA) - { "A64J" }, // 0915 - Shimura Ken no Baka Tonosama (JPN) - { "A9HJ" }, // 0917 - Dragon Quest Monsters - Caravan Heart (JPN) - { "AMHP" }, // 0929 - Bomberman Max 2 - Blue Advance (EUR) - { "AMYP" }, // 0930 - Bomberman Max 2 - Red Advance (EUR) - { "AMGJ" }, // 0943 - Exciting Bass (JPN) - { "A5KJ" }, // 0946 - Medarot 2 Core - Kabuto Version (JPN) - { "A4LJ" }, // 0949 - Sylvania Family 4 - Meguru Kisetsu no Tapestry (JPN) - { "A2VJ" }, // 0955 - Kisekko Gurumi - Chesty to Nuigurumi-tachi no Mahou no Bouken (JPN) - { "A5QJ" }, // 0956 - Medarot 2 Core - Kuwagata Version (JPN) - { "AZBJ" }, // 0958 - Bass Tsuri Shiyouze! (JPN) - { "AO2J" }, // 0961 - Oshare Princess 2 (JPN) - { "AB4J" }, // 0965 - Summon Night - Craft Sword Monogatari (JPN) - { "AZAJ" }, // 0971 - Azumanga Daiou Advance (JPN) - { "AF3J" }, // 0974 - Zero One (JPN) - { "A8OJ" }, // 0988 - DokiDoki Cooking Series 2 - Gourmet Kitchen - Suteki na Obentou (JPN) - { "AT3D" }, // 1016 - Tony Hawk's Pro Skater 3 (GER) - { "A6MP" }, // 1031 - MegaMan & Bass (EUR) - { "ANNJ" }, // 1032 - Gekitou Densetsu Noah - Dream Management (JPN) - { "AFNJ" }, // 1036 - Angel Collection - Mezase! Gakuen no Fashion Leader (JPN) - { "ALFP" }, // 1041 - Dragon Ball Z - The Legacy of Goku II (EUR) - { "A9TJ" }, // 1055 - Metal Max 2 Kai (JPN) - { "ALFE" }, // 1070 - Dragon Ball Z - The Legacy of Goku II (USA) - { "BHCJ" }, // 1074 - Hamster Monogatari Collection (JPN) - { "BKKJ" }, // 1075 - Minna no Shiiku Series - Boku no Kabuto-Kuwagata (JPN) - { "BKIJ" }, // 1083 - Nakayoshi Pet Advance Series 4 - Kawaii Koinu Kogata Inu (JPN) - { "BGBJ" }, // 1084 - Get! - Boku no Mushi Tsukamaete (JPN) - { "A82J" }, // 1085 - Hamster Paradise - Pure Heart (JPN) - { "U3IJ" }, // 1087 - Bokura no Taiyou - Taiyou Action RPG (JPN) - { "A6OJ" }, // 1092 - Onimusha Tactics (JPN) - { "AN8J" }, // 1102 - Tales of Phantasia (JPN) - { "AC4J" }, // 1104 - Meitantei Conan - Nerawareta Tantei (JPN) - { "A8ZJ" }, // 1108 - Shin Megami Tensei Devil Children - Puzzle de Call! (JPN) - { "BGMJ" }, // 1113 - Gensou Maden Saiyuuki - Hangyaku no Toushin-taishi (JPN) - { "BMDE" }, // 1115 - Madden NFL 2004 (USA) - { "BO3J" }, // 1141 - Oshare Princess 3 (JPN) - { "U3IE" }, // 1145 - Boktai - The Sun is in Your Hand (USA) - { "BMRJ" }, // 1194 - Matantei Loki Ragnarok - Gensou no Labyrinth (JPN) - { "BLME" }, // 1204 - Lizzie McGuire (USA) - { "AOWE" }, // 1208 - Spyro - Attack of the Rhynocs (USA) - { "BTOE" }, // 1209 - Tony Hawk's Underground (USA) - { "BFJE" }, // 1212 - Frogger's Journey - The Forgotten Relic (USA) - { "A88P" }, // 1229 - Mario & Luigi - Superstar Saga (EUR) - { "BEYP" }, // 1236 - Beyblade VForce - Ultimate Blader Jam (EUR) - { "A85J" }, // 1239 - Sanrio Puroland All Characters (JPN) - { "BMZJ" }, // 1240 - Zooo (JPN) - { "A6OE" }, // 1241 - Onimusha Tactics (USA) - { "AOWP" }, // 1253 - Spyro Adventure (EUR) - { "A88E" }, // 1260 - Mario & Luigi - Superstar Saga (USA) - { "BEYE" }, // 1262 - Beyblade VForce - Ultimate Blader Jam (USA) - { "BCME" }, // 1264 - CIMA - The Enemy (USA) - { "A88J" }, // 1266 - Mario & Luigi RPG (JPN) - { "A5CP" }, // 1269 - Sim City 2000 (EUR) - { "BGAJ" }, // 1277 - SD Gundam G Generation (JPN) - { "A6OP" }, // 1288 - Onimusha Tactics (EUR) - { "BLMP" }, // 1289 - Lizzie McGuire (EUR) - { "ASIE" }, // 1295 - The Sims - Bustin' Out (USA) - { "BISJ" }, // 1299 - Koinu-Chan no Hajimete no Osanpo - Koinu no Kokoro Ikusei Game (JPN) - { "BK3J" }, // 1305 - Card Captor Sakura - Sakura Card de Mini Game (JPN) - { "A4GJ" }, // 1306 - Konjiki no Gashbell!! - Unare! Yuujou no Zakeru (JPN) - { "BTAJ" }, // 1315 - Astro Boy - Tetsuwan Atom (JPN) - { "BS5J" }, // 1322 - Sylvanian Family - Yousei no Stick to Fushigi no Ki (JPN) - { "A5CE" }, // 1326 - Sim City 2000 (USA) - { "B4PJ" }, // 1342 - The Sims (JPN) - { "BDTJ" }, // 1383 - Downtown - Nekketsu Monogatari EX (JPN) - { "B08J" }, // 1391 - One Piece - Going Baseball (JPN) - { "AWUP" }, // 1394 - Sabre Wulf (EUR) - { "BRPJ" }, // 1421 - Liliput Oukoku (JPN) - { "BPNJ" }, // 1435 - Pika Pika Nurse Monogatari - Nurse Ikusei Game (JPN) - { "BP3J" }, // 1446 - Pia Carrot he Youkoso!! 3.3 (JPN) - { "BKCJ" }, // 1461 - Crayon Shin-Chan - Arashi no Yobu Cinema-Land no Daibouken! (JPN) - { "BGNJ" }, // 1464 - Battle Suit Gundam Seed - Battle Assault (JPN) - { "U3IP" }, // 1465 - Boktai - The Sun is in Your Hand (EUR) - { "BDTE" }, // 1484 - River City Ransom EX (USA) - { "BHTE" }, // 1485 - Harry Potter and the Prisoner of Azkaban (USA) - { "FZLE" }, // 1494 - Classic NES Series - The Legend of Zelda (USA) - { "FEBE" }, // 1499 - Classic NES Series - ExciteBike (USA) - { "BUCE" }, // 1505 - Ultimate Card Games (USA) - { "AWUE" }, // 1511 - Sabre Wulf (USA) - { "B2DP" }, // 1522 - Donkey Kong Country 2 (EUR) - { "BHTJ" }, // 1528 - Harry Potter to Azkaban no Shuujin (JPN) - { "A5SJ" }, // 1534 - Oshare Wanko (JPN) - { "B2DJ" }, // 1541 - Super Donkey Kong 2 (JPN) - { "BTAE" }, // 1551 - Astro Boy - Omega Factor (USA) - { "BKOJ" }, // 1553 - Kaiketsu Zorori to Mahou no Yuuenchi (JPN) - { "BDKJ" }, // 1555 - Digi Communication 2 in 1 Datou! Black Gemagema Dan (JPN) - { "U32J" }, // 1567 - Zoku Bokura no Taiyou - Taiyou Shounen Django (JPN) - { "ALFJ" }, // 1573 - Dragon Ball Z - The Legacy of Goku II - International (JPN) - { "BGHJ" }, // 1575 - Gakkou no Kaidan - Hyakuyobako no Fuuin (JPN) - { "BZOJ" }, // 1576 - Zero One SP (JPN) - { "BDXJ" }, // 1587 - B-Densetsu! Battle B-Daman Moero! B-Kon (JPN) - { "BNBJ" }, // 1589 - Himawari Doubutsu Byouin Pet no Oishasan (JPN) - { "BMFE" }, // 1595 - Madden NFL 2005 (USA) - { "FMRJ" }, // 1599 - Famicom Mini Series 23 - Metroid (JPN) - { "FPTJ" }, // 1600 - Famicom Mini Series 24 - Hikari Shinwa - Palutena no Kagame (JPN) - { "FLBJ" }, // 1601 - Famicom Mini Series 25 - The Legend of Zelda 2 - Link no Bouken (JPN) - { "FSDJ" }, // 1606 - Famicom Mini Series 30 - SD Gundam World - Gachapon Senshi Scramble Wars (JPN) - { "BSKJ" }, // 1611 - Summon Night - Craft Sword Monogatari 2 (JPN) - { "BG3E" }, // 1628 - Dragon Ball Z - Buu's Fury (USA) - { "BECJ" }, // 1644 - Angel Collection 2 - Pichimo ni Narou (JPN) - { "B2TE" }, // 1672 - Tony Hawk's Underground 2 (USA) - { "BTYE" }, // 1689 - Ty the Tasmanian Tiger 2 - Bush Rescue (USA) - { "BT2E" }, // 1695 - Teenage Mutant Ninja Turtles 2 - Battlenexus (USA) - { "U32E" }, // 1697 - Boktai 2 - Solar Boy Django (USA) - { "BFDJ" }, // 1708 - Fruit Mura no Doubutsu Tachi (JPN) - { "BPQJ" }, // 1717 - PukuPuku Tennen Kairanban - Koi no Cupid Daisakusen (JPN) - { "BZMJ" }, // 1721 - The Legend of Zelda - Fushigi no Boushi (JPN) - { "FLBE" }, // 1723 - Classic NES Series - Zelda II - The Adventure of Link (USA) - { "BZMP" }, // 1736 - The Legend of Zelda - The Minish Cap (EUR) - { "B2DE" }, // 1754 - Donkey Kong Country 2 (USA) - { "BT2P" }, // 1758 - Teenage Mutant Ninja Turtles 2 - Battle Nexus (EUR) - { "BB2E" }, // 1759 - Beyblade G-Revolution (USA) - { "BRGE" }, // 1761 - Yu-Yu-Hakusho - Tournament Tactics (USA) - { "BFJJ" }, // 1766 - Frogger - Kodaibunmei no Nazo (JPN) - { "BB2P" }, // 1776 - Beyblade G-Revolution (EUR) - { "BSFJ" }, // 1791 - Sylvania Family - Fashion Designer ni Naritai (JPN) - { "BPIE" }, // 1798 - It's Mr Pants (USA) - { "B3PJ" }, // 1809 - Pukupuku Tennen Kairanban Youkoso Illusion Land (JPN) - { "BHDJ" }, // 1812 - Hello Idol Debut (JPN) - { "BKUJ" }, // 1823 - Shingata Medarot - Kuwagata Version (JPN) - { "BKVJ" }, // 1824 - Shingata Medarot - Kabuto Version (JPN) - { "BLIJ" }, // 1825 - Little Patissier Cake no Oshiro (JPN) - { "B3TJ" }, // 1833 - Tales of the World - Narikiri Dungeon 3 (JPN) - { "B2KJ" }, // 1836 - Kiss x Kiss - Seirei Gakuen (JPN) - { "A9BE" }, // 1837 - Medabots - Rokusho Version (USA) - { "BZME" }, // 1842 - The Legend of Zelda - The Minish Cap (USA) - { "B8MJ" }, // 1845 - Mario Party Advance (JPN) - { "A8BE" }, // 1871 - Medabots - Metabee Version (USA) - { "BTAP" }, // 1879 - Astro Boy - Omega Factor (EUR) - { "FSRJ" }, // 1916 - Famicom Mini Series - Dai 2 Ji Super Robot Taisen (JPN) - { "B8ME" }, // 1931 - Mario Party Advance (USA) - { "BO8K" }, // 1938 - One Piece - Going Baseball Haejeok Yaku (KOR) - { "B4ZJ" }, // 1941 - Rockman Zero 4 (JPN) - { "BQAJ" }, // 1953 - Meitantei Conan Akatsuki no Monument (JPN) - { "BIPJ" }, // 1956 - One Piece - Dragon Dream (JPN) - { "BQBJ" }, // 1970 - Konchu Monster Battle Master (JPN) - { "BQSJ" }, // 1971 - Konchu Monster Battle Stadium (JPN) - { "BWXJ" }, // 1982 - Wanko Mix Chiwanko World (JPN) - { "A9TJ" }, // 1984 - Metal Max 2 - Kai Version (JPN) - { "U32P" }, // 1992 - Boktai 2 - Solar Boy Django (EUR) - { "B4RJ" }, // 2005 - Shikakui Atama wo Marukusuru Advance - Kokugo Sansu Rika Shakai (JPN) - { "B4KJ" }, // 2007 - Shikakui Atama wo Marukusuru Advance - Kanji Keisan (JPN) - { "BFCJ" }, // 2019 - Fantasic Children (JPN) - { "BCSP" }, // 2020 - 2 in 1 - V-Rally 3 - Stuntman (EUR) - { "BM2J" }, // 2024 - Momotarou Densetsu G Gold Deck wo Tsukure! (JPN) - { "BEJJ" }, // 2026 - Erementar Gerad (JPN) - { "B5AP" }, // 2034 - Crash & Spyro - Super Pack Volume 1 (EUR) - { "B52P" }, // 2035 - Crash & Spyro - Super Pack Volume 2 (EUR) - { "BFMJ" }, // 2046 - Futari wa Precure Max Heart Maji! Maji! Fight de IN Janai (JPN) - { "BKEJ" }, // 2047 - Konjiki no Gashbell - The Card Battle for GBA (JPN) - { "U33J" }, // 2048 - Shin Bokura no Taiyou - Gyakushuu no Sabata (JPN) - { "BHFJ" }, // 2050 - Twin Series 4 - Ham Ham Monster EX + Fantasy Puzzle Hamster Monogatari (JPN) - { "BMWJ" }, // 2051 - Twin Series 5 - Wan Wan Meitantei EX + Mahou no Kuni no Keaki-Okusan Monogatari (JPN) - { "BMZP" }, // 2055 - Zooo (EUR) - { "B6ME" }, // 2057 - Madden NFL 06 (USA) - { "BT4E" }, // 2058 - Dragon Ball GT - Transformation (USA) - { "B2OJ" }, // 2071 - Pro Mahjong - Tsuwamono GBA (JPN) - { "BX4E" }, // 2079 - 2 in 1 - Tony Hawk's Underground + Kelly Slater's Pro Surfer (USA) - { "BRLE" }, // 2097 - Rebelstar - Tactical Command (USA) - { "BX5P" }, // 2100 - Rayman - 10th Anniversary (EUR) - { "B4ZP" }, // 2108 - MegaMan Zero 4 (EUR) - { "BX5E" }, // 2123 - Rayman - 10th Anniversary (USA) - { "BGXJ" }, // 2143 - Gunstar Super Heroes (JPN) - { "B4ZE" }, // 2144 - Megaman Zero 4 (USA) - { "B53P" }, // 2164 - Crash & Spyro - Super Pack Volume 3 (EUR) - { "B26E" }, // 2169 - World Poker Tour (USA) - { "BH9E" }, // 2172 - Tony Hawk's American Sk8land (USA) - { "BHGE" }, // 2177 - Gunstar Super Heroes (USA) - { "BCMJ" }, // 2178 - Frontier Stories (JPN) - { "BUZE" }, // 2182 - Ultimate Arcade Games (USA) - { "BTVE" }, // 2198 - Ty the Tasmanian Tiger 3 - Night of the Quinkan (USA) - { "BHGP" }, // 2199 - Gunstar Future Heroes (EUR) - { "BH9X" }, // 2214 - Tony Hawk's American Sk8land (EUR) - { "BWIP" }, // 2231 - Win X Club (EUR) - { "BQTP" }, // 2232 - My Pet Hotel (EUR) - { "B4LJ" }, // 2245 - Sugar Sugar Une - Heart Gaippai! Moegi Gakuen (JPN) - { "B3CJ" }, // 2249 - Summon Night Craft Sword Monogatari - Hajimari no Ishi (JPN) - { "A4GE" }, // 2260 - ZatchBell! - Electric Arena (USA) - { "BLFE" }, // 2264 - 2 in 1 - Dragon Ball Z 1 and 2 (USA) - { "BO2J" }, // 2272 - Ochainu no Bouken Jima (JPN) - { "BWIE" }, // 2276 - WinX Club (USA) - { "BGQE" }, // 2279 - Greg Hastings' Tournament Paintball Max'd (USA) - { "BURE" }, // 2298 - Paws & Claws - Pet Resort (USA) - { "A3AC" }, // 2303 - Yaoxi Dao (CHN) - { "AN8E" }, // 2305 - Tales of Phantasia (USA) - { "BZWJ" }, // 2309 - Akagi (JPN) - { "BT8P" }, // 2316 - Teenage Mutant Ninja Turtles Double Pack (EUR) - { "BYUJ" }, // 2322 - Yggdra Union (JPN) - { "AN3E" }, // 2324 - Catz (USA) - { "AN8P" }, // 2325 - Tales of Phantasia (EUR) - { "AA2C" }, // 2332 - Chaoji Maliou Shijie (CHN) - { "BWOP" }, // 2333 - World Poker Tour (EUR) - { "BKCS" }, // 2334 - Shinchan - Aventuras en Cineland (ESP) - { "BC2J" }, // 2341 - Crayon Shin chan - Densetsu wo Yobu Omake no Miyako Shockgaan (JPN) - { "BUOJ" }, // 2345 - Minna no Soft Series - Numpla Advance (JPN) - { "AN3J" }, // 2347 - Minna no Soft Series - Kawaii Koneko (JPN) - { "BUOE" }, // 2366 - Dr. Sudoku (USA) - { "B8SE" }, // 2368 - Spyro Superpack - Season of Ice + Season of Flame (USA) - { "U32J" }, // 2369 - Zoku Bokura no Taiyou - Taiyou Shounen Django (v01) (JPN) - { "BBMJ" }, // 2388 - B-Legend! Battle B-Daman - Moero! B-Damashi!! (JPN) - { "B53E" }, // 2395 - Crash & Spyro Superpack - Ripto's Rampage + The Cortex Conspiracy (USA) - { "BH9P" }, // 2399 - Tony Hawk's American Sk8land (EUR) - { "BAQP" }, // 2406 - Premier Action Soccer (EUR) - { "AB4E" }, // 2432 - Summon Night - Swordcraft Story (USA) - { "BBYE" }, // 2436 - Barnyard (USA) - { "BDXE" }, // 2438 - Battle B-Daman (USA) - { "B7ME" }, // 2446 - Madden NFL 07 (USA) - { "BUFE" }, // 2447 - 2 Games in 1 - Dragon Ball Z - Buu's Fury + Dragon Ball GT - Transformation (USA) - { "BUOP" }, // 2449 - Dr. Sudoku (EUR) - { "BBYX" }, // 2461 - Barnyard (EUR) - { "BFEE" }, // 2466 - Dogz - Fashion (USA) - { "AN3X" }, // 2468 - Catz (EUR) - { "BBME" }, // 2481 - Battle B-Daman - Fire Spirits (USA) - { "BQZE" }, // 2487 - Avatar - The Last Airbender (USA) - { "BXFE" }, // 2498 - Bratz - Forever Diamondz (USA) - { "BT8E" }, // 2500 - Teenage Mutant Ninja Turtles Double Pack (USA) - { "B3YE" }, // 2504 - The Legend of Spyro - A New Beginning (USA) - { "BSKE" }, // 2505 - Summon Night - Swordcraft Story 2 (USA) - { "BHBP" }, // 2513 - Best Friends - Hunde & Katzen (EUR) - { "B3YP" }, // 2519 - The Legend Of Spyro - A New Beginning (EUR) - { "BXFD" }, // 2520 - Bratz - Forever Diamondz (GER) - { "BRLP" }, // 2532 - Rebelstar - Tactical Command (EUR) - { "BENP" }, // 2560 - Eragon (EUR) - { "BENE" }, // 2561 - Eragon (USA) - { "BYUE" }, // 2573 - Yggdra Union - We'll Never Fight Alone (USA) - { "BFRP" }, // 2588 - My Animal Centre in Africa (EUR) - { "BFQE" }, // 2606 - Mazes of Fate (USA) - { "BQZP" }, // 2607 - Avatar - The Legend of Aang (EUR) - { "BFEP" }, // 2613 - Dogz Fashion (EUR) - { "BC2S" }, // 2631 - Shinchan contra los Munecos de Shock Gahn (ESP) - { "BXFP" }, // 2640 - Bratz - Forever Diamondz (EUR) - { "BEFP" }, // 2652 - Best Friends - My Horse (EUR) - { "BNBE" }, // 2695 - Petz Vet (USA) - { "BIME" }, // 2696 - Dogz 2 (USA) - { "BQTX" }, // 2710 - Mijn Dierenpension (EUR) - { "BIMP" }, // 2720 - Dogz 2 (EUR) - { "BIMX" }, // 2727 - Dogz 2 (EUR) - { "BHUE" }, // 2730 - Horsez (USA) - { "BQTF" }, // 2732 - Lea - Passion Veterinaire (FRA) - { "BJPP" }, // 2770 - Harry Potter Collection (EUR) - { "BEFE" }, // 2772 - Let's Ride - Friends Forever (USA) - { "BHBE" }, // 2774 - Best Friends - Dogs & Cats (USA) - { "BYUP" }, // 2781 - Yggdra Union - We'll Never Fight Alone (EUR) - { "ACOJ" }, // 2787 - Manga-ka Debut Monogatari (v01) (JPN) - { "BFDJ" }, // 2789 - Fruit Mura no Doubutsu Tachi (v02) (JPN) - // gba scan no. 8 - { "AYSJ" }, // 0229 - Gakkou wo Tsukurou!! Advance (JPN) - { "ASNJ" }, // 0260 - Sansara Naga 1x2 (JPN) - { "ACTX" }, // 0265 - Creatures (EUR) - { "ASFJ" }, // 0359 - Slot! Pro Advance - Takarabune & Ooedo Sakurafubuki 2 (JPN) - { "ABGJ" }, // 0404 - Sweet Cookie Pie (JPN) - { "ARNJ" }, // 0615 - Harukanaru Toki no Naka de (JPN) - { "AOPJ" }, // 0646 - Oshare Princess (JPN) - { "AHVJ" }, // 0664 - Nakayoshi Youchien - Sukoyaka Enji Ikusei Game (JPN) - { "AYCE" }, // 0758 - Phantasy Star Collection (USA) - { "AYCP" }, // 0877 - Phantasy Star Collection (EUR) - { "ATBJ" }, // 0948 - Slot! Pro 2 Advance - GoGo Juggler & New Tairyou (JPN) - { "A83J" }, // 1012 - Hamster Monogatari 3 GBA (JPN) - { "AEHJ" }, // 1014 - Puzzle & Tantei Collection (JPN) - { "BWDJ" }, // 1114 - Wan Nyan Doubutsu Byouin (JPN) - { "BKZE" }, // 1138 - Banjo-Kazooie - Grunty's Revenge (USA) - { "FZLJ" }, // 1369 - Famicom Mini Series 5 - Zelda no Denzetsu 1 (JPN) - { "BPVP" }, // 1738 - Pferd & Pony - Mein Pferdehof (EUR) - { "ACTY" }, // 1763 - Creatures (EUR) - { "BITJ" }, // 1811 - Onmyou Taisenki Zeroshik (JPN) - { "BOVJ" }, // 1848 - Bouken-Ou Beet - Busters Road (JPN) - { "BT3J" }, // 1852 - Tantei Jinguuji Saburou Shiroi Kage no Syoujyo (JPN) - { "BG8J" }, // 1853 - Ganbare! Dodge Fighters (JPN) - { "BLDS" }, // 1919 - 2 Games in 1 - Lizzie McGuire - Disney Princesas (ESP) - { "BLDP" }, // 1934 - 2 Games in 1 - Lizzie McGuire - Disney Princess (EUR) - { "B8MP" }, // 1993 - Mario Party Advance (EUR) - { "BYPP" }, // 2155 - Horse & Pony - Let`s Ride 2 (EUR) - { "B8AE" }, // 2174 - Crash Superpack - N-Tranced + Nitro Kart (USA) - { "BL9E" }, // 2329 - Let's Ride! Dreamer (USA) - { "B34E" }, // 2331 - Let's Ride! - Sunshine Stables (USA) - { "BQVP" }, // 2414 - Meine Tierarztpraxis (EUR) - { "BHUP" }, // 2480 - Horse and Pony - My Stud Farm (EUR) - { "BPVX" }, // 2645 - Pippa Funnell - Stable Adventures (EUR) - { "BYPX" }, // 2653 - Pippa Funell 2 (EUR) - { "BQVX" }, // 2711 - Mijn Dierenpraktijk (EUR) - { "BPVY" }, // 2712 - Paard & Pony - Mijn Manege (EUR) - { "BYPY" }, // 2713 - Paard & Pony - Paard in Galop (EUR) - { "B54E" }, // 2757 - Crash & Spyro Superpack - The Huge Adventure + Season of Ice (USA) - // gba scan no. 9 - { "BKZX" }, // 1199 - Banjo-Kazooie - Grunty's Revenge (EUR) - { "BKZI" }, // 1381 - Banjo Kazooie - La Vendetta di Grunty (ITA) - { "BAZJ" }, // 1710 - Akachan Doubutsu Sono (JPN) - { "BKZS" }, // 1883 - Banjo Kazooie - La Venganza de Grunty (ESP) - // gba scan no. 11 - { "A9BP" }, // 0925 - Medabots - Rokusho Version (EUR) - { "A3IJ" }, // bokura no taiyou - taiyou action rpg - kabunushi go-yuutai ban (japan) (demo) -}; - -static int gba_chip_has_conflict( UINT32 chip) -{ - int count1 = 0, count2 = 0; - if (chip & GBA_CHIP_EEPROM) count1++; - if (chip & GBA_CHIP_EEPROM_4K) count1++; - if (chip & GBA_CHIP_EEPROM_64K) count1++; - if (chip & GBA_CHIP_FLASH) count2++; - if (chip & GBA_CHIP_FLASH_1M) count2++; - if (chip & GBA_CHIP_FLASH_512) count2++; - if (chip & GBA_CHIP_SRAM) count2++; - return (count1 + count2) > 1; // if EEPROM + FLASH or EEPROM + SRAM carts exist, change to "(count1 > 1) || (count2 > 1)" -} - -static UINT32 gba_fix_wrong_chip(running_machine &machine, UINT32 cart_size, UINT32 chip) -{ - char game_code[5] = { 0 }; - UINT8 *ROM = machine.root_device().memregion("cartridge")->base(); - - if (cart_size >= 0xAC + 4) - { - memcpy(game_code, ROM + 0xAC, 4); - } - - mame_printf_info( "GBA: Game Code \"%s\"\n", game_code); - - // fix for games which return more than one kind of chip: either it is one of the known titles, or we default to no battery - if (gba_chip_has_conflict( chip)) - { - int resolved = 0; - chip &= ~(GBA_CHIP_EEPROM | GBA_CHIP_EEPROM_4K | GBA_CHIP_EEPROM_64K | GBA_CHIP_FLASH | GBA_CHIP_FLASH_1M | GBA_CHIP_FLASH_512 | GBA_CHIP_SRAM); - for (int i = 0; i < sizeof( gba_chip_fix_conflict_list) / sizeof( gba_chip_fix_conflict_item); i++) - { - const gba_chip_fix_conflict_item *item = &gba_chip_fix_conflict_list[i]; - if (!strcmp( game_code, item->game_code)) - { - chip |= item->chip; - resolved = 1; - break; - } - } - if (!resolved) - { - mame_printf_warning( "GBA: NVRAM is disabled because multiple NVRAM chips were detected!\n"); - } - } - - // fix for a games that require an eeprom with 14-bit addressing (64 kbit) - if (chip & GBA_CHIP_EEPROM) - { - for (int i = 0; i < sizeof( gba_chip_fix_eeprom_list) / sizeof( gba_chip_fix_eeprom_item); i++) - { - const gba_chip_fix_eeprom_item *item = &gba_chip_fix_eeprom_list[i]; - if (!strcmp( game_code, item->game_code)) - { - chip = (chip & ~GBA_CHIP_EEPROM) | GBA_CHIP_EEPROM_64K; - break; - } - } - } - - return chip; -} - -struct gba_pcb -{ - const char *pcb_name; - int pcb_id; -}; - -// Here, we take the feature attribute from .xml (i.e. the PCB name) and we assign a unique ID to it -static const gba_pcb pcb_list[] = -{ - {"GBA-EEPROM", GBA_CHIP_EEPROM}, - {"GBA-SRAM", GBA_CHIP_SRAM}, - {"GBA-FLASH", GBA_CHIP_FLASH}, - {"GBA-FLASH-1M", GBA_CHIP_FLASH_1M}, - {"GBA-RTC", GBA_CHIP_RTC}, - {"GBA-FLASH-512", GBA_CHIP_FLASH_512}, - {"GBA-EEPROM-4K", GBA_CHIP_EEPROM_4K}, - {"GBA-EEPROM-64K", GBA_CHIP_EEPROM_64K} -}; - -static int gba_get_pcb_id(const char *pcb) -{ - int i; - - for (i = 0; i < ARRAY_LENGTH(pcb_list); i++) - { - if (!mame_stricmp(pcb_list[i].pcb_name, pcb)) - return pcb_list[i].pcb_id; - } - - return 0; -} - -DEVICE_IMAGE_LOAD_MEMBER( gba_state, gba_cart ) -{ - UINT8 *ROM = memregion("cartridge")->base(); - UINT32 cart_size; - UINT32 chip = 0; - - m_nvsize = 0; - m_flash_size = 0; - m_nvptr = (UINT8 *)NULL; - m_flash_battery_load = 0; - - if (image.software_entry() == NULL) - { - cart_size = image.length(); - image.fread(ROM, cart_size); - } - else - { - const char *pcb_name = ""; - cart_size = image.get_software_region_length("rom"); - memcpy(ROM, image.get_software_region("rom"), cart_size); - - if ((pcb_name = image.get_feature("pcb_type")) == NULL) - chip = 0; - else - chip = gba_get_pcb_id(pcb_name); - - mame_printf_info("Type from xml: %s\n", pcb_name); - mame_printf_info( "GBA: Detected (XML) %s\n", gba_chip_string( chip).cstr()); - } +static SLOT_INTERFACE_START(gba_cart) + SLOT_INTERFACE_INTERNAL("gba_rom", GBA_ROM_STD) + SLOT_INTERFACE_INTERNAL("gba_sram", GBA_ROM_SRAM) + SLOT_INTERFACE_INTERNAL("gba_eeprom", GBA_ROM_EEPROM) + SLOT_INTERFACE_INTERNAL("gba_eeprom_4k", GBA_ROM_EEPROM) + SLOT_INTERFACE_INTERNAL("gba_eeprom_64k", GBA_ROM_EEPROM64) + SLOT_INTERFACE_INTERNAL("gba_flash", GBA_ROM_FLASH) // Panasonic + SLOT_INTERFACE_INTERNAL("gba_flash_512", GBA_ROM_FLASH) // Panasonic + SLOT_INTERFACE_INTERNAL("gba_flash_1m", GBA_ROM_FLASH1M) // Sanyo +SLOT_INTERFACE_END - if (!chip) - { - // detect nvram based on strings inside the file - chip = gba_detect_chip(ROM, cart_size); - mame_printf_info( "GBA: Detected (ROM) %s\n", gba_chip_string( chip).cstr()); - - // fix the previous value when possible - chip = gba_fix_wrong_chip(machine(), cart_size, chip); - } - - mame_printf_info( "GBA: Emulate %s\n", gba_chip_string( chip).cstr()); - - if ((chip & (GBA_CHIP_EEPROM | GBA_CHIP_EEPROM_4K | GBA_CHIP_EEPROM_64K)) != 0) - { - m_nvptr = (UINT8 *)m_gba_eeprom; - m_nvsize = (chip & GBA_CHIP_EEPROM_64K) ? 0x2000 : 0x200; - - m_eeprom_addr_bits = (chip & GBA_CHIP_EEPROM_64K) ? 14 : 6; - - if (cart_size <= (16 * 1024 * 1024)) - { - m_maincpu->space(AS_PROGRAM).install_read_handler(0xd000000, 0xdffffff, read32_delegate(FUNC(gba_state::eeprom_r),this)); - m_maincpu->space(AS_PROGRAM).install_write_handler(0xd000000, 0xdffffff, write32_delegate(FUNC(gba_state::eeprom_w),this)); - } - else - { - m_maincpu->space(AS_PROGRAM).install_read_handler(0xdffff00, 0xdffffff, read32_delegate(FUNC(gba_state::eeprom_r),this)); - m_maincpu->space(AS_PROGRAM).install_write_handler(0xdffff00, 0xdffffff, write32_delegate(FUNC(gba_state::eeprom_w),this)); - } - } - - if (chip & GBA_CHIP_SRAM) - { - m_nvptr = (UINT8 *)&m_gba_sram; - m_nvsize = 0x10000; - - m_maincpu->space(AS_PROGRAM).install_read_handler(0xe000000, 0xe00ffff, read32_delegate(FUNC(gba_state::sram_r),this)); - m_maincpu->space(AS_PROGRAM).install_write_handler(0xe000000, 0xe00ffff, write32_delegate(FUNC(gba_state::sram_w),this)); - } - - if (chip & GBA_CHIP_FLASH_1M) - { - m_nvptr = NULL; - m_nvsize = 0; - m_flash_size = 0x20000; - m_flash_mask = 0x1ffff/4; - - m_maincpu->space(AS_PROGRAM).install_read_handler(0xe000000, 0xe01ffff, read32_delegate(FUNC(gba_state::flash_r),this)); - m_maincpu->space(AS_PROGRAM).install_write_handler(0xe000000, 0xe01ffff, write32_delegate(FUNC(gba_state::flash_w),this)); - } - - if ((chip & GBA_CHIP_FLASH) || (chip & GBA_CHIP_FLASH_512)) - { - m_nvptr = NULL; - m_nvsize = 0; - m_flash_size = 0x10000; - m_flash_mask = 0xffff/4; - - m_maincpu->space(AS_PROGRAM).install_read_handler(0xe000000, 0xe00ffff, read32_delegate(FUNC(gba_state::flash_r),this)); - m_maincpu->space(AS_PROGRAM).install_write_handler(0xe000000, 0xe00ffff, write32_delegate(FUNC(gba_state::flash_w),this)); - } - - if (chip & GBA_CHIP_RTC) - { - mame_printf_verbose("game has RTC\n"); - } - - // if save media was found, reload it - if (m_nvsize > 0) - { - image.battery_load(m_nvptr, m_nvsize, 0x00); - m_nvimage = image; - } - else - { - m_nvimage = NULL; - m_nvsize = 0; - } - - // init the flash here so it gets the contents from the battery_load above - if (m_flash_size > 0) - { - if (m_flash_size == 0x10000) - m_mFlashDev = machine().device<intelfsh8_device>("pflash"); - else - m_mFlashDev = machine().device<intelfsh8_device>("sflash"); - m_flash_battery_load = 1; - m_nvimage = image; - } - - // mirror the ROM - switch (cart_size) - { - case 2 * 1024 * 1024: - memcpy(ROM + 0x200000, ROM, 0x200000); - // intentional fall-through - case 4 * 1024 * 1024: - memcpy(ROM + 0x400000, ROM, 0x400000); - // intentional fall-through - case 8 * 1024 * 1024: - memcpy(ROM + 0x800000, ROM, 0x800000); - // intentional fall-through - case 16 * 1024 * 1024: - memcpy(ROM + 0x1000000, ROM, 0x1000000); - break; - } - - return IMAGE_INIT_PASS; -} static MACHINE_CONFIG_START( gbadv, gba_state ) MCFG_CPU_ADD("maincpu", ARM7, 16777216) - MCFG_CPU_PROGRAM_MAP(gbadvance_map) - + MCFG_CPU_PROGRAM_MAP(gba_map) MCFG_SCREEN_ADD("gbalcd", RASTER) // htot hst vwid vtot vst vis MCFG_SCREEN_RAW_PARAMS(16777216/4, 308, 0, 240, 228, 0, 160) @@ -3122,18 +2184,21 @@ static MACHINE_CONFIG_START( gbadv, gba_state ) MCFG_SOUND_ADD("direct_b_right", DAC, 0) // GBA direct sound B right MCFG_SOUND_ROUTE(ALL_OUTPUTS, "spkright", 0.50) - MCFG_PANASONIC_MN63F805MNP_ADD("pflash") - MCFG_SANYO_LE26FV10N1TS_ADD("sflash") - - MCFG_CARTSLOT_ADD("cart") - MCFG_CARTSLOT_EXTENSION_LIST("gba,bin") - MCFG_CARTSLOT_INTERFACE("gba_cart") - MCFG_CARTSLOT_LOAD(gba_state,gba_cart) + MCFG_GBA_CARTRIDGE_ADD("cartslot", gba_cart, NULL, NULL) MCFG_SOFTWARE_LIST_ADD("cart_list","gba") MACHINE_CONFIG_END -/* this emulates the GBA's hardware protection: the BIOS returns only zeros when the PC is not in it, - and some games verify that as a protection check (notably Metroid Fusion) */ + + +ROM_START( gba ) + ROM_REGION( 0x4000, "maincpu", 0 ) + ROM_LOAD( "gba.bin", 0x000000, 0x004000, CRC(81977335) SHA1(300c20df6731a33952ded8c436f7f186d25d3492) ) +ROM_END + + + +// this emulates the GBA's hardware protection: the BIOS returns only zeros when the PC is not in it, +// and some games verify that as a protection check (notably Metroid Fusion) DIRECT_UPDATE_MEMBER(gba_state::gba_direct) { if (address > 0x4000) @@ -3148,10 +2213,12 @@ DIRECT_UPDATE_MEMBER(gba_state::gba_direct) return address; } + DRIVER_INIT_MEMBER(gba_state,gbadv) { m_maincpu->space(AS_PROGRAM).set_direct_update_handler(direct_update_delegate(FUNC(gba_state::gba_direct), this)); } + /* YEAR NAME PARENT COMPAT MACHINE INPUT INIT COMPANY FULLNAME */ -CONS( 2001, gba, 0, 0, gbadv, gbadv, gba_state, gbadv, "Nintendo", "Game Boy Advance", GAME_SUPPORTS_SAVE | GAME_IMPERFECT_GRAPHICS | GAME_IMPERFECT_SOUND) +CONS(2001, gba, 0, 0, gbadv, gbadv, gba_state, gbadv, "Nintendo", "Game Boy Advance", GAME_SUPPORTS_SAVE | GAME_IMPERFECT_GRAPHICS | GAME_IMPERFECT_SOUND) diff --git a/src/mess/includes/gba.h b/src/mess/includes/gba.h index d76f315def6..2e73cd06d67 100644 --- a/src/mess/includes/gba.h +++ b/src/mess/includes/gba.h @@ -4,6 +4,7 @@ #include "audio/gb.h" #include "machine/intelfsh.h" #include "sound/dac.h" +#include "machine/gba_slot.h" #define DISPSTAT_VBL 0x0001 #define DISPSTAT_HBL 0x0002 @@ -122,18 +123,6 @@ #define TILEOBJ_VFLIP 0x0800 #define TILEOBJ_PALETTE 0xf000 -enum -{ - EEP_IDLE, - EEP_COMMAND, - EEP_ADDR, - EEP_AFTERADDR, - EEP_READ, - EEP_WRITE, - EEP_AFTERWRITE, - EEP_READFIRST -}; - /* driver state */ class gba_state : public driver_device { @@ -149,6 +138,7 @@ public: m_lbdac(*this, "direct_b_left"), m_rbdac(*this, "direct_b_right"), m_gbsound(*this, "custom"), + m_cartslot(*this, "cartslot"), m_region_maincpu(*this, "maincpu"), m_io_in0(*this, "IN0") { } @@ -162,6 +152,7 @@ public: required_device<dac_device> m_lbdac; required_device<dac_device> m_rbdac; required_device<gameboy_sound_device> m_gbsound; + required_device<gba_cart_slot_device> m_cartslot; void request_irq(UINT32 int_type); void dma_exec(FPTR ch); @@ -221,25 +212,6 @@ public: UINT16 m_timer_reload[4]; int m_timer_recalc[4]; - // Storage - UINT32 m_gba_sram[0x10000/4]; - UINT8 m_gba_eeprom[0x2000]; - UINT32 m_flash_size; - UINT32 m_flash_mask; - intelfsh8_device *m_mFlashDev; - int m_eeprom_state; - int m_eeprom_command; - int m_eeprom_count; - int m_eeprom_addr; - int m_eeprom_bits; - int m_eeprom_addr_bits; - UINT8 m_eep_data; - - /* nvram-specific for MESS */ - UINT8 *m_nvptr; - UINT32 m_nvsize; - device_t *m_nvimage; - emu_timer *m_tmr_timer[4], *m_irq_timer; emu_timer *m_scan_timer, *m_hbl_timer; @@ -256,8 +228,6 @@ public: UINT32 m_bios_last_address; int m_bios_protected; - int m_flash_battery_load; - DIRECT_UPDATE_MEMBER(gba_direct); DECLARE_READ32_MEMBER(gba_io_r); DECLARE_WRITE32_MEMBER(gba_io_w); @@ -281,8 +251,6 @@ public: TIMER_CALLBACK_MEMBER(handle_irq); TIMER_CALLBACK_MEMBER(perform_hbl); TIMER_CALLBACK_MEMBER(perform_scan); - void gba_machine_stop(); - DECLARE_DEVICE_IMAGE_LOAD_MEMBER(gba_cart); protected: required_memory_region m_region_maincpu; diff --git a/src/mess/machine/gba_rom.c b/src/mess/machine/gba_rom.c new file mode 100644 index 00000000000..1d2bf5c649a --- /dev/null +++ b/src/mess/machine/gba_rom.c @@ -0,0 +1,461 @@ +/*********************************************************************************************************** + + + Game Boy Advance cart emulation + + + We support carts with several kind of Save RAM (actual SRAM, Flash RAM or EEPROM) + + + + ***********************************************************************************************************/ + + +#include "emu.h" +#include "machine/gba_rom.h" + + +//------------------------------------------------- +// gba_rom_device - constructor +//------------------------------------------------- + +const device_type GBA_ROM_STD = &device_creator<gba_rom_device>; +const device_type GBA_ROM_SRAM = &device_creator<gba_rom_sram_device>; +const device_type GBA_ROM_EEPROM = &device_creator<gba_rom_eeprom_device>; +const device_type GBA_ROM_EEPROM64 = &device_creator<gba_rom_eeprom64_device>; +const device_type GBA_ROM_FLASH = &device_creator<gba_rom_flash_device>; +const device_type GBA_ROM_FLASH1M = &device_creator<gba_rom_flash1m_device>; + + +gba_rom_device::gba_rom_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock, const char *shortname, const char *source) + : device_t(mconfig, type, name, tag, owner, clock, shortname, source), + device_gba_cart_interface( mconfig, *this ) +{ +} + +gba_rom_device::gba_rom_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) + : device_t(mconfig, GBA_ROM_STD, "GBA Carts", tag, owner, clock, "gba_rom", __FILE__), + device_gba_cart_interface( mconfig, *this ) +{ +} + +gba_rom_sram_device::gba_rom_sram_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) + : gba_rom_device(mconfig, GBA_ROM_SRAM, "GBA Carts + SRAM", tag, owner, clock, "gba_sram", __FILE__) +{ +} + +gba_rom_eeprom_device::gba_rom_eeprom_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) + : gba_rom_device(mconfig, GBA_ROM_EEPROM, "GBA Carts + EEPROM", tag, owner, clock, "gba_eeprom", __FILE__) +{ +} + +gba_rom_eeprom64_device::gba_rom_eeprom64_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) + : gba_rom_device(mconfig, GBA_ROM_EEPROM64, "GBA Carts + EEPROM 64K", tag, owner, clock, "gba_eeprom64", __FILE__) +{ +} + +gba_rom_flash_device::gba_rom_flash_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) + : gba_rom_device(mconfig, GBA_ROM_FLASH, "GBA Carts + Panasonic Flash", tag, owner, clock, "gba_flash", __FILE__), + m_flash(*this, "flash") +{ +} + +gba_rom_flash1m_device::gba_rom_flash1m_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) + : gba_rom_device(mconfig, GBA_ROM_FLASH1M, "GBA Carts + Sanyo Flash", tag, owner, clock, "gba_flash1m", __FILE__), + m_flash(*this, "flash") +{ +} + + +//------------------------------------------------- +// ROM Region to allow faster access to cart data +//------------------------------------------------- + +ROM_START( gba_cart ) + // cartridge region - 32 MBytes (128 Mbit) + ROM_REGION( 0x2000000, "cartridge", ROMREGION_ERASEFF ) +ROM_END + +const rom_entry *gba_rom_device::device_rom_region() const +{ + return ROM_NAME( gba_cart ); +} + +//------------------------------------------------- +// mapper specific start/reset +//------------------------------------------------- + +void gba_rom_device::device_start() +{ + astring tempstring; + m_rom = (UINT32 *)memregion(this->subtag(tempstring, "cartridge"))->base(); +} + +void gba_rom_device::device_reset() +{ +} + +void gba_rom_flash_device::device_reset() +{ + m_flash_mask = 0xffff/4; +} + +void gba_rom_flash1m_device::device_reset() +{ + m_flash_mask = 0x1ffff/4; +} + + +void gba_rom_eeprom_device::device_start() +{ + astring tempstring; + m_rom = (UINT32 *)memregion(this->subtag(tempstring, "cartridge"))->base(); + + // for the moment we use a custom eeprom implementation, so we alloc/save it as nvram + nvram_alloc(machine(), 0x200); + m_eeprom = auto_alloc(machine(), gba_eeprom_device(machine(), (UINT8*)get_nvram_base(), get_nvram_size(), 6)); +} + +void gba_rom_eeprom64_device::device_start() +{ + astring tempstring; + m_rom = (UINT32 *)memregion(this->subtag(tempstring, "cartridge"))->base(); + + // for the moment we use a custom eeprom implementation, so we alloc/save it as nvram + nvram_alloc(machine(), 0x2000); + m_eeprom = auto_alloc(machine(), gba_eeprom_device(machine(), (UINT8*)get_nvram_base(), get_nvram_size(), 14)); +} + + +/*------------------------------------------------- + mapper specific handlers + -------------------------------------------------*/ + + +/*------------------------------------------------- + Carts with SRAM + -------------------------------------------------*/ + +READ32_MEMBER(gba_rom_sram_device::read_ram) +{ + if (m_nvram && offset < m_nvram_size/4) + return m_nvram[offset]; + else // this cannot actually happen... + return 0xffffffff; +} + +WRITE32_MEMBER(gba_rom_sram_device::write_ram) +{ + if (m_nvram && offset < m_nvram_size/4) + COMBINE_DATA(&m_nvram[offset]); +} + + +/*------------------------------------------------- + Carts with Flash RAM + -------------------------------------------------*/ + +static MACHINE_CONFIG_FRAGMENT( panasonic_flash ) + MCFG_PANASONIC_MN63F805MNP_ADD("flash") +MACHINE_CONFIG_END + +machine_config_constructor gba_rom_flash_device::device_mconfig_additions() const +{ + return MACHINE_CONFIG_NAME( panasonic_flash ); +} + + +READ32_MEMBER(gba_rom_flash_device::read_ram) +{ + UINT32 rv = 0; + + offset &= m_flash_mask; + + if (mem_mask & 0xff) + rv |= m_flash->read(offset * 4); + if (mem_mask & 0xff00) + rv |= m_flash->read((offset * 4) + 1) << 8; + if (mem_mask & 0xff0000) + rv |= m_flash->read((offset * 4) + 2) << 16; + if (mem_mask & 0xff000000) + rv |= m_flash->read((offset * 4) + 3) << 24; + + return rv; +} + +WRITE32_MEMBER(gba_rom_flash_device::write_ram) +{ + offset &= m_flash_mask; + + switch (mem_mask) + { + case 0xff: + m_flash->write(offset * 4, data & 0xff); + break; + case 0xff00: + m_flash->write((offset * 4) + 1, (data >> 8) & 0xff); + break; + case 0xff0000: + m_flash->write((offset * 4) + 2, (data >> 16) & 0xff); + break; + case 0xff000000: + m_flash->write((offset * 4) + 3, (data >> 24) & 0xff); + break; + default: + fatalerror("Unknown mem_mask for GBA flash write %x\n", mem_mask); + break; + } +} + +static MACHINE_CONFIG_FRAGMENT( sanyo_flash ) + MCFG_SANYO_LE26FV10N1TS_ADD("flash") +MACHINE_CONFIG_END + +machine_config_constructor gba_rom_flash1m_device::device_mconfig_additions() const +{ + return MACHINE_CONFIG_NAME( sanyo_flash ); +} + + +READ32_MEMBER(gba_rom_flash1m_device::read_ram) +{ + UINT32 rv = 0; + + offset &= m_flash_mask; + + if (mem_mask & 0xff) + rv |= m_flash->read(offset * 4); + if (mem_mask & 0xff00) + rv |= m_flash->read((offset * 4) + 1) << 8; + if (mem_mask & 0xff0000) + rv |= m_flash->read((offset * 4) + 2) << 16; + if (mem_mask & 0xff000000) + rv |= m_flash->read((offset * 4) + 3) << 24; + + return rv; +} + +WRITE32_MEMBER(gba_rom_flash1m_device::write_ram) +{ + offset &= m_flash_mask; + + switch (mem_mask) + { + case 0xff: + m_flash->write(offset * 4, data & 0xff); + break; + case 0xff00: + m_flash->write((offset * 4) + 1, (data >> 8) & 0xff); + break; + case 0xff0000: + m_flash->write((offset * 4) + 2, (data >> 16) & 0xff); + break; + case 0xff000000: + m_flash->write((offset * 4) + 3, (data >> 24) & 0xff); + break; + default: + fatalerror("Unknown mem_mask for GBA flash write %x\n", mem_mask); + break; + } +} + + +/*------------------------------------------------- + Carts with EEPROM + + TODO: can this sketchy EEPROM device be merged + with the core implementation? + -------------------------------------------------*/ + +// GBA EEPROM Device + +gba_eeprom_device::gba_eeprom_device(running_machine &machine, UINT8 *eeprom, UINT32 size, int addr_bits) : + m_state(EEP_IDLE), + m_machine(machine) +{ + m_data = eeprom; + m_data_size = size; + m_addr_bits = addr_bits; + + state_save_register_item(machine, "GBA_EEPROM", NULL, 0, m_state); + state_save_register_item(machine, "GBA_EEPROM", NULL, 0, m_command); + state_save_register_item(machine, "GBA_EEPROM", NULL, 0, m_count); + state_save_register_item(machine, "GBA_EEPROM", NULL, 0, m_addr); + state_save_register_item(machine, "GBA_EEPROM", NULL, 0, m_bits); + state_save_register_item(machine, "GBA_EEPROM", NULL, 0, m_eep_data); +} + +UINT32 gba_eeprom_device::read() +{ + UINT32 out; + + switch (m_state) + { + case EEP_IDLE: +// printf("eeprom_r: @ %x, mask %08x (state %d) (PC=%x) = %d\n", offset, ~mem_mask, m_state, activecpu_get_pc(), 1); + return 0x00010001; // "ready" + + case EEP_READFIRST: + m_count--; + + if (!m_count) + { + m_count = 64; + m_bits = 0; + m_eep_data = 0; + m_state = EEP_READ; + } + break; + case EEP_READ: + if ((m_bits == 0) && (m_count)) + { + if (m_addr >= m_data_size) + { + fatalerror("eeprom: invalid address (%x)\n", m_addr); + } + m_eep_data = m_data[m_addr]; + //printf("EEPROM read @ %x = %x (%x)\n", m_addr, m_eep_data, (m_eep_data & 0x80) ? 1 : 0); + m_addr++; + m_bits = 8; + } + + out = (m_eep_data & 0x80) ? 1 : 0; + out |= (out<<16); + m_eep_data <<= 1; + + m_bits--; + m_count--; + + if (!m_count) + { + m_state = EEP_IDLE; + } + +// printf("out = %08x\n", out); +// printf("eeprom_r: @ %x, mask %08x (state %d) (PC=%x) = %08x\n", offset, ~mem_mask, m_state, activecpu_get_pc(), out); + return out; + } +// printf("eeprom_r: @ %x, mask %08x (state %d) (PC=%x) = %d\n", offset, ~mem_mask, m_state, space.device().safe_pc(), 0); + return 0; +} + +void gba_eeprom_device::write(UINT32 data) +{ +// printf("eeprom_w: %x @ %x (state %d) (PC=%x)\n", data, offset, m_state, space.device().safe_pc()); + switch (m_state) + { + case EEP_IDLE: + if (data == 1) + m_state++; + break; + + case EEP_COMMAND: + if (data == 1) + m_command = EEP_READFIRST; + else + m_command = EEP_WRITE; + m_state = EEP_ADDR; + m_count = m_addr_bits; + m_addr = 0; + break; + + case EEP_ADDR: + m_addr <<= 1; + m_addr |= (data & 1); + m_count--; + if (!m_count) + { + m_addr *= 8; // each address points to 8 bytes + if (m_command == EEP_READFIRST) + m_state = EEP_AFTERADDR; + else + { + m_count = 64; + m_bits = 8; + m_state = EEP_WRITE; + m_eep_data = 0; + } + } + break; + + case EEP_AFTERADDR: + m_state = m_command; + m_count = 64; + m_bits = 0; + m_eep_data = 0; + if (m_state == EEP_READFIRST) + m_count = 4; + break; + + case EEP_WRITE: + m_eep_data <<= 1; + m_eep_data |= (data & 1); + m_bits--; + m_count--; + + if (m_bits == 0) + { + mame_printf_verbose("%08x: EEPROM: %02x to %x\n", machine().device("maincpu")->safe_pc(), m_eep_data, m_addr); + if (m_addr >= m_data_size) + fatalerror("eeprom: invalid address (%x)\n", m_addr); + + m_data[m_addr] = m_eep_data; + m_addr++; + m_eep_data = 0; + m_bits = 8; + } + + if (!m_count) + m_state = EEP_AFTERWRITE; + break; + + case EEP_AFTERWRITE: + m_state = EEP_IDLE; + break; + } +} + + + +READ32_MEMBER(gba_rom_eeprom_device::read_ram) +{ + // Larger games have smaller access to EERPOM content + if (m_rom_size > (16 * 1024 * 1024) && offset < 0xffff00/4) + return 0xffffffff; + + return m_eeprom->read(); +} + +WRITE32_MEMBER(gba_rom_eeprom_device::write_ram) +{ + // Larger games have smaller access to EEPROM content + if (m_rom_size > (16 * 1024 * 1024) && offset < 0xffff00/4) + return; + + if (~mem_mask == 0x0000ffff) + data >>= 16; + + m_eeprom->write(data); +} + +READ32_MEMBER(gba_rom_eeprom64_device::read_ram) +{ + // Larger games have smaller access to EERPOM content + if (m_rom_size > (16 * 1024 * 1024) && offset < 0xffff00/4) + return 0xffffffff; + + return m_eeprom->read(); +} + +WRITE32_MEMBER(gba_rom_eeprom64_device::write_ram) +{ + // Larger games have smaller access to EEPROM content + if (m_rom_size > (16 * 1024 * 1024) && offset < 0xffff00/4) + return; + + if (~mem_mask == 0x0000ffff) + data >>= 16; + + m_eeprom->write(data); +} + diff --git a/src/mess/machine/gba_rom.h b/src/mess/machine/gba_rom.h new file mode 100644 index 00000000000..6636c68b7b4 --- /dev/null +++ b/src/mess/machine/gba_rom.h @@ -0,0 +1,173 @@ +#ifndef __GBA_ROM_H +#define __GBA_ROM_H + +#include "machine/gba_slot.h" +#include "machine/intelfsh.h" + + +// ======================> gba_rom_device + +class gba_rom_device : public device_t, + public device_gba_cart_interface +{ +public: + // construction/destruction + gba_rom_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock, const char *shortname, const char *source); + gba_rom_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock); + + // device-level overrides + virtual void device_start(); + virtual const rom_entry *device_rom_region() const; + virtual void device_reset(); + + // reading and writing + virtual DECLARE_READ32_MEMBER(read_rom) { return m_rom[offset]; } +}; + +// ======================> gba_rom_sram_device + +class gba_rom_sram_device : public gba_rom_device +{ +public: + // construction/destruction + gba_rom_sram_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock); + + // reading and writing + virtual DECLARE_READ32_MEMBER(read_ram); + virtual DECLARE_WRITE32_MEMBER(write_ram); +}; + +// ======================> gba_rom_flash_device + +class gba_rom_flash_device : public gba_rom_device +{ +public: + // construction/destruction + gba_rom_flash_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock); + + // device-level overrides + virtual machine_config_constructor device_mconfig_additions() const; + virtual void device_reset(); + + // reading and writing + virtual DECLARE_READ32_MEMBER(read_ram); + virtual DECLARE_WRITE32_MEMBER(write_ram); + +private: + UINT32 m_flash_size; + UINT32 m_flash_mask; + required_device<intelfsh8_device> m_flash; +}; + +// ======================> gba_rom_flash1m_device + +class gba_rom_flash1m_device : public gba_rom_device +{ +public: + // construction/destruction + gba_rom_flash1m_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock); + + // device-level overrides + virtual machine_config_constructor device_mconfig_additions() const; + virtual void device_reset(); + + // reading and writing + virtual DECLARE_READ32_MEMBER(read_ram); + virtual DECLARE_WRITE32_MEMBER(write_ram); + +private: + UINT32 m_flash_size; + UINT32 m_flash_mask; + required_device<intelfsh8_device> m_flash; +}; + +// GBA EEPROM device +// TODO: is it possible to merge this with the standard EEPROM devices in the core? + +enum +{ + EEP_IDLE = 0, + EEP_COMMAND, + EEP_ADDR, + EEP_AFTERADDR, + EEP_READ, + EEP_WRITE, + EEP_AFTERWRITE, + EEP_READFIRST +}; + +class gba_eeprom_device +{ +public: + gba_eeprom_device(running_machine &machine, UINT8 *eeprom, UINT32 size, int addr_bits); + running_machine &machine() const { return m_machine; } + + UINT32 read(); + void write(UINT32 data); + +protected: + UINT8 *m_data; + UINT32 m_data_size; + int m_state; + int m_command; + int m_count; + int m_addr; + int m_bits; + int m_addr_bits; + UINT8 m_eep_data; + + running_machine& m_machine; +}; + + +// ======================> gba_rom_eeprom_device + +class gba_rom_eeprom_device : public gba_rom_device +{ +public: + // construction/destruction + gba_rom_eeprom_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock); + + // device-level overrides + virtual void device_start(); + + // reading and writing + virtual DECLARE_READ32_MEMBER(read_ram); + virtual DECLARE_WRITE32_MEMBER(write_ram); + +private: + gba_eeprom_device *m_eeprom; +}; + + +// ======================> gba_rom_eeprom64_device + +class gba_rom_eeprom64_device : public gba_rom_device +{ +public: + // construction/destruction + gba_rom_eeprom64_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock); + + // device-level overrides + virtual void device_start(); + + // reading and writing + virtual DECLARE_READ32_MEMBER(read_ram); + virtual DECLARE_WRITE32_MEMBER(write_ram); + +private: + gba_eeprom_device *m_eeprom; +}; + + +// device type definition +extern const device_type GBA_ROM_STD; +extern const device_type GBA_ROM_SRAM; +extern const device_type GBA_ROM_EEPROM; +extern const device_type GBA_ROM_EEPROM64; +extern const device_type GBA_ROM_FLASH; +extern const device_type GBA_ROM_FLASH1M; + + + +#endif diff --git a/src/mess/machine/gba_slot.c b/src/mess/machine/gba_slot.c new file mode 100644 index 00000000000..28958c87f84 --- /dev/null +++ b/src/mess/machine/gba_slot.c @@ -0,0 +1,462 @@ +/*********************************************************************************************************** + + + Game Boy Advance cart emulation + (through slot devices) + + ***********************************************************************************************************/ + + +#include "emu.h" +#include "machine/gba_slot.h" + +//************************************************************************** +// GLOBAL VARIABLES +//************************************************************************** + +const device_type GBA_CART_SLOT = &device_creator<gba_cart_slot_device>; + +//************************************************************************** +// GBA cartridges Interface +//************************************************************************** + +//------------------------------------------------- +// device_gba_cart_interface - constructor +//------------------------------------------------- + +device_gba_cart_interface::device_gba_cart_interface(const machine_config &mconfig, device_t &device) + : device_slot_card_interface(mconfig, device), + m_rom(NULL), + m_nvram(NULL), + m_rom_size(0), + m_nvram_size(0) +{ +} + + +//------------------------------------------------- +// ~device_gba_cart_interface - destructor +//------------------------------------------------- + +device_gba_cart_interface::~device_gba_cart_interface() +{ +} + +//------------------------------------------------- +// nvram_alloc - alloc the space for the ram +//------------------------------------------------- + +void device_gba_cart_interface::nvram_alloc(running_machine &machine, UINT32 size) +{ + if (m_nvram == NULL) + { + m_nvram = auto_alloc_array_clear(machine, UINT32, size/sizeof(UINT32)); + m_nvram_size = size; + state_save_register_item_pointer(machine, "GBA_CART", this->device().tag(), 0, m_nvram, m_nvram_size); + } +} + + +//************************************************************************** +// LIVE DEVICE +//************************************************************************** + +//------------------------------------------------- +// gba_cart_slot_device - constructor +//------------------------------------------------- +gba_cart_slot_device::gba_cart_slot_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) : + device_t(mconfig, GBA_CART_SLOT, "Game Boy Advance Cartridge Slot", tag, owner, clock), + device_image_interface(mconfig, *this), + device_slot_interface(mconfig, *this), + m_type(GBA_STD) +{ +} + + +//------------------------------------------------- +// gba_cart_slot_device - destructor +//------------------------------------------------- + +gba_cart_slot_device::~gba_cart_slot_device() +{ +} + +//------------------------------------------------- +// device_start - device-specific startup +//------------------------------------------------- + +void gba_cart_slot_device::device_start() +{ + m_cart = dynamic_cast<device_gba_cart_interface *>(get_card_device()); +} + +//------------------------------------------------- +// device_config_complete - perform any +// operations now that the configuration is +// complete +//------------------------------------------------- + +void gba_cart_slot_device::device_config_complete() +{ + // set brief and instance name + update_names(); +} + + +//------------------------------------------------- +// GBA PCB +//------------------------------------------------- + +struct gba_slot +{ + int pcb_id; + const char *slot_option; +}; + +// Here, we take the feature attribute from .xml (i.e. the PCB name) and we assign a unique ID to it +static const gba_slot slot_list[] = +{ + { GBA_STD, "gba_rom" }, + { GBA_SRAM, "gba_sram" }, + { GBA_EEPROM, "gba_eeprom" }, + { GBA_EEPROM4, "gba_eeprom_4k" }, + { GBA_EEPROM64, "gba_eeprom_64k" }, + { GBA_FLASH, "gba_flash" }, + { GBA_FLASH512, "gba_flash_512" }, + { GBA_FLASH1M, "gba_flash_1m" }, +}; + +static int gba_get_pcb_id(const char *slot) +{ + for (int i = 0; i < ARRAY_LENGTH(slot_list); i++) + { + if (!mame_stricmp(slot_list[i].slot_option, slot)) + return slot_list[i].pcb_id; + } + + return 0; +} + +static const char *gba_get_slot(int type) +{ + for (int i = 0; i < ARRAY_LENGTH(slot_list); i++) + { + if (slot_list[i].pcb_id == type) + return slot_list[i].slot_option; + } + + return "rom"; +} + + +/*------------------------------------------------- + call load + -------------------------------------------------*/ + +bool gba_cart_slot_device::call_load() +{ + if (m_cart) + { + UINT8 *ROM = (UINT8 *)m_cart->get_rom_base(); + UINT32 cart_size; + + if (software_entry() == NULL) + { + cart_size = length(); + if (cart_size > 0x2000000) + { + seterror(IMAGE_ERROR_UNSPECIFIED, "Attempted loading a cart larger than 32MB"); + return IMAGE_INIT_FAIL; + } + fread(ROM, cart_size); + m_cart->set_rom_size(cart_size); // we store the actual game size... + + m_type = get_cart_type(ROM, cart_size); + } + else + { + const char *pcb_name = get_feature("slot"); + + cart_size = get_software_region_length("rom"); + if (cart_size > 0x2000000) + { + seterror(IMAGE_ERROR_UNSPECIFIED, "Attempted loading a cart larger than 32MB"); + return IMAGE_INIT_FAIL; + } + memcpy(ROM, get_software_region("rom"), cart_size); + m_cart->set_rom_size(cart_size); // we store the actual game size... + + if (pcb_name) + m_type = gba_get_pcb_id(pcb_name); + + printf("Type: %s\n", gba_get_slot(m_type)); + + mame_printf_info("GBA: Detected (XML) %s\n", pcb_name ? pcb_name : "NONE"); + } + + if (m_type == GBA_SRAM) + m_cart->nvram_alloc(machine(), 0x10000); + + // mirror the ROM + switch (cart_size) + { + case 2 * 1024 * 1024: + memcpy(ROM + 0x200000, ROM, 0x200000); + // intentional fall-through + case 4 * 1024 * 1024: + memcpy(ROM + 0x400000, ROM, 0x400000); + // intentional fall-through + case 8 * 1024 * 1024: + memcpy(ROM + 0x800000, ROM, 0x800000); + // intentional fall-through + case 16 * 1024 * 1024: + memcpy(ROM + 0x1000000, ROM, 0x1000000); + break; + } + + if (m_cart->get_nvram_size()) + battery_load(m_cart->get_nvram_base(), m_cart->get_nvram_size(), 0x00); + + return IMAGE_INIT_PASS; + } + + return IMAGE_INIT_PASS; +} + + +/*------------------------------------------------- + call_unload + -------------------------------------------------*/ + +void gba_cart_slot_device::call_unload() +{ + if (m_cart && m_cart->get_nvram_size()) + battery_save(m_cart->get_nvram_base(), m_cart->get_nvram_size()); +} + + + +/*------------------------------------------------- + call softlist load + -------------------------------------------------*/ + +bool gba_cart_slot_device::call_softlist_load(char *swlist, char *swname, rom_entry *start_entry) +{ + load_software_part_region(this, swlist, swname, start_entry ); + return TRUE; +} + + + +/*------------------------------------------------- + get_cart_type - code to detect NVRAM type from + fullpath + -------------------------------------------------*/ + +INLINE astring gba_chip_string( UINT32 chip ) +{ + astring str; + if (chip == 0) str += "NONE "; + if (chip & GBA_CHIP_EEPROM) str += "EEPROM "; + if (chip & GBA_CHIP_EEPROM_64K) str += "EEPROM_64K "; + if (chip & GBA_CHIP_EEPROM_4K) str += "EEPROM_4K "; + if (chip & GBA_CHIP_FLASH) str += "FLASH "; + if (chip & GBA_CHIP_FLASH_1M) str += "FLASH_1M "; + if (chip & GBA_CHIP_FLASH_512) str += "FLASH_512 "; + if (chip & GBA_CHIP_SRAM) str += "SRAM "; + if (chip & GBA_CHIP_RTC) str += "RTC "; + return str.trimspace(); +} + + +INLINE int gba_chip_has_conflict( UINT32 chip ) +{ + int count1 = 0, count2 = 0; + if (chip & GBA_CHIP_EEPROM) count1++; + if (chip & GBA_CHIP_EEPROM_4K) count1++; + if (chip & GBA_CHIP_EEPROM_64K) count1++; + if (chip & GBA_CHIP_FLASH) count2++; + if (chip & GBA_CHIP_FLASH_1M) count2++; + if (chip & GBA_CHIP_FLASH_512) count2++; + if (chip & GBA_CHIP_SRAM) count2++; + return (count1 + count2) > 1; // if EEPROM + FLASH or EEPROM + SRAM carts exist, change to "(count1 > 1) || (count2 > 1)" +} + + +int gba_cart_slot_device::get_cart_type(UINT8 *ROM, UINT32 len) +{ + UINT32 chip = 0; + int type = GBA_STD; + + // first detect nvram type based on strings inside the file + for (int i = 0; i < len; i++) + { + if (!memcmp(&ROM[i], "EEPROM_V", 8)) + chip |= GBA_CHIP_EEPROM; // should be either GBA_CHIP_EEPROM_4K or GBA_CHIP_EEPROM_64K, but it is not yet possible to automatically detect which one + else if ((!memcmp(&ROM[i], "SRAM_V", 6)) || (!memcmp(&ROM[i], "SRAM_F_V", 8))) // || (!memcmp(&data[i], "ADVANCEWARS", 11))) //advance wars 1 & 2 has SRAM, but no "SRAM_" string can be found inside the ROM space + chip |= GBA_CHIP_SRAM; + else if (!memcmp(&ROM[i], "FLASH1M_V", 9)) + chip |= GBA_CHIP_FLASH_1M; + else if (!memcmp(&ROM[i], "FLASH512_V", 10)) + chip |= GBA_CHIP_FLASH_512; + else if (!memcmp(&ROM[i], "FLASH_V", 7)) + chip |= GBA_CHIP_FLASH; + else if (!memcmp(&ROM[i], "SIIRTC_V", 8)) + chip |= GBA_CHIP_RTC; + } + mame_printf_info("GBA: Detected (ROM) %s\n", gba_chip_string(chip).cstr()); + + // fix for games which return more than one kind of chip: either it is one of the known titles, or we default to no battery + if (gba_chip_has_conflict(chip)) + { + char game_code[5] = { 0 }; + bool resolved = FALSE; + + if (len >= 0xac + 4) + memcpy(game_code, ROM + 0xac, 4); + + mame_printf_info("GBA: Game Code \"%s\"\n", game_code); + + chip &= ~(GBA_CHIP_EEPROM | GBA_CHIP_EEPROM_4K | GBA_CHIP_EEPROM_64K | GBA_CHIP_FLASH | GBA_CHIP_FLASH_1M | GBA_CHIP_FLASH_512 | GBA_CHIP_SRAM); + + // search if it is one of the known titles with NVRAM conflicts + for (int i = 0; i < sizeof(gba_chip_fix_conflict_list) / sizeof(gba_chip_fix_conflict_item); i++) + { + const gba_chip_fix_conflict_item *item = &gba_chip_fix_conflict_list[i]; + if (!strcmp(game_code, item->game_code)) + { + chip |= item->chip; + resolved = TRUE; + break; + } + } + if (!resolved) + mame_printf_warning("GBA: NVRAM is disabled because multiple NVRAM chips were detected!\n"); + } + + // fix for games which are known to require an eeprom with 14-bit addressing (64 kbit) + if (chip & GBA_CHIP_EEPROM) + { + char game_code[5] = { 0 }; + + if (len >= 0xac + 4) + memcpy(game_code, ROM + 0xac, 4); + + mame_printf_info("GBA: Game Code \"%s\"\n", game_code); + + for (int i = 0; i < sizeof(gba_chip_fix_eeprom_list) / sizeof(gba_chip_fix_eeprom_item); i++) + { + const gba_chip_fix_eeprom_item *item = &gba_chip_fix_eeprom_list[i]; + if (!strcmp(game_code, item->game_code)) + { + chip = (chip & ~GBA_CHIP_EEPROM) | GBA_CHIP_EEPROM_64K; + break; + } + } + } + + if (type & GBA_CHIP_RTC) + { + mame_printf_verbose("game has RTC - not emulated at the moment\n"); + chip &= ~GBA_CHIP_RTC; + } + + mame_printf_info("GBA: Emulate %s\n", gba_chip_string(chip).cstr()); + + switch (chip) + { + case GBA_CHIP_SRAM: + type = GBA_SRAM; + break; + case GBA_CHIP_EEPROM: + type = GBA_EEPROM; + break; + case GBA_CHIP_EEPROM_4K: + type = GBA_EEPROM4; + break; + case GBA_CHIP_EEPROM_64K: + type = GBA_EEPROM64; + break; + case GBA_CHIP_FLASH: + type = GBA_FLASH; + break; + case GBA_CHIP_FLASH_512: + type = GBA_FLASH512; + break; + case GBA_CHIP_FLASH_1M: + type = GBA_FLASH1M; + break; + default: + break; + } + + return type; +} +/*------------------------------------------------- + get default card software + -------------------------------------------------*/ + +const char * gba_cart_slot_device::get_default_card_software(const machine_config &config, emu_options &options) +{ + if (open_image_file(options)) + { + const char *slot_string = "rom"; + UINT32 len = core_fsize(m_file); + UINT8 *ROM = global_alloc_array(UINT8, len); + int type; + + core_fread(m_file, ROM, len); + + type = get_cart_type(ROM, len); + slot_string = gba_get_slot(type); + + printf("type: %s\n", slot_string); + global_free(ROM); + clear(); + + return slot_string; + } + + return software_get_default_slot(config, options, this, "rom"); +} + +/*------------------------------------------------- + read + -------------------------------------------------*/ + +READ32_MEMBER(gba_cart_slot_device::read_rom) +{ + if (m_cart) + return m_cart->read_rom(space, offset, mem_mask); + else + return 0xffffffff; +} + +READ32_MEMBER(gba_cart_slot_device::read_ram) +{ + if (m_cart) + return m_cart->read_ram(space, offset, mem_mask); + else + return 0xffffffff; +} + + +/*------------------------------------------------- + write + -------------------------------------------------*/ + +WRITE32_MEMBER(gba_cart_slot_device::write_ram) +{ + if (m_cart) + m_cart->write_ram(space, offset, data, mem_mask); +} + + +/*------------------------------------------------- + Internal header logging + -------------------------------------------------*/ + +void gba_cart_slot_device::internal_header_logging(UINT8 *ROM, UINT32 len) +{ +} + diff --git a/src/mess/machine/gba_slot.h b/src/mess/machine/gba_slot.h new file mode 100644 index 00000000000..dc919371ef4 --- /dev/null +++ b/src/mess/machine/gba_slot.h @@ -0,0 +1,575 @@ +#ifndef __GBA_SLOT_H +#define __GBA_SLOT_H + +/*************************************************************************** + TYPE DEFINITIONS + ***************************************************************************/ + + +/* PCB */ +enum +{ + GBA_STD = 0, + GBA_SRAM, + GBA_EEPROM, + GBA_EEPROM4, + GBA_EEPROM64, + GBA_FLASH, + GBA_FLASH512, + GBA_FLASH1M +}; + + +// ======================> device_gba_cart_interface + +class device_gba_cart_interface : public device_slot_card_interface +{ +public: + // construction/destruction + device_gba_cart_interface(const machine_config &mconfig, device_t &device); + virtual ~device_gba_cart_interface(); + + // reading and writing + virtual DECLARE_READ32_MEMBER(read_rom) { return 0xffffffff; } + virtual DECLARE_READ32_MEMBER(read_ram) { return 0xffffffff; } + virtual DECLARE_WRITE32_MEMBER(write_ram) {}; + + void nvram_alloc(running_machine &machine, UINT32 size); + UINT32* get_rom_base() { return m_rom; } + UINT32* get_nvram_base() { return m_nvram; } + UINT32 get_rom_size() { return m_rom_size; } + UINT32 get_nvram_size() { return m_nvram_size; } + void set_rom_size(UINT32 val) { m_rom_size = val; } + + // internal state + UINT32 *m_rom; // this points to the cart rom region + UINT32 *m_nvram; + UINT32 m_rom_size; // this is the actual game size, not the rom region size! + UINT32 m_nvram_size; +}; + + +// ======================> gba_cart_slot_device + +class gba_cart_slot_device : public device_t, + public device_image_interface, + public device_slot_interface +{ +public: + // construction/destruction + gba_cart_slot_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock); + virtual ~gba_cart_slot_device(); + + // device-level overrides + virtual void device_start(); + virtual void device_config_complete(); + + // image-level overrides + virtual bool call_load(); + virtual void call_unload(); + virtual bool call_softlist_load(char *swlist, char *swname, rom_entry *start_entry); + + int get_type() { return m_type; } + int get_cart_type(UINT8 *ROM, UINT32 len); + + void setup_ram(UINT8 banks); + void internal_header_logging(UINT8 *ROM, UINT32 len); + + virtual iodevice_t image_type() const { return IO_CARTSLOT; } + virtual bool is_readable() const { return 1; } + virtual bool is_writeable() const { return 0; } + virtual bool is_creatable() const { return 0; } + virtual bool must_be_loaded() const { return 0; } + virtual bool is_reset_on_load() const { return 1; } + virtual const option_guide *create_option_guide() const { return NULL; } + virtual const char *image_interface() const { return "gba_cart"; } + virtual const char *file_extensions() const { return "gba,bin"; } + + // slot interface overrides + virtual const char * get_default_card_software(const machine_config &config, emu_options &options); + + // reading and writing + virtual DECLARE_READ32_MEMBER(read_rom); + virtual DECLARE_READ32_MEMBER(read_ram); + virtual DECLARE_WRITE32_MEMBER(write_ram); + + +protected: + + int m_type; + device_gba_cart_interface* m_cart; +}; + + + +// device type definition +extern const device_type GBA_CART_SLOT; + + +/*************************************************************************** + DEVICE CONFIGURATION MACROS + ***************************************************************************/ + +#define MCFG_GBA_CARTRIDGE_ADD(_tag,_slot_intf,_def_slot,_def_inp) \ + MCFG_DEVICE_ADD(_tag, GBA_CART_SLOT, 0) \ + MCFG_DEVICE_SLOT_INTERFACE(_slot_intf, _def_slot, _def_inp, false) + + + +//------------------------------------------------------------------------ +// +// Misc structs to attempt NVRAM identification when loading from fullpath +// +//------------------------------------------------------------------------ + + +#define GBA_CHIP_EEPROM (1 << 0) +#define GBA_CHIP_SRAM (1 << 1) +#define GBA_CHIP_FLASH (1 << 2) +#define GBA_CHIP_FLASH_1M (1 << 3) +#define GBA_CHIP_RTC (1 << 4) +#define GBA_CHIP_FLASH_512 (1 << 5) +#define GBA_CHIP_EEPROM_64K (1 << 6) +#define GBA_CHIP_EEPROM_4K (1 << 7) + + +struct gba_chip_fix_conflict_item +{ + char game_code[5]; + UINT32 chip; +}; + +static const gba_chip_fix_conflict_item gba_chip_fix_conflict_list[] = +{ + { "ABFJ", GBA_CHIP_SRAM }, // 0059 - Breath of Fire - Ryuu no Senshi (JPN) + { "AHMJ", GBA_CHIP_EEPROM_4K }, // 0364 - Dai-Mahjong (JPN) + { "A2GJ", GBA_CHIP_EEPROM_64K }, // 0399 - Advance GT2 (JPN) + { "AK9E", GBA_CHIP_EEPROM_4K }, // 0479 - Medabots AX - Rokusho Version (USA) + { "AK8E", GBA_CHIP_EEPROM_4K }, // 0480 - Medabots AX - Metabee Version (USA) + { "AK9P", GBA_CHIP_EEPROM_4K }, // 0515 - Medabots AX - Rokusho Version (EUR) + { "AGIJ", GBA_CHIP_EEPROM_4K }, // 0548 - Medarot G - Kuwagata Version (JPN) + { "A3DJ", GBA_CHIP_EEPROM_4K }, // 0567 - Disney Sports - American Football (JPN) + { "AF7J", GBA_CHIP_EEPROM_64K }, // 0605 - Tokimeki Yume Series 1 - Ohanaya-san ni Narou! (JPN) + { "AH7J", GBA_CHIP_EEPROM_64K }, // 0617 - Nakayoshi Pet Advance Series 1 - Kawaii Hamster (JPN) + { "AGHJ", GBA_CHIP_EEPROM_4K }, // 0620 - Medarot G - Kabuto Version (JPN) + { "AR8E", GBA_CHIP_SRAM }, // 0727 - Rocky (USA) + { "ALUE", GBA_CHIP_EEPROM_4K }, // 0751 - Super Monkey Ball Jr. (USA) + { "A3DE", GBA_CHIP_EEPROM_4K }, // 0800 - Disney Sports - Football (USA) + { "A87J", GBA_CHIP_EEPROM_64K }, // 0817 - Ohanaya-San Monogatari GBA (JPN) + { "A56J", GBA_CHIP_EEPROM_64K }, // 0827 - DokiDoki Cooking Series 1 - Komugi-chan no Happy Cake (JPN) + { "AUSJ", GBA_CHIP_FLASH }, // 0906 - One Piece - Mezase! King of Berries (JPN) + { "ANTJ", GBA_CHIP_SRAM }, // 0950 - Nippon Pro Mahjong Renmei Kounin - Tetsuman Advance (JPN) + { "A8OJ", GBA_CHIP_EEPROM_64K }, // 0988 - DokiDoki Cooking Series 2 - Gourmet Kitchen - Suteki na Obentou (JPN) + { "AK8P", GBA_CHIP_EEPROM_4K }, // 1022 - Medabots AX - Metabee Version (EUR) + { "A6OJ", GBA_CHIP_EEPROM_64K }, // 1092 - Onimusha Tactics (JPN) + { "A6OE", GBA_CHIP_EEPROM_64K }, // 1241 - Onimusha Tactics (USA) + { "A6OP", GBA_CHIP_EEPROM_64K }, // 1288 - Onimusha Tactics (EUR) + { "BKME", GBA_CHIP_EEPROM_4K }, // 1545 - Kim Possible 2 - Drakken's Demise (USA) + { "BDKJ", GBA_CHIP_EEPROM_64K }, // 1555 - Digi Communication 2 in 1 Datou! Black Gemagema Dan (JPN) + { "BR4J", GBA_CHIP_FLASH }, // 1586 - Rockman EXE 4.5 - Real Operation (JPN) + { "BG8J", GBA_CHIP_EEPROM_64K }, // 1853 - Ganbare! Dodge Fighters (JPN) + { "AROP", GBA_CHIP_EEPROM_4K }, // 1862 - Rocky (EUR) + { "A2YE", GBA_CHIP_SRAM }, // 1906 - Top Gun - Combat Zones (USA) + { "BKMJ", GBA_CHIP_EEPROM_4K }, // 2039 - Kim Possible (JPN) + { "BKEJ", GBA_CHIP_EEPROM_64K }, // 2047 - Konjiki no Gashbell - The Card Battle for GBA (JPN) + { "BKMP", GBA_CHIP_EEPROM_4K }, // 2297 - Kim Possible 2 - Drakken's Demise (EUR) + { "BUHJ", GBA_CHIP_EEPROM_4K }, // 2311 - Ueki no Housoku Shinki Sakuretsu! Nouryokumono Battle (JPN) + { "BYUJ", GBA_CHIP_EEPROM_64K }, // 2322 - Yggdra Union (JPN) +}; + +struct gba_chip_fix_eeprom_item +{ + char game_code[5]; +}; + +static const gba_chip_fix_eeprom_item gba_chip_fix_eeprom_list[] = +{ + // gba scan no. 7 + { "AKTJ" }, // 0145 - Hello Kitty Collection - Miracle Fashion Maker (JPN) + { "AISP" }, // 0185 - International Superstar Soccer (EUR) + { "AKGP" }, // 0204 - Mech Platoon (EUR) + { "AX2E" }, // 0207 - Dave Mirra Freestyle BMX 2 (USA) + { "AASJ" }, // 0234 - World Advance Soccer - Shouri heno Michi (JPN) + { "AA2J" }, // 0237 - Super Mario World - Super Mario Advance 2 (JPN) + { "AJWJ" }, // 0242 - Jikkyou World Soccer Pocket (JPN) + { "AABE" }, // 0244 - American Bass Challenge (USA) + { "AWXJ" }, // 0254 - ESPN Winter X-Games Snowboarding 2002 (JPN) + { "AALJ" }, // 0259 - Kidou Tenshi Angelic Layer - Misaki to Yume no Tenshi-tachi (JPN) + { "AKGE" }, // 0263 - Mech Platoon (USA) + { "AGLJ" }, // 0273 - Tomato Adventure (JPN) + { "AWIJ" }, // 0274 - Hyper Sports 2002 Winter (JPN) + { "APNJ" }, // 0286 - Pinky Monkey Town (JPN) + { "AA2E" }, // 0288 - Super Mario World - Super Mario Advance 2 (USA) + { "AX2P" }, // 0293 - Dave Mirra Freestyle BMX 2 (EUR) + { "AMGP" }, // 0296 - ESPN Great Outdoor Games - Bass Tournament (EUR) + { "AMHJ" }, // 0308 - Bomberman Max 2 - Bomberman Version (JPN) + { "AGNJ" }, // 0311 - Goemon - New Age Shutsudou! (JPN) + { "AMYJ" }, // 0324 - Bomberman Max 2 - Max Version (JPN) + { "AT3E" }, // 0326 - Tony Hawk's Pro Skater 3 (USA) + { "AHHE" }, // 0327 - High Heat - Major League Baseball 2003 (USA) + { "ANLE" }, // 0328 - NHL 2002 (USA) + { "AAGJ" }, // 0345 - Angelique (JPN) + { "ABJP" }, // 0351 - Broken Sword - The Shadow of the Templars (EUR) + { "AKVJ" }, // 0357 - K-1 Pocket Grand Prix (JPN) + { "AKGJ" }, // 0361 - Kikaika Guntai - Mech Platoon (JPN) + { "ADDJ" }, // 0362 - Diadroids World - Evil Teikoku no Yabou (JPN) + { "ABJE" }, // 0365 - Broken Sword - The Shadow of the Templars (USA) + { "AABP" }, // 0380 - Super Black Bass Advance (EUR) + { "AA2P" }, // 0390 - Super Mario World - Super Mario Advance 2 (EUR) + { "A2GJ" }, // 0399 - Advance GT2 (JPN) + { "AEWJ" }, // 0400 - Ui-Ire - World Soccer Winning Eleven (JPN) + { "ADPJ" }, // 0417 - Doraemon - Dokodemo Walker (JPN) + { "AN5J" }, // 0420 - Kawa no Nushi Tsuri 5 - Fushigi no Mori Kara (JPN) + { "ACBJ" }, // 0421 - Gekitou! Car Battler Go!! (JPN) + { "AHIJ" }, // 0426 - Hitsuji no Kimochi (JPN) + { "ATFP" }, // 0429 - Alex Ferguson's Player Manager 2002 (EUR) + { "AFUJ" }, // 0431 - Youkaidou (JPN) + { "AEPP" }, // 0435 - Sheep (EUR) + { "AMHE" }, // 0442 - Bomberman Max 2 - Blue Advance (USA) + { "AMYE" }, // 0443 - Bomberman Max 2 - Red Advance (USA) + { "AT3F" }, // 0457 - Tony Hawk's Pro Skater 3 (FRA) + { "ARJJ" }, // 0497 - Custom Robo GX (JPN) + { "AFCJ" }, // 0521 - RockMan & Forte (JPN) + { "ANJE" }, // 0528 - Madden NFL 2003 (USA) + { "AN7J" }, // 0533 - Famista Advance (JPN) + { "ATYJ" }, // 0540 - Gambler Densetsu Tetsuya - Yomigaeru Densetsu (JPN) + { "AXBJ" }, // 0551 - Black Matrix Zero (JPN) + { "A3AE" }, // 0580 - Yoshi's Island - Super Mario Advance 3 (USA) + { "A3AJ" }, // 0582 - Super Mario Advance 3 (JPN) + { "AZUJ" }, // 0595 - Street Fighter Zero 3 - Upper (JPN) + { "ALOE" }, // 0600 - The Lord of the Rings - The Fellowship of the Ring (USA) + { "A2SE" }, // 0602 - Spyro 2 - Season of Flame (USA) + { "AF7J" }, // 0605 - Tokimeki Yume Series 1 - Ohanaya-san ni Narou! (JPN) + { "A3AP" }, // 0610 - Yoshi's Island - Super Mario Advance 3 (EUR) + { "AH7J" }, // 0617 - Nakayoshi Pet Advance Series 1 - Kawaii Hamster (JPN) + { "AI7J" }, // 0618 - Nakayoshi Pet Advance Series 2 - Kawaii Koinu (JPN) + { "AN3J" }, // 0619 - Nakayoshi Pet Advance Series 3 - Kawaii Koneko (JPN) + { "AAPJ" }, // 0632 - Metalgun Slinger (JPN) + { "A2JJ" }, // 0643 - J.League - Winning Eleven Advance 2002 (JPN) + { "AHXJ" }, // 0649 - High Heat - Major League Baseball 2003 (JPN) + { "AHAJ" }, // 0651 - Hamster Paradise Advance (JPN) + { "APUJ" }, // 0653 - PukuPuku Tennen Kairanban (JPN) + { "A2SP" }, // 0673 - Spyro 2 - Season of Flame (EUR) + { "AN9J" }, // 0675 - Tales of the World - Narikiri Dungeon 2 (JPN) + { "ACBE" }, // 0683 - Car Battler Joe (USA) + { "AT6E" }, // 0693 - Tony Hawk's Pro Skater 4 (USA) + { "ALOP" }, // 0702 - The Lord of the Rings - The Fellowship of the Ring (EUR) + { "A63J" }, // 0710 - Kawaii Pet Shop Monogatari 3 (JPN) + { "AAXJ" }, // 0748 - Fantastic Maerchen - Cake-yasan Monogatari (JPN) + { "AZLE" }, // 0763 - The Legend of Zelda - A Link to the Past & Four Swords (USA) + { "AZUP" }, // 0765 - Street Fighter Alpha 3 - Upper (EUR) + { "AJKJ" }, // 0769 - Jikkyou World Soccer Pocket 2 (JPN) + { "AB3E" }, // 0781 - Dave Mirra Freestyle BMX 3 (USA) + { "A2IJ" }, // 0791 - Magi Nation (JPN) + { "AK7J" }, // 0792 - Klonoa Heroes - Densetsu no Star Medal (JPN) + { "A2HJ" }, // 0794 - Hajime no Ippo - The Fighting! (JPN) + { "ALNE" }, // 0795 - Lunar Legend (USA) + { "AUCJ" }, // 0808 - Uchuu Daisakusen Choco Vader - Uchuu Kara no Shinryakusha (JPN) + { "A59J" }, // 0809 - Toukon Heat (JPN) + { "ALJE" }, // 0815 - Sea Trader - Rise of Taipan (USA) + { "A87J" }, // 0817 - Ohanaya-San Monogatari GBA (JPN) + { "A56J" }, // 0827 - DokiDoki Cooking Series 1 - Komugi-chan no Happy Cake (JPN) + { "AHZJ" }, // 0830 - Higanbana (JPN) + { "A8BP" }, // 0832 - Medabots - Metabee Version (EUR) + { "A2OJ" }, // 0833 - K-1 Pocket Grand Prix 2 (JPN) + { "AY2P" }, // 0843 - International Superstar Soccer Advance (EUR) + { "ANSJ" }, // 0845 - Marie, Elie & Anis no Atelier - Soyokaze Kara no Dengon (JPN) + { "ACOJ" }, // 0865 - Manga-ka Debut Monogatari (JPN) + { "AZLP" }, // 0870 - The Legend of Zelda - A Link to the Past & Four Swords (EUR) + { "AWKJ" }, // 0879 - Wagamama Fairy Mirumo de Pon! - Ougon Maracas no Densetsu (JPN) + { "AZUE" }, // 0886 - Street Fighter Alpha 3 - Upper (USA) + { "AZLJ" }, // 0887 - Zelda no Densetsu - Kamigami no Triforce & 4tsu no Tsurugi (JPN) + { "A6ME" }, // 0889 - MegaMan & Bass (USA) + { "A64J" }, // 0915 - Shimura Ken no Baka Tonosama (JPN) + { "A9HJ" }, // 0917 - Dragon Quest Monsters - Caravan Heart (JPN) + { "AMHP" }, // 0929 - Bomberman Max 2 - Blue Advance (EUR) + { "AMYP" }, // 0930 - Bomberman Max 2 - Red Advance (EUR) + { "AMGJ" }, // 0943 - Exciting Bass (JPN) + { "A5KJ" }, // 0946 - Medarot 2 Core - Kabuto Version (JPN) + { "A4LJ" }, // 0949 - Sylvania Family 4 - Meguru Kisetsu no Tapestry (JPN) + { "A2VJ" }, // 0955 - Kisekko Gurumi - Chesty to Nuigurumi-tachi no Mahou no Bouken (JPN) + { "A5QJ" }, // 0956 - Medarot 2 Core - Kuwagata Version (JPN) + { "AZBJ" }, // 0958 - Bass Tsuri Shiyouze! (JPN) + { "AO2J" }, // 0961 - Oshare Princess 2 (JPN) + { "AB4J" }, // 0965 - Summon Night - Craft Sword Monogatari (JPN) + { "AZAJ" }, // 0971 - Azumanga Daiou Advance (JPN) + { "AF3J" }, // 0974 - Zero One (JPN) + { "A8OJ" }, // 0988 - DokiDoki Cooking Series 2 - Gourmet Kitchen - Suteki na Obentou (JPN) + { "AT3D" }, // 1016 - Tony Hawk's Pro Skater 3 (GER) + { "A6MP" }, // 1031 - MegaMan & Bass (EUR) + { "ANNJ" }, // 1032 - Gekitou Densetsu Noah - Dream Management (JPN) + { "AFNJ" }, // 1036 - Angel Collection - Mezase! Gakuen no Fashion Leader (JPN) + { "ALFP" }, // 1041 - Dragon Ball Z - The Legacy of Goku II (EUR) + { "A9TJ" }, // 1055 - Metal Max 2 Kai (JPN) + { "ALFE" }, // 1070 - Dragon Ball Z - The Legacy of Goku II (USA) + { "BHCJ" }, // 1074 - Hamster Monogatari Collection (JPN) + { "BKKJ" }, // 1075 - Minna no Shiiku Series - Boku no Kabuto-Kuwagata (JPN) + { "BKIJ" }, // 1083 - Nakayoshi Pet Advance Series 4 - Kawaii Koinu Kogata Inu (JPN) + { "BGBJ" }, // 1084 - Get! - Boku no Mushi Tsukamaete (JPN) + { "A82J" }, // 1085 - Hamster Paradise - Pure Heart (JPN) + { "U3IJ" }, // 1087 - Bokura no Taiyou - Taiyou Action RPG (JPN) + { "A6OJ" }, // 1092 - Onimusha Tactics (JPN) + { "AN8J" }, // 1102 - Tales of Phantasia (JPN) + { "AC4J" }, // 1104 - Meitantei Conan - Nerawareta Tantei (JPN) + { "A8ZJ" }, // 1108 - Shin Megami Tensei Devil Children - Puzzle de Call! (JPN) + { "BGMJ" }, // 1113 - Gensou Maden Saiyuuki - Hangyaku no Toushin-taishi (JPN) + { "BMDE" }, // 1115 - Madden NFL 2004 (USA) + { "BO3J" }, // 1141 - Oshare Princess 3 (JPN) + { "U3IE" }, // 1145 - Boktai - The Sun is in Your Hand (USA) + { "BMRJ" }, // 1194 - Matantei Loki Ragnarok - Gensou no Labyrinth (JPN) + { "BLME" }, // 1204 - Lizzie McGuire (USA) + { "AOWE" }, // 1208 - Spyro - Attack of the Rhynocs (USA) + { "BTOE" }, // 1209 - Tony Hawk's Underground (USA) + { "BFJE" }, // 1212 - Frogger's Journey - The Forgotten Relic (USA) + { "A88P" }, // 1229 - Mario & Luigi - Superstar Saga (EUR) + { "BEYP" }, // 1236 - Beyblade VForce - Ultimate Blader Jam (EUR) + { "A85J" }, // 1239 - Sanrio Puroland All Characters (JPN) + { "BMZJ" }, // 1240 - Zooo (JPN) + { "A6OE" }, // 1241 - Onimusha Tactics (USA) + { "AOWP" }, // 1253 - Spyro Adventure (EUR) + { "A88E" }, // 1260 - Mario & Luigi - Superstar Saga (USA) + { "BEYE" }, // 1262 - Beyblade VForce - Ultimate Blader Jam (USA) + { "BCME" }, // 1264 - CIMA - The Enemy (USA) + { "A88J" }, // 1266 - Mario & Luigi RPG (JPN) + { "A5CP" }, // 1269 - Sim City 2000 (EUR) + { "BGAJ" }, // 1277 - SD Gundam G Generation (JPN) + { "A6OP" }, // 1288 - Onimusha Tactics (EUR) + { "BLMP" }, // 1289 - Lizzie McGuire (EUR) + { "ASIE" }, // 1295 - The Sims - Bustin' Out (USA) + { "BISJ" }, // 1299 - Koinu-Chan no Hajimete no Osanpo - Koinu no Kokoro Ikusei Game (JPN) + { "BK3J" }, // 1305 - Card Captor Sakura - Sakura Card de Mini Game (JPN) + { "A4GJ" }, // 1306 - Konjiki no Gashbell!! - Unare! Yuujou no Zakeru (JPN) + { "BTAJ" }, // 1315 - Astro Boy - Tetsuwan Atom (JPN) + { "BS5J" }, // 1322 - Sylvanian Family - Yousei no Stick to Fushigi no Ki (JPN) + { "A5CE" }, // 1326 - Sim City 2000 (USA) + { "B4PJ" }, // 1342 - The Sims (JPN) + { "BDTJ" }, // 1383 - Downtown - Nekketsu Monogatari EX (JPN) + { "B08J" }, // 1391 - One Piece - Going Baseball (JPN) + { "AWUP" }, // 1394 - Sabre Wulf (EUR) + { "BRPJ" }, // 1421 - Liliput Oukoku (JPN) + { "BPNJ" }, // 1435 - Pika Pika Nurse Monogatari - Nurse Ikusei Game (JPN) + { "BP3J" }, // 1446 - Pia Carrot he Youkoso!! 3.3 (JPN) + { "BKCJ" }, // 1461 - Crayon Shin-Chan - Arashi no Yobu Cinema-Land no Daibouken! (JPN) + { "BGNJ" }, // 1464 - Battle Suit Gundam Seed - Battle Assault (JPN) + { "U3IP" }, // 1465 - Boktai - The Sun is in Your Hand (EUR) + { "BDTE" }, // 1484 - River City Ransom EX (USA) + { "BHTE" }, // 1485 - Harry Potter and the Prisoner of Azkaban (USA) + { "FZLE" }, // 1494 - Classic NES Series - The Legend of Zelda (USA) + { "FEBE" }, // 1499 - Classic NES Series - ExciteBike (USA) + { "BUCE" }, // 1505 - Ultimate Card Games (USA) + { "AWUE" }, // 1511 - Sabre Wulf (USA) + { "B2DP" }, // 1522 - Donkey Kong Country 2 (EUR) + { "BHTJ" }, // 1528 - Harry Potter to Azkaban no Shuujin (JPN) + { "A5SJ" }, // 1534 - Oshare Wanko (JPN) + { "B2DJ" }, // 1541 - Super Donkey Kong 2 (JPN) + { "BTAE" }, // 1551 - Astro Boy - Omega Factor (USA) + { "BKOJ" }, // 1553 - Kaiketsu Zorori to Mahou no Yuuenchi (JPN) + { "BDKJ" }, // 1555 - Digi Communication 2 in 1 Datou! Black Gemagema Dan (JPN) + { "U32J" }, // 1567 - Zoku Bokura no Taiyou - Taiyou Shounen Django (JPN) + { "ALFJ" }, // 1573 - Dragon Ball Z - The Legacy of Goku II - International (JPN) + { "BGHJ" }, // 1575 - Gakkou no Kaidan - Hyakuyobako no Fuuin (JPN) + { "BZOJ" }, // 1576 - Zero One SP (JPN) + { "BDXJ" }, // 1587 - B-Densetsu! Battle B-Daman Moero! B-Kon (JPN) + { "BNBJ" }, // 1589 - Himawari Doubutsu Byouin Pet no Oishasan (JPN) + { "BMFE" }, // 1595 - Madden NFL 2005 (USA) + { "FMRJ" }, // 1599 - Famicom Mini Series 23 - Metroid (JPN) + { "FPTJ" }, // 1600 - Famicom Mini Series 24 - Hikari Shinwa - Palutena no Kagame (JPN) + { "FLBJ" }, // 1601 - Famicom Mini Series 25 - The Legend of Zelda 2 - Link no Bouken (JPN) + { "FSDJ" }, // 1606 - Famicom Mini Series 30 - SD Gundam World - Gachapon Senshi Scramble Wars (JPN) + { "BSKJ" }, // 1611 - Summon Night - Craft Sword Monogatari 2 (JPN) + { "BG3E" }, // 1628 - Dragon Ball Z - Buu's Fury (USA) + { "BECJ" }, // 1644 - Angel Collection 2 - Pichimo ni Narou (JPN) + { "B2TE" }, // 1672 - Tony Hawk's Underground 2 (USA) + { "BTYE" }, // 1689 - Ty the Tasmanian Tiger 2 - Bush Rescue (USA) + { "BT2E" }, // 1695 - Teenage Mutant Ninja Turtles 2 - Battlenexus (USA) + { "U32E" }, // 1697 - Boktai 2 - Solar Boy Django (USA) + { "BFDJ" }, // 1708 - Fruit Mura no Doubutsu Tachi (JPN) + { "BPQJ" }, // 1717 - PukuPuku Tennen Kairanban - Koi no Cupid Daisakusen (JPN) + { "BZMJ" }, // 1721 - The Legend of Zelda - Fushigi no Boushi (JPN) + { "FLBE" }, // 1723 - Classic NES Series - Zelda II - The Adventure of Link (USA) + { "BZMP" }, // 1736 - The Legend of Zelda - The Minish Cap (EUR) + { "B2DE" }, // 1754 - Donkey Kong Country 2 (USA) + { "BT2P" }, // 1758 - Teenage Mutant Ninja Turtles 2 - Battle Nexus (EUR) + { "BB2E" }, // 1759 - Beyblade G-Revolution (USA) + { "BRGE" }, // 1761 - Yu-Yu-Hakusho - Tournament Tactics (USA) + { "BFJJ" }, // 1766 - Frogger - Kodaibunmei no Nazo (JPN) + { "BB2P" }, // 1776 - Beyblade G-Revolution (EUR) + { "BSFJ" }, // 1791 - Sylvania Family - Fashion Designer ni Naritai (JPN) + { "BPIE" }, // 1798 - It's Mr Pants (USA) + { "B3PJ" }, // 1809 - Pukupuku Tennen Kairanban Youkoso Illusion Land (JPN) + { "BHDJ" }, // 1812 - Hello Idol Debut (JPN) + { "BKUJ" }, // 1823 - Shingata Medarot - Kuwagata Version (JPN) + { "BKVJ" }, // 1824 - Shingata Medarot - Kabuto Version (JPN) + { "BLIJ" }, // 1825 - Little Patissier Cake no Oshiro (JPN) + { "B3TJ" }, // 1833 - Tales of the World - Narikiri Dungeon 3 (JPN) + { "B2KJ" }, // 1836 - Kiss x Kiss - Seirei Gakuen (JPN) + { "A9BE" }, // 1837 - Medabots - Rokusho Version (USA) + { "BZME" }, // 1842 - The Legend of Zelda - The Minish Cap (USA) + { "B8MJ" }, // 1845 - Mario Party Advance (JPN) + { "A8BE" }, // 1871 - Medabots - Metabee Version (USA) + { "BTAP" }, // 1879 - Astro Boy - Omega Factor (EUR) + { "FSRJ" }, // 1916 - Famicom Mini Series - Dai 2 Ji Super Robot Taisen (JPN) + { "B8ME" }, // 1931 - Mario Party Advance (USA) + { "BO8K" }, // 1938 - One Piece - Going Baseball Haejeok Yaku (KOR) + { "B4ZJ" }, // 1941 - Rockman Zero 4 (JPN) + { "BQAJ" }, // 1953 - Meitantei Conan Akatsuki no Monument (JPN) + { "BIPJ" }, // 1956 - One Piece - Dragon Dream (JPN) + { "BQBJ" }, // 1970 - Konchu Monster Battle Master (JPN) + { "BQSJ" }, // 1971 - Konchu Monster Battle Stadium (JPN) + { "BWXJ" }, // 1982 - Wanko Mix Chiwanko World (JPN) + { "A9TJ" }, // 1984 - Metal Max 2 - Kai Version (JPN) + { "U32P" }, // 1992 - Boktai 2 - Solar Boy Django (EUR) + { "B4RJ" }, // 2005 - Shikakui Atama wo Marukusuru Advance - Kokugo Sansu Rika Shakai (JPN) + { "B4KJ" }, // 2007 - Shikakui Atama wo Marukusuru Advance - Kanji Keisan (JPN) + { "BFCJ" }, // 2019 - Fantasic Children (JPN) + { "BCSP" }, // 2020 - 2 in 1 - V-Rally 3 - Stuntman (EUR) + { "BM2J" }, // 2024 - Momotarou Densetsu G Gold Deck wo Tsukure! (JPN) + { "BEJJ" }, // 2026 - Erementar Gerad (JPN) + { "B5AP" }, // 2034 - Crash & Spyro - Super Pack Volume 1 (EUR) + { "B52P" }, // 2035 - Crash & Spyro - Super Pack Volume 2 (EUR) + { "BFMJ" }, // 2046 - Futari wa Precure Max Heart Maji! Maji! Fight de IN Janai (JPN) + { "BKEJ" }, // 2047 - Konjiki no Gashbell - The Card Battle for GBA (JPN) + { "U33J" }, // 2048 - Shin Bokura no Taiyou - Gyakushuu no Sabata (JPN) + { "BHFJ" }, // 2050 - Twin Series 4 - Ham Ham Monster EX + Fantasy Puzzle Hamster Monogatari (JPN) + { "BMWJ" }, // 2051 - Twin Series 5 - Wan Wan Meitantei EX + Mahou no Kuni no Keaki-Okusan Monogatari (JPN) + { "BMZP" }, // 2055 - Zooo (EUR) + { "B6ME" }, // 2057 - Madden NFL 06 (USA) + { "BT4E" }, // 2058 - Dragon Ball GT - Transformation (USA) + { "B2OJ" }, // 2071 - Pro Mahjong - Tsuwamono GBA (JPN) + { "BX4E" }, // 2079 - 2 in 1 - Tony Hawk's Underground + Kelly Slater's Pro Surfer (USA) + { "BRLE" }, // 2097 - Rebelstar - Tactical Command (USA) + { "BX5P" }, // 2100 - Rayman - 10th Anniversary (EUR) + { "B4ZP" }, // 2108 - MegaMan Zero 4 (EUR) + { "BX5E" }, // 2123 - Rayman - 10th Anniversary (USA) + { "BGXJ" }, // 2143 - Gunstar Super Heroes (JPN) + { "B4ZE" }, // 2144 - Megaman Zero 4 (USA) + { "B53P" }, // 2164 - Crash & Spyro - Super Pack Volume 3 (EUR) + { "B26E" }, // 2169 - World Poker Tour (USA) + { "BH9E" }, // 2172 - Tony Hawk's American Sk8land (USA) + { "BHGE" }, // 2177 - Gunstar Super Heroes (USA) + { "BCMJ" }, // 2178 - Frontier Stories (JPN) + { "BUZE" }, // 2182 - Ultimate Arcade Games (USA) + { "BTVE" }, // 2198 - Ty the Tasmanian Tiger 3 - Night of the Quinkan (USA) + { "BHGP" }, // 2199 - Gunstar Future Heroes (EUR) + { "BH9X" }, // 2214 - Tony Hawk's American Sk8land (EUR) + { "BWIP" }, // 2231 - Win X Club (EUR) + { "BQTP" }, // 2232 - My Pet Hotel (EUR) + { "B4LJ" }, // 2245 - Sugar Sugar Une - Heart Gaippai! Moegi Gakuen (JPN) + { "B3CJ" }, // 2249 - Summon Night Craft Sword Monogatari - Hajimari no Ishi (JPN) + { "A4GE" }, // 2260 - ZatchBell! - Electric Arena (USA) + { "BLFE" }, // 2264 - 2 in 1 - Dragon Ball Z 1 and 2 (USA) + { "BO2J" }, // 2272 - Ochainu no Bouken Jima (JPN) + { "BWIE" }, // 2276 - WinX Club (USA) + { "BGQE" }, // 2279 - Greg Hastings' Tournament Paintball Max'd (USA) + { "BURE" }, // 2298 - Paws & Claws - Pet Resort (USA) + { "A3AC" }, // 2303 - Yaoxi Dao (CHN) + { "AN8E" }, // 2305 - Tales of Phantasia (USA) + { "BZWJ" }, // 2309 - Akagi (JPN) + { "BT8P" }, // 2316 - Teenage Mutant Ninja Turtles Double Pack (EUR) + { "BYUJ" }, // 2322 - Yggdra Union (JPN) + { "AN3E" }, // 2324 - Catz (USA) + { "AN8P" }, // 2325 - Tales of Phantasia (EUR) + { "AA2C" }, // 2332 - Chaoji Maliou Shijie (CHN) + { "BWOP" }, // 2333 - World Poker Tour (EUR) + { "BKCS" }, // 2334 - Shinchan - Aventuras en Cineland (ESP) + { "BC2J" }, // 2341 - Crayon Shin chan - Densetsu wo Yobu Omake no Miyako Shockgaan (JPN) + { "BUOJ" }, // 2345 - Minna no Soft Series - Numpla Advance (JPN) + { "AN3J" }, // 2347 - Minna no Soft Series - Kawaii Koneko (JPN) + { "BUOE" }, // 2366 - Dr. Sudoku (USA) + { "B8SE" }, // 2368 - Spyro Superpack - Season of Ice + Season of Flame (USA) + { "U32J" }, // 2369 - Zoku Bokura no Taiyou - Taiyou Shounen Django (v01) (JPN) + { "BBMJ" }, // 2388 - B-Legend! Battle B-Daman - Moero! B-Damashi!! (JPN) + { "B53E" }, // 2395 - Crash & Spyro Superpack - Ripto's Rampage + The Cortex Conspiracy (USA) + { "BH9P" }, // 2399 - Tony Hawk's American Sk8land (EUR) + { "BAQP" }, // 2406 - Premier Action Soccer (EUR) + { "AB4E" }, // 2432 - Summon Night - Swordcraft Story (USA) + { "BBYE" }, // 2436 - Barnyard (USA) + { "BDXE" }, // 2438 - Battle B-Daman (USA) + { "B7ME" }, // 2446 - Madden NFL 07 (USA) + { "BUFE" }, // 2447 - 2 Games in 1 - Dragon Ball Z - Buu's Fury + Dragon Ball GT - Transformation (USA) + { "BUOP" }, // 2449 - Dr. Sudoku (EUR) + { "BBYX" }, // 2461 - Barnyard (EUR) + { "BFEE" }, // 2466 - Dogz - Fashion (USA) + { "AN3X" }, // 2468 - Catz (EUR) + { "BBME" }, // 2481 - Battle B-Daman - Fire Spirits (USA) + { "BQZE" }, // 2487 - Avatar - The Last Airbender (USA) + { "BXFE" }, // 2498 - Bratz - Forever Diamondz (USA) + { "BT8E" }, // 2500 - Teenage Mutant Ninja Turtles Double Pack (USA) + { "B3YE" }, // 2504 - The Legend of Spyro - A New Beginning (USA) + { "BSKE" }, // 2505 - Summon Night - Swordcraft Story 2 (USA) + { "BHBP" }, // 2513 - Best Friends - Hunde & Katzen (EUR) + { "B3YP" }, // 2519 - The Legend Of Spyro - A New Beginning (EUR) + { "BXFD" }, // 2520 - Bratz - Forever Diamondz (GER) + { "BRLP" }, // 2532 - Rebelstar - Tactical Command (EUR) + { "BENP" }, // 2560 - Eragon (EUR) + { "BENE" }, // 2561 - Eragon (USA) + { "BYUE" }, // 2573 - Yggdra Union - We'll Never Fight Alone (USA) + { "BFRP" }, // 2588 - My Animal Centre in Africa (EUR) + { "BFQE" }, // 2606 - Mazes of Fate (USA) + { "BQZP" }, // 2607 - Avatar - The Legend of Aang (EUR) + { "BFEP" }, // 2613 - Dogz Fashion (EUR) + { "BC2S" }, // 2631 - Shinchan contra los Munecos de Shock Gahn (ESP) + { "BXFP" }, // 2640 - Bratz - Forever Diamondz (EUR) + { "BEFP" }, // 2652 - Best Friends - My Horse (EUR) + { "BNBE" }, // 2695 - Petz Vet (USA) + { "BIME" }, // 2696 - Dogz 2 (USA) + { "BQTX" }, // 2710 - Mijn Dierenpension (EUR) + { "BIMP" }, // 2720 - Dogz 2 (EUR) + { "BIMX" }, // 2727 - Dogz 2 (EUR) + { "BHUE" }, // 2730 - Horsez (USA) + { "BQTF" }, // 2732 - Lea - Passion Veterinaire (FRA) + { "BJPP" }, // 2770 - Harry Potter Collection (EUR) + { "BEFE" }, // 2772 - Let's Ride - Friends Forever (USA) + { "BHBE" }, // 2774 - Best Friends - Dogs & Cats (USA) + { "BYUP" }, // 2781 - Yggdra Union - We'll Never Fight Alone (EUR) + { "ACOJ" }, // 2787 - Manga-ka Debut Monogatari (v01) (JPN) + { "BFDJ" }, // 2789 - Fruit Mura no Doubutsu Tachi (v02) (JPN) + // gba scan no. 8 + { "AYSJ" }, // 0229 - Gakkou wo Tsukurou!! Advance (JPN) + { "ASNJ" }, // 0260 - Sansara Naga 1x2 (JPN) + { "ACTX" }, // 0265 - Creatures (EUR) + { "ASFJ" }, // 0359 - Slot! Pro Advance - Takarabune & Ooedo Sakurafubuki 2 (JPN) + { "ABGJ" }, // 0404 - Sweet Cookie Pie (JPN) + { "ARNJ" }, // 0615 - Harukanaru Toki no Naka de (JPN) + { "AOPJ" }, // 0646 - Oshare Princess (JPN) + { "AHVJ" }, // 0664 - Nakayoshi Youchien - Sukoyaka Enji Ikusei Game (JPN) + { "AYCE" }, // 0758 - Phantasy Star Collection (USA) + { "AYCP" }, // 0877 - Phantasy Star Collection (EUR) + { "ATBJ" }, // 0948 - Slot! Pro 2 Advance - GoGo Juggler & New Tairyou (JPN) + { "A83J" }, // 1012 - Hamster Monogatari 3 GBA (JPN) + { "AEHJ" }, // 1014 - Puzzle & Tantei Collection (JPN) + { "BWDJ" }, // 1114 - Wan Nyan Doubutsu Byouin (JPN) + { "BKZE" }, // 1138 - Banjo-Kazooie - Grunty's Revenge (USA) + { "FZLJ" }, // 1369 - Famicom Mini Series 5 - Zelda no Denzetsu 1 (JPN) + { "BPVP" }, // 1738 - Pferd & Pony - Mein Pferdehof (EUR) + { "ACTY" }, // 1763 - Creatures (EUR) + { "BITJ" }, // 1811 - Onmyou Taisenki Zeroshik (JPN) + { "BOVJ" }, // 1848 - Bouken-Ou Beet - Busters Road (JPN) + { "BT3J" }, // 1852 - Tantei Jinguuji Saburou Shiroi Kage no Syoujyo (JPN) + { "BG8J" }, // 1853 - Ganbare! Dodge Fighters (JPN) + { "BLDS" }, // 1919 - 2 Games in 1 - Lizzie McGuire - Disney Princesas (ESP) + { "BLDP" }, // 1934 - 2 Games in 1 - Lizzie McGuire - Disney Princess (EUR) + { "B8MP" }, // 1993 - Mario Party Advance (EUR) + { "BYPP" }, // 2155 - Horse & Pony - Let`s Ride 2 (EUR) + { "B8AE" }, // 2174 - Crash Superpack - N-Tranced + Nitro Kart (USA) + { "BL9E" }, // 2329 - Let's Ride! Dreamer (USA) + { "B34E" }, // 2331 - Let's Ride! - Sunshine Stables (USA) + { "BQVP" }, // 2414 - Meine Tierarztpraxis (EUR) + { "BHUP" }, // 2480 - Horse and Pony - My Stud Farm (EUR) + { "BPVX" }, // 2645 - Pippa Funnell - Stable Adventures (EUR) + { "BYPX" }, // 2653 - Pippa Funell 2 (EUR) + { "BQVX" }, // 2711 - Mijn Dierenpraktijk (EUR) + { "BPVY" }, // 2712 - Paard & Pony - Mijn Manege (EUR) + { "BYPY" }, // 2713 - Paard & Pony - Paard in Galop (EUR) + { "B54E" }, // 2757 - Crash & Spyro Superpack - The Huge Adventure + Season of Ice (USA) + // gba scan no. 9 + { "BKZX" }, // 1199 - Banjo-Kazooie - Grunty's Revenge (EUR) + { "BKZI" }, // 1381 - Banjo Kazooie - La Vendetta di Grunty (ITA) + { "BAZJ" }, // 1710 - Akachan Doubutsu Sono (JPN) + { "BKZS" }, // 1883 - Banjo Kazooie - La Venganza de Grunty (ESP) + // gba scan no. 11 + { "A9BP" }, // 0925 - Medabots - Rokusho Version (EUR) + { "A3IJ" }, // bokura no taiyou - taiyou action rpg - kabunushi go-yuutai ban (japan) (demo) +}; + +#endif diff --git a/src/mess/mess.mak b/src/mess/mess.mak index 0e34987fac8..c575c5aa009 100644 --- a/src/mess/mess.mak +++ b/src/mess/mess.mak @@ -1473,6 +1473,8 @@ $(MESSOBJ)/nintendo.a: \ $(MESS_DRIVERS)/pokemini.o \ $(MESS_DRIVERS)/vboy.o \ $(MESS_AUDIO)/vboy.o \ + $(MESS_MACHINE)/gba_slot.o \ + $(MESS_MACHINE)/gba_rom.o \ $(MESS_DRIVERS)/gba.o \ $(MESS_VIDEO)/gba.o \ |