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.
23 lines
738 B
XML
23 lines
738 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<!--
|
|
license:CC0
|
|
|
|
NOTE: This list is here only to document available dumps and it's not used (yet) by MAME!
|
|
-->
|
|
<softwarelist name="pippin_flop" description="Pippin disk images">
|
|
|
|
<!-- The Apple/Bandai Pippin Atmark/@world didn't ship with a floppy drive, it was sold as an add-on -->
|
|
|
|
<software name="adaptera">
|
|
<description>Atmark Adapter-A (Jpn)</description>
|
|
<year>1996</year>
|
|
<publisher>Apple</publisher>
|
|
<part name="flop1" interface="pippin_flop">
|
|
<dataarea name="flop" size="351232">
|
|
<rom name="adaptera.img" size="351232" crc="95bdbe7b" sha1="a32f3b81828ba8dec4251a2ca07629b07d3e9b70"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
</softwarelist>
|