2012-10-12 09:30:33 +02:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
|
|
|
|
|
|
<!-- load software with LOAD ""
|
|
|
|
|
2013-03-19 12:38:58 +01:00
|
|
|
Tape must be started manually from the MESS menu
|
|
|
|
" is mapped to ] by default on a UK keyboard layout
|
2012-10-12 09:30:33 +02:00
|
|
|
|
2013-03-19 12:38:58 +01:00
|
|
|
The Sam Coupe will recognize most Spectrum tapes but isn't actually directly compatible with the majority of them due to different memory mapping
|
2012-10-12 09:30:33 +02:00
|
|
|
-->
|
|
|
|
|
|
|
|
<softwarelist name="samcoupe_cass" description="Sam Coupe cassettes">
|
|
|
|
|
2013-01-11 08:32:46 +01:00
|
|
|
<!-- it loads, includes the SAM specific title screen, but the game doesn't boot -->
|
|
|
|
<software name="snare" supported="no">
|
2012-10-12 09:30:33 +02:00
|
|
|
<description>Snare</description>
|
|
|
|
<year>1992</year>
|
|
|
|
<publisher>Enigma Software Developments</publisher>
|
|
|
|
<part name="cass" interface="samcoupe_cass">
|
|
|
|
<!-- side A is for the ZX Spectrum, see spectrum_cass.xml -->
|
|
|
|
<dataarea name="cass" size="67044">
|
|
|
|
<rom name="snare - alternate - side b.tzx" size="67044" crc="3278d671" sha1="9046c7b2ca54c8dd653cc797f7cc2ac6616791af" offset="0"/>
|
|
|
|
</dataarea>
|
|
|
|
</part>
|
|
|
|
</software>
|
|
|
|
</softwarelist>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|