summaryrefslogtreecommitdiffstatshomepage
path: root/hash
diff options
context:
space:
mode:
author Curt Coder <curtcoder@mail.com>2013-01-06 12:36:59 +0000
committer Curt Coder <curtcoder@mail.com>2013-01-06 12:36:59 +0000
commit4ed1e62460301634ef4527980160947938fc11e9 (patch)
treed9597e7c5e739ab7af2e89ef525053df9039fd8a /hash
parent133c74b9ebe90376ad384b02395654737424c0f2 (diff)
(MESS) c64: Softlist additions. (nw)
Diffstat (limited to 'hash')
-rw-r--r--hash/c128_cart.xml29
-rw-r--r--hash/c64_cart.xml19
2 files changed, 45 insertions, 3 deletions
diff --git a/hash/c128_cart.xml b/hash/c128_cart.xml
index a2d97a5a65c..c8dc8225976 100644
--- a/hash/c128_cart.xml
+++ b/hash/c128_cart.xml
@@ -1,8 +1,17 @@
<?xml version="1.0"?>
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
<softwarelist name="c128_cart" description="Commodore 128 cartridges">
+<!--
- <software name="c128diag" supported="no">
+Missing dumps:
+
+- Dead Test (Rev 781220)
+- QuickSilver 128
+- Partner 128 (Timeworks, 1985)
+- Super Snapshot
+
+-->
+ <software name="c128diag">
<description>C128 Diagnostic v1.1</description>
<year>1987</year>
<publisher>Commodore</publisher>
@@ -17,7 +26,7 @@
</part>
</software>
- <software name="c128diaga" cloneof="c128diag" supported="no">
+ <software name="c128diaga" cloneof="c128diag">
<description>C128 Diagnostic</description>
<year>198?</year>
<publisher>Commodore</publisher>
@@ -32,6 +41,22 @@
</part>
</software>
+ <software name="c128dg40">
+ <description>C128/40 Diagnostic (Rev 588121)</description>
+ <year>198?</year>
+ <publisher>Commodore</publisher>
+ <sharedfeat name="compatibility" value="NTSC,PAL"/>
+
+ <part name="cart" interface="c64_cart">
+ <feature name="game" value="1" />
+ <feature name="exrom" value="1" />
+
+ <dataarea name="roml" size="0x2000">
+ <rom name="c128diag.bin" size="0x2000" crc="b11107be" sha1="c7149ed420d95faa1ab2ecb4a536f5e6effd45e3" offset="0" />
+ </dataarea>
+ </part>
+ </software>
+
<software name="comal128" supported="no">
<description>COMAL 80</description>
<year>1985</year>
diff --git a/hash/c64_cart.xml b/hash/c64_cart.xml
index cc89c89b1f7..87324015f5f 100644
--- a/hash/c64_cart.xml
+++ b/hash/c64_cart.xml
@@ -1,5 +1,7 @@
<?xml version="1.0"?>
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
+<softwarelist name="c64_cart" description="Commodore 64 cartridges">
+
<!--
Hardware to be emulated
@@ -64,7 +66,6 @@
http://members.optusnet.com.au/spacetaxi64/SPEED-UP-CARTS/SPEED-C64-CPU.htm
-->
-<softwarelist name="c64_cart" description="Commodore 64 cartridges">
<software name="vw64">
<description>VizaWrite 64</description>
@@ -6554,4 +6555,20 @@
</part>
</software>
+ <software name="quiktest">
+ <description>Commodore 64 Diagnostic</description>
+ <year>198?</year>
+ <publisher>&lt;unknown&gt;</publisher>
+ <sharedfeat name="compatibility" value="NTSC,PAL"/>
+
+ <part name="cart" interface="c64_cart">
+ <feature name="game" value="1" />
+ <feature name="exrom" value="0" />
+
+ <dataarea name="roml" size="0x2000">
+ <rom name="sean's diag cart for c64 cs=87e7" size="0x2000" crc="653ec679" sha1="b2d3e90113d7360c7d01a1f017a8edd8ae4441b7" offset="0" />
+ </dataarea>
+ </part>
+ </software>
+
</softwarelist>