mirror of
https://github.com/holub/mame
synced 2025-04-16 13:34:55 +03:00

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.
117 lines
3.9 KiB
XML
117 lines
3.9 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<!--
|
|
license:CC0
|
|
|
|
Info Taken from here: http://www.samdal.com/SVIDOCS/SVI_Softwares_for_SVI318-328.pdf
|
|
|
|
These Cartridges are not dumped:
|
|
Just Write JR. SD294C
|
|
Amoured Assault SD233C // Was availible on Cartridge and/or Tape
|
|
-->
|
|
|
|
<softwarelist name="svi318_cart" description="Spectravision SVI-318 cartridges">
|
|
|
|
<software name="flipper">
|
|
<description>Flipper Slipper</description>
|
|
<year>1983</year>
|
|
<publisher>Spectravideo</publisher>
|
|
<info name="serial" value="SD291C" />
|
|
<part name="cart" interface="svi318_cart">
|
|
<dataarea name="rom" size="32768">
|
|
<rom name="flipper slipper.rom" size="32768" crc="f0c51214" sha1="7acd00c9053fbf7f7d698485759d170a483b123d" offset="0" />
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="ffreddy">
|
|
<description>Frantic Freddy</description>
|
|
<year>1983</year>
|
|
<publisher>Spectravideo</publisher>
|
|
<info name="serial" value="SD232C" />
|
|
|
|
<part name="cart" interface="svi318_cart">
|
|
<dataarea name="rom" size="32768">
|
|
<rom name="frantic freddy.rom" size="32768" crc="cb553ee5" sha1="60adadb294d5492dfe6ada4b0710c5c31ef3e69c" offset="0" />
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<!-- According to the SVI Official Catalog this was released as a tape only, But a cart dump does exist
|
|
<software name="mentor">
|
|
<description>Music Mentor</description>
|
|
<year>1983</year>
|
|
<publisher>Spectravideo</publisher>
|
|
<part name="cart" interface="svi318_cart">
|
|
<dataarea name="rom" size="32768">
|
|
<rom name="music mentor.rom" size="32768" crc="ba0c3d3c" sha1="0ebb91dcc99c0c361d8855387079bc62a41d05d8" offset="0" />
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
-->
|
|
|
|
<software name="secalpha">
|
|
<description>Sector Alpha</description>
|
|
<year>1983</year>
|
|
<publisher>Spectravideo</publisher>
|
|
<info name="serial" value="SD220C" />
|
|
<part name="cart" interface="svi318_cart">
|
|
<dataarea name="rom" size="32768">
|
|
<rom name="sector alpha.rom" size="32768" crc="015f29ff" sha1="c48266a71e940b903d446561f629b58f3fc9cc8c" offset="0" />
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="supxfrce">
|
|
<description>Super Cross Force</description>
|
|
<year>1983</year>
|
|
<publisher>Spectravideo</publisher>
|
|
<info name="serial" value="SD237C" />
|
|
<part name="cart" interface="svi318_cart">
|
|
<dataarea name="rom" size="32768">
|
|
<rom name="supercross.rom" size="32768" crc="8d9d1db3" sha1="73f750d454b32d7bf6bb1c966135a022ce1de92a" offset="0" />
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<!-- http://www.pouet.net/prod.php?which=65911 -->
|
|
<!-- Requires Spectravideo 328 -->
|
|
<software name="prerelea">
|
|
<description>Pre-Release</description>
|
|
<year>2015</year>
|
|
<publisher>Five Finger Punch</publisher>
|
|
<part name="cart" interface="svi318_cart">
|
|
<dataarea name="rom" size="65536">
|
|
<rom name="pre-release.rom" size="65536" crc="fa90692e" sha1="5b5fbc309ffe2608b2fed2a4fba8ef73ad68733d" offset="0" />
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<!-- http://www.pouet.net/prod.php?which=67679 -->
|
|
<!-- Requires Spectravideo 328 -->
|
|
<software name="postrele">
|
|
<description>Postrelease</description>
|
|
<year>2016</year>
|
|
<publisher>Five Finger Punch</publisher>
|
|
<part name="cart" interface="svi318_cart">
|
|
<dataarea name="rom" size="65536">
|
|
<rom name="postrelease.rom" size="65536" crc="bb467c8f" sha1="3ea09d322ec7a91b8acd7fc7b4688570b85ed5f3" offset="0" />
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<!-- http://www.pouet.net/prod.php?which=68112 -->
|
|
<!-- Requires Spectravideo 328 -->
|
|
<software name="oh">
|
|
<description>Oh</description>
|
|
<year>2016</year>
|
|
<publisher>Five Finger Punch</publisher>
|
|
<part name="cart" interface="svi318_cart">
|
|
<dataarea name="rom" size="65536">
|
|
<rom name="oh.rom" size="65536" crc="4042f67d" sha1="abb9ad310e9bdf2b1fd0f3eb0fbb967bd1dcc614" offset="0" />
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
</softwarelist>
|