diff options
author | 2013-08-29 13:34:09 +0000 | |
---|---|---|
committer | 2013-08-29 13:34:09 +0000 | |
commit | 373f2ec13ee7a6a697c4e5810bde86ad1b0cbd5d (patch) | |
tree | 01241565cdf66c061d25704a21b622f947937ea7 /hash/c64_cart.xml | |
parent | e9b19492d03cb4c37d5a3864d2413dfdf6ae224f (diff) |
(MESS) c64: Magic Voice WIP. (nw)
Diffstat (limited to 'hash/c64_cart.xml')
-rw-r--r-- | hash/c64_cart.xml | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/hash/c64_cart.xml b/hash/c64_cart.xml index dc483cae2db..a2cbdd03bd8 100644 --- a/hash/c64_cart.xml +++ b/hash/c64_cart.xml @@ -614,7 +614,7 @@ <feature name="game" value="0" /> <feature name="exrom" value="1" /> - <dataarea name="roml" size="0x4000"> + <dataarea name="romh" size="0x4000"> <rom name="251476" size="0x4000" crc="c741fa77" sha1="2044028d42def60df79b8ab57d005721b41190fa" offset="0x0000" /> </dataarea> </part> @@ -2372,6 +2372,7 @@ </software> <software name="gorf"> + <!-- supports Magic Voice --> <description>Gorf</description> <year>1983</year> <publisher>Commodore</publisher> @@ -4093,6 +4094,7 @@ </software> <software name="wow"> + <!-- supports Magic Voice --> <description>Wizard of Wor</description> <year>1984</year> <publisher>Commodore</publisher> @@ -6894,6 +6896,24 @@ </part> </software> + <software name="abc" supported="no"> + <!-- requires Magic Voice to run --> + <description>A Bee Cee's</description> + <year>198?</year> + <publisher>Commodore</publisher> + <info name="serial" value="C-64320" /> + <sharedfeat name="compatibility" value="NTSC,PAL"/> + + <part name="cart" interface="c64_cart"> + <feature name="game" value="0" /> + <feature name="exrom" value="0" /> + + <dataarea name="roml" size="0x4000"> + <rom name="a-bee-c.rom" size="0x4000" crc="5cfe999c" sha1="57202c3829f1d668c445ae7e792ae80245682a99" offset="0" /> + </dataarea> + </part> + </software> + <!-- Dummy cartridge entries to allow requirement mappings from c64_flop --> <software name="cpm"> |