mirror of
https://github.com/holub/mame
synced 2025-10-04 08:28:39 +03:00

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.
20 lines
593 B
XML
20 lines
593 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
|
|
<softwarelist name="fidel_sc6" description="Fidelity SC6 Modules">
|
|
|
|
<!-- Sensory Chess Challenger 6 -->
|
|
|
|
<software name="sc6">
|
|
<description>SC6: original program</description>
|
|
<year>1982</year>
|
|
<publisher>Fidelity Electronics</publisher>
|
|
<part name="cart" interface="fidel_sc6">
|
|
<dataarea name="rom" size="0x1000">
|
|
<rom name="101-1035a01" size="0x1000" crc="0024971f" sha1="76b16364913ada2fb94b9e6a8524b924e6832ddf" offset="0x0000" /> <!-- 2332 -->
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
</softwarelist>
|