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.
17 lines
533 B
XML
17 lines
533 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
|
|
<softwarelist name="mtx_cart" description="Memotech MTX ROMPAK cartridges">
|
|
|
|
<software name="node" supported="no">
|
|
<description>MTX Node Ring</description>
|
|
<year>198?</year>
|
|
<publisher>Memotech</publisher>
|
|
<part name="cart" interface="mtx_cart">
|
|
<dataarea name="rom" size="8192">
|
|
<rom name="node.rom" size="8192" crc="cb05a1b8" sha1="b040e5f062b460d4465050da31be66075dee2844" offset="0"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
</softwarelist>
|