mirror of
https://github.com/holub/mame
synced 2025-04-16 21:44:32 +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.
55 lines
1.8 KiB
XML
55 lines
1.8 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<!--
|
|
license:CC0
|
|
|
|
Known cartridges
|
|
|
|
Dumped|Name |Notes
|
|
______|___________|______
|
|
XXX |4 in 1 |No controller
|
|
XXX |Whac-A-Mole|Hammer-shaped IR motion controller
|
|
XXX |Tennis |Racquet-shaped IR motion controller
|
|
|Paintball |Gun controller
|
|
|Skateboard |Skateboard-shaped motion controller
|
|
|Basketball |Ball-shaped motion controller
|
|
|Dodgeball |Motion controller
|
|
|Baseball |Baseball Bat shaped motion controller
|
|
-->
|
|
|
|
<softwarelist name="tvgogo" description="Toyquest TV Go Go cartridges">
|
|
<software name="4in1" supported="no">
|
|
<description>4-in-1 (Flashcard Fishing, Break a Brick, Balloon Juggling, Penguin Maze)</description>
|
|
<year>2005</year>
|
|
<publisher>Toyquest</publisher>
|
|
<part name="cart" interface="tvgogo_cart">
|
|
<dataarea name="rom" size="0x400000">
|
|
<rom name="4in1.bin" size="0x400000" crc="6e467279" sha1="09ba40524f0b5ee65b9aa8742df9c39baf1046d8"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="tennis" supported="no">
|
|
<description>Tennis</description>
|
|
<year>2005</year>
|
|
<publisher>Toyquest</publisher>
|
|
<part name="cart" interface="tvgogo_cart">
|
|
<dataarea name="rom" size="0x400000">
|
|
<rom name="tennis.bin" size="0x400000" crc="39883db2" sha1="91f9319339eb2ccb4a2e16308ea505775dc82bfc"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="whacmole" supported="no">
|
|
<description>Whac-A-Mole</description>
|
|
<year>2005</year>
|
|
<publisher>Toyquest</publisher>
|
|
<part name="cart" interface="tvgogo_cart">
|
|
<dataarea name="rom" size="0x400000">
|
|
<rom name="whac-a-mole.bin" size="0x400000" crc="62625c62" sha1="846045308e242aff347f93fab1e9b2e8ef46386f"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
</softwarelist>
|