mirror of
https://github.com/mamedev/mame.git
synced 2024-11-18 10:06:19 +01:00
004d64d1a7
- archimedes.xml (many coverdisks and commercial applications) - bbc_flop_6502.xml (Hi-InterSheet, Hi-View, Hi-Wordwise+) - bbc_flop_65c102.xml (info only) - bbcb_cass.xml (The Music System) - bbcb_flop_orig (redumped Farm Management Suite double sided) - bbcmc_flop.xml (ALPS) - electron_cass.xml (info only) - electron_flop.xml (all known 5.25" DFS releases) - pro128s_flop.xml (Disco Welcome)
26 lines
861 B
XML
26 lines
861 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
|
|
<!-- BBC Micro - 65C102 Co-Processor Discs -->
|
|
|
|
<!-- Loading Instructions:
|
|
|
|
Hold down the SHIFT key and press and release the BREAK key.
|
|
-->
|
|
|
|
<softwarelist name="bbc_flop_65c102" description="65C102 Co-Processor Discs">
|
|
|
|
<software name="coprosup" supported="no">
|
|
<description>BBC Master 65C102 Co-Processor Support Disc</description>
|
|
<year>1986</year>
|
|
<publisher>Acorn Computers</publisher>
|
|
<info name="format" value="DFS" />
|
|
<info name="compatibility" value="65C102 co-processor" />
|
|
<part name="flop1" interface="floppy_5_25">
|
|
<dataarea name="flop" size="102400">
|
|
<rom name="65C102SupportDisc.ssd" size="102400" crc="f6378bb4" sha1="03bfe9e860ecc6117f2e78771c4e301751269055" offset="0" />
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
</softwarelist>
|