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.
26 lines
1.1 KiB
XML
26 lines
1.1 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<softwarelist name="alphatro_cart" description="Triumph-Adler Alphatronic PC cartridges">
|
|
|
|
<software name="escape">
|
|
<description>Escape / Brief Editor</description>
|
|
<year>1983</year>
|
|
<publisher>Bongartz + Schmidt Datentechnik</publisher>
|
|
<part name="cart" interface="alphatro_cart">
|
|
<dataarea name="rom" size="16384">
|
|
<rom name="escape_be_d2_rom_pack_1.bin" size="8192" crc="6f387744" sha1="e30b5c51db2cc69968b1483a99260dae1ad7b220" offset="0" />
|
|
<rom name="escape_be_d2_rom_pack_2.bin" size="8192" crc="bc524428" sha1="78a79d12e454fd322f366f4c385770b7dd2b465c" offset="8192" />
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
<software name="microtxt">
|
|
<description>MicroText</description>
|
|
<year>1983</year>
|
|
<publisher>VictorSoft</publisher>
|
|
<part name="cart" interface="alphatro_cart">
|
|
<dataarea name="rom" size="16384">
|
|
<rom name="microtext.bin" size="8192" crc="7a7eba6b" sha1="e75465ee6b397f806674fa645264fb2633ba7470" offset="8192" />
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
</softwarelist>
|