mirror of
https://github.com/holub/mame
synced 2025-08-05 08:03:19 +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.
29 lines
913 B
XML
29 lines
913 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
|
|
<softwarelist name="hx20_rom" description="Epson HX-20 Optional ROMs">
|
|
|
|
<software name="forth" supported="no">
|
|
<description>Forth</description>
|
|
<year>1982</year>
|
|
<publisher>HCCS Associates</publisher>
|
|
<part name="rom" interface="opt_rom">
|
|
<dataarea name="rom" size="8192">
|
|
<rom name="forth.bin" size="8192" crc="1319f181" sha1="72af6cf0a30fee45aea31c8ae1031bba5ad9f62d" offset="0x0000" />
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="skiwritr" supported="no">
|
|
<description>SkiWriter</description>
|
|
<year>1983</year>
|
|
<publisher>SkiSoft</publisher>
|
|
<part name="rom" interface="opt_rom">
|
|
<dataarea name="rom" size="8192">
|
|
<rom name="skiwriter_1983.bin" size="8192" crc="28fe9f30" sha1="6c5f0a4d08cb347b87b57db8aef250b78343a81b" offset="0x0000" />
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
</softwarelist>
|