mirror of
https://github.com/holub/mame
synced 2025-06-01 18:41:47 +03:00

* Fix Acorn SL names so they show in the right position in front-ends. * Fix mistake in BBC Bridge Companion. Thanks to Pernod70. * Fixed more names. Thanks to Pernod70. * Some more name fixes. * Fix names for hardware manufactured by Casper and Torch. * SL title disc lowercase for coherence.
25 lines
744 B
XML
25 lines
744 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
|
|
<!-- Acorn BBC Micro Model B (US) Disks -->
|
|
|
|
<!-- Loading Instructions:
|
|
|
|
Hold down the SHIFT key and press and release the BREAK key.
|
|
-->
|
|
|
|
<softwarelist name="bbcb_flop_us" description="Acorn BBC Micro Model B (US) disks">
|
|
|
|
<software name="intrutil">
|
|
<description>Introductory and Utilities Disk</description>
|
|
<year>1983</year>
|
|
<publisher>Acorn</publisher>
|
|
<part name="flop1" interface="floppy_5_25">
|
|
<dataarea name="flop" size="204800">
|
|
<rom name="introductory_utils(1983)(acorn).ssd" size="204800" crc="60612fc2" sha1="037f7c3499547d5ac5f88e812d7765ccaf27d6e1" offset="0" />
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
</softwarelist>
|