mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
97b6717027
This effectively revertsb380514764
andc24473ddff
, restoring the state at598cd52272
. Before pushing, please check that what you're about to push is sane. Check your local commit log and ensure there isn't anything out-of-place before pushing to mainline. When things like this happen, it wastes everyone's time. I really don't need this in a week when real work™ is busting my balls and I'm behind where I want to be with preparing for MAME release.
31 lines
1.3 KiB
XML
31 lines
1.3 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<softwarelist name="jakks_gamekey_nm" description="JAKKS Pacific 'NM' Game Keys">
|
|
|
|
<!-- This list is for the 'NM' coded Game Keys, for Namco base systems (MS Pacman) -->
|
|
<!-- for test mode, hold UP, press A, press DOWN -->
|
|
<software name="nrxdig"> <!-- has SEEPROM -->
|
|
<description>New Rally X & Dig Dug (01 APR 2005 A SKU E)</description>
|
|
<year>2005</year>
|
|
<publisher>JAKKS Pacific Inc / Namco / HotGen Ltd</publisher>
|
|
<part name="cart" interface="jakks_gamekey">
|
|
<feature name="slot" value="rom_24lc04"/>
|
|
<dataarea name="rom" size="0x800000">
|
|
<rom name="jakksdigdugnewrallyxgk.bin" size="0x100000" crc="2a0e958a" sha1="2e09d87a8fdf115f13aaa8fd2c48f9eaf3c82bac" offset="0" />
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="pacbosrx"> <!-- has SEEPROM -->
|
|
<description>Pac-Man & Bosconian & Rally X (11 JUL 2005 A SKU I)</description>
|
|
<year>2005</year>
|
|
<publisher>JAKKS Pacific Inc / Namco / HotGen Ltd</publisher>
|
|
<part name="cart" interface="jakks_gamekey">
|
|
<feature name="slot" value="rom_24lc04"/>
|
|
<dataarea name="rom" size="0x800000">
|
|
<rom name="jakksnamcopacmanbosconianrallyxgk.bin" size="0x100000" crc="751f0268" sha1="2fe374650b74924c439477605373df5a47072f41" offset="0" />
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
</softwarelist>
|