mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
438a497c37
Get rid of a couple of copies of the CC0 text. Add header comment to CC0 files to remind people editing them what the terms are. Also add some missing XML headers. The header comments in layouts won't bloat the binary - they get stripped out before compressing, same as any other comments.
26 lines
739 B
XML
26 lines
739 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<!--
|
|
license:CC0
|
|
|
|
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"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
</softwarelist>
|