trunk/hash/gba.xml
r32432 | r32433 | |
279 | 279 | <feature name="pcb" value="AGB-E01-41" /> |
280 | 280 | <feature name="u1" value="U1 GPIO MASKROM" /> |
281 | 281 | |
282 | | <feature name="pcb_type" value="GBA-EEPROM-4K" /><!-- no eeprom on pcb, uses passwords, check this --> |
| 282 | <!-- there is no eeprom on pcb (game uses passwords), but internal header has GBA-EEPROM-4K --> |
283 | 283 | <dataarea name="rom" size="4194304"> |
284 | 284 | <rom name="agb-b3jp-0 h2.u1" size="4194304" crc="eef104b0" sha1="702b89df39afae4d767977ae5b5ed0467e009ffc" offset="000000" /> |
285 | 285 | </dataarea> |
r32432 | r32433 | |
10325 | 10325 | <publisher>Namco</publisher> |
10326 | 10326 | <info name="serial" value="AGB-B3JE-USA"/> |
10327 | 10327 | <part name="cart" interface="gba_cart"> |
10328 | | <feature name="slot" value="gba_eeprom_4k" /> |
10329 | | <feature name="pcb_type" value="GBA-EEPROM-4K" /> |
| 10328 | <!-- internal header has GBA-EEPROM-4K, but the Euro cart has no eeprom in the PCB so we treat this as base cart --> |
10330 | 10329 | <dataarea name="rom" size="4194304"> |
10331 | 10330 | <rom name="curious george (usa).bin" size="4194304" crc="f6b549dd" sha1="7153a1e2b246c1997a91257480c67ac8b54fe61b" offset="000000" /> |
10332 | 10331 | </dataarea> |
r32432 | r32433 | |
37899 | 37898 | </part> |
37900 | 37899 | </software> |
37901 | 37900 | |
37902 | | <software name="topguncz" supported="no"> |
| 37901 | <software name="topguncz"> |
37903 | 37902 | <description>Top Gun - Combat Zones (USA)</description> |
37904 | 37903 | <year>2004</year> |
37905 | 37904 | <publisher>Mastiff</publisher> |
37906 | 37905 | <info name="serial" value="AGB-A2YE-USA"/> |
37907 | 37906 | <part name="cart" interface="gba_cart"> |
37908 | | <feature name="slot" value="gba_sram" /> |
37909 | | <feature name="pcb_type" value="GBA-SRAM" /> |
37910 | 37907 | <dataarea name="rom" size="4194304"> |
37911 | 37908 | <rom name="top gun - combat zones (usa) (en,fr,de,es,it).bin" size="4194304" crc="dfc88d3e" sha1="4f6ae177d236657a075e3366ed4f90c97b03f10d" offset="000000" /> |
37912 | 37909 | </dataarea> |
trunk/src/emu/bus/gba/gba_slot.h
r32432 | r32433 | |
174 | 174 | { "BR4J", GBA_CHIP_FLASH }, // 1586 - Rockman EXE 4.5 - Real Operation (JPN) |
175 | 175 | { "BG8J", GBA_CHIP_EEPROM_64K }, // 1853 - Ganbare! Dodge Fighters (JPN) |
176 | 176 | { "AROP", GBA_CHIP_EEPROM_4K }, // 1862 - Rocky (EUR) |
177 | | { "A2YE", GBA_CHIP_SRAM }, // 1906 - Top Gun - Combat Zones (USA) |
| 177 | // "A2YE" - 1906 - Top Gun - Combat Zones (USA) - multiple NVRAM chips detected, but none present (protection against emu?) |
178 | 178 | { "BKMJ", GBA_CHIP_EEPROM_4K }, // 2039 - Kim Possible (JPN) |
179 | 179 | { "BKEJ", GBA_CHIP_EEPROM_64K }, // 2047 - Konjiki no Gashbell - The Card Battle for GBA (JPN) |
180 | 180 | { "BKMP", GBA_CHIP_EEPROM_4K }, // 2297 - Kim Possible 2 - Drakken's Demise (EUR) |