mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
gameking.xml, gameking3.xml: Added three cartridges, and replaced one cartridge with a better dump. (#12270)
gameking3.xml: replaced Panzer with a better dump (one bit corrected in unused space). New working software list items (gameking.xml) ---------------------- 4 in 1 - Three Battles + Light Sword + Risker + Metal Deform (512KB cartridge, set 2) [sCZther, SSJ, Gaming Alexandria, TeamEurope] New working software list items (gameking3.xml) ---------------------- Diamond [sCZther, SSJ, Gaming Alexandria, TeamEurope] Hemic Battle [sCZther, SSJ, Gaming Alexandria, TeamEurope]
This commit is contained in:
parent
cf26bed43a
commit
a44a8c2a3b
2 changed files with 37 additions and 2 deletions
|
@ -342,7 +342,7 @@ S1: is on some carts directly connected to VCC
|
|||
</software>
|
||||
|
||||
<software name="mc_4v06" supported="partial">
|
||||
<description>4 in 1 - Three Battles + Light Sword + Risker + Metal Deform (512KB cartridge)</description>
|
||||
<description>4 in 1 - Three Battles + Light Sword + Risker + Metal Deform (512KB cartridge, set 1)</description>
|
||||
<year>200?</year>
|
||||
<publisher>TimeTop</publisher>
|
||||
<part name="cart" interface="gameking_cart">
|
||||
|
@ -353,6 +353,17 @@ S1: is on some carts directly connected to VCC
|
|||
</software>
|
||||
|
||||
<software name="mc_4v06a" cloneof="mc_4v06" supported="partial">
|
||||
<description>4 in 1 - Three Battles + Light Sword + Risker + Metal Deform (512KB cartridge, set 2)</description>
|
||||
<year>200?</year>
|
||||
<publisher>TimeTop</publisher>
|
||||
<part name="cart" interface="gameking_cart">
|
||||
<dataarea name="rom" size="0x080000">
|
||||
<rom name="gk_4in1_threebattles_lightsword_risker_metaldeform_512kb_set2.bin" size="0x080000" crc="6becf602" sha1="02f90d5d4609fe7005e2f357bb76d84ea50c9100"/>
|
||||
</dataarea>
|
||||
</part>
|
||||
</software>
|
||||
|
||||
<software name="mc_4v06b" cloneof="mc_4v06" supported="partial">
|
||||
<description>4 in 1 - Three Battles + Light Sword + Risker + Metal Deform (1MB cartridge)</description>
|
||||
<year>200?</year>
|
||||
<publisher>TimeTop</publisher>
|
||||
|
|
|
@ -50,7 +50,9 @@ see gameking.xml for information about cartridge types
|
|||
<part name="cart" interface="gameking_cart">
|
||||
<feature name="pcb" value="2007D / APR 23 05 / REV:1.0"/>
|
||||
<dataarea name="rom" size="524288">
|
||||
<rom name="panzer.gk3" size="524288" crc="54c7389e" sha1="1fe26d743ad02b466d045aa53706b13c8be2fe2e"/>
|
||||
<rom name="panzer.gk3" size="524288" crc="52d24c9e" sha1="c6d0aed0b6bf3ff5f8f31973a8e347fe7ceeb52f"/>
|
||||
<!-- in the ROM below address 0xc0a8 has been flipped from 0xff to 0xbf, this is in an unused fill area and likely just bitrot -->
|
||||
<!-- <rom name="panzer.gk3" size="524288" crc="54c7389e" sha1="1fe26d743ad02b466d045aa53706b13c8be2fe2e"/> -->
|
||||
</dataarea>
|
||||
</part>
|
||||
</software>
|
||||
|
@ -88,4 +90,26 @@ see gameking.xml for information about cartridge types
|
|||
</part>
|
||||
</software>
|
||||
|
||||
<software name="diamond" supported="partial">
|
||||
<description>Diamond</description>
|
||||
<year>200?</year>
|
||||
<publisher>TimeTop</publisher>
|
||||
<part name="cart" interface="gameking_cart">
|
||||
<dataarea name="rom" size="524288">
|
||||
<rom name="diamond.gk3" size="524288" crc="9b968d49" sha1="ce3de488ebb65ba9802670ea1558761d5aadb7f9"/>
|
||||
</dataarea>
|
||||
</part>
|
||||
</software>
|
||||
|
||||
<software name="hemic" supported="partial">
|
||||
<description>Hemic Battle</description>
|
||||
<year>200?</year>
|
||||
<publisher>TimeTop</publisher>
|
||||
<part name="cart" interface="gameking_cart">
|
||||
<dataarea name="rom" size="524288">
|
||||
<rom name="hemicbattle.gk3" size="524288" crc="87465984" sha1="60032e52e3ef56be739ce0f6180891a44b68380d"/>
|
||||
</dataarea>
|
||||
</part>
|
||||
</software>
|
||||
|
||||
</softwarelist>
|
||||
|
|
Loading…
Reference in a new issue