mirror of
https://github.com/holub/mame
synced 2025-08-10 18:33:06 +03:00

- Added clone bbcb1770, bbcb now 8271 only. - Added clone pro128s, Olivetti Prodest PC 128S. - Added clones Acorn Business Computers and Cambridge Workstation. - Added clone reutapm, Reuters APM board. - Improved floppy formats, added dsd and double density formats for ADFS. - Added speech PHROMs, not yet hooked up correctly. - Added softlists bbcb_de_cass, bbcb_us_flop and bbcmc_flop. - Added S11 links (dipswitch) to specify Econet ID. - Address map cleanups.
26 lines
746 B
XML
26 lines
746 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
|
|
<!-- BBC Master Compact Disks -->
|
|
|
|
<!-- Loading Instructions:
|
|
|
|
Hold down the SHIFT key and press and release the BREAK key.
|
|
-->
|
|
|
|
<softwarelist name="bbcmc_flop" description="BBC Master Compact disks">
|
|
|
|
<software name="welcome">
|
|
<description>BBC Master Compact Welcome Disc</description>
|
|
<year>1986</year>
|
|
<publisher>Acorn</publisher>
|
|
<info name="protection" value="none" />
|
|
<part name="flop1" interface="floppy_3_5">
|
|
<dataarea name="flop" size="655360">
|
|
<rom name="welcome_compact.adl" size="655360" crc="9d747205" sha1="04cfd6d1e08e8f695befb2948e27d63fd7842b8f" offset="0" />
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
</softwarelist>
|