Previous 199869 Revisions Next

r32433 Saturday 27th September, 2014 at 09:45:08 UTC by Fabio Priuli
(MESS) gba.c: fixed Top Gun - Combat Zones cart type, making the
game playable. [Reznor007]
[hash]gba.xml
[src/emu/bus/gba]gba_slot.h

trunk/hash/gba.xml
r32432r32433
279279         <feature name="pcb" value="AGB-E01-41" />
280280         <feature name="u1" value="U1 GPIO MASKROM" />
281281
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 -->
283283         <dataarea name="rom" size="4194304">
284284            <rom name="agb-b3jp-0 h2.u1" size="4194304" crc="eef104b0" sha1="702b89df39afae4d767977ae5b5ed0467e009ffc" offset="000000" />
285285         </dataarea>
r32432r32433
1032510325      <publisher>Namco</publisher>
1032610326      <info name="serial" value="AGB-B3JE-USA"/>
1032710327      <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  -->
1033010329         <dataarea name="rom" size="4194304">
1033110330            <rom name="curious george (usa).bin" size="4194304" crc="f6b549dd" sha1="7153a1e2b246c1997a91257480c67ac8b54fe61b" offset="000000" />
1033210331         </dataarea>
r32432r32433
3789937898      </part>
3790037899   </software>
3790137900
37902   <software name="topguncz" supported="no">
37901   <software name="topguncz">
3790337902      <description>Top Gun - Combat Zones (USA)</description>
3790437903      <year>2004</year>
3790537904      <publisher>Mastiff</publisher>
3790637905      <info name="serial" value="AGB-A2YE-USA"/>
3790737906      <part name="cart" interface="gba_cart">
37908         <feature name="slot" value="gba_sram" />
37909         <feature name="pcb_type" value="GBA-SRAM" />
3791037907         <dataarea name="rom" size="4194304">
3791137908            <rom name="top gun - combat zones (usa) (en,fr,de,es,it).bin" size="4194304" crc="dfc88d3e" sha1="4f6ae177d236657a075e3366ed4f90c97b03f10d" offset="000000" />
3791237909         </dataarea>
trunk/src/emu/bus/gba/gba_slot.h
r32432r32433
174174   { "BR4J", GBA_CHIP_FLASH      }, // 1586 - Rockman EXE 4.5 - Real Operation (JPN)
175175   { "BG8J", GBA_CHIP_EEPROM_64K }, // 1853 - Ganbare! Dodge Fighters (JPN)
176176   { "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?)
178178   { "BKMJ", GBA_CHIP_EEPROM_4K  }, // 2039 - Kim Possible (JPN)
179179   { "BKEJ", GBA_CHIP_EEPROM_64K }, // 2047 - Konjiki no Gashbell - The Card Battle for GBA (JPN)
180180   { "BKMP", GBA_CHIP_EEPROM_4K  }, // 2297 - Kim Possible 2 - Drakken's Demise (EUR)

Previous 199869 Revisions Next


© 1997-2024 The MAME Team