mirror of
https://github.com/holub/mame
synced 2025-10-06 17:08:28 +03:00
Small update for CoCo carts
This commit is contained in:
parent
36ff86ff17
commit
35b5203a9d
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
||||||
<!--
|
<!--
|
||||||
Compiled by K1W1
|
Compiled by K1W1 and Cowering (from GoodCoCo)
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
@ -10,6 +10,7 @@ Compiled by K1W1
|
|||||||
* Due to OS & hardware differences the following programs will only run on the CoCo 3: -
|
* Due to OS & hardware differences the following programs will only run on the CoCo 3: -
|
||||||
|
|
||||||
- A Mazing World of Malcom Mortar
|
- A Mazing World of Malcom Mortar
|
||||||
|
- Alphabet Zoo
|
||||||
- Castle of Tharoggad
|
- Castle of Tharoggad
|
||||||
- GFL Championship Football II
|
- GFL Championship Football II
|
||||||
- RAD Warrior
|
- RAD Warrior
|
||||||
@ -26,7 +27,6 @@ Compiled by K1W1
|
|||||||
|
|
||||||
- 7 Card Stud 26-3074 (1984)
|
- 7 Card Stud 26-3074 (1984)
|
||||||
- 8-Ball
|
- 8-Ball
|
||||||
- Alphabet Zoo 26-3170 (1984)
|
|
||||||
- Crosswords 26-3082 (1981)
|
- Crosswords 26-3082 (1981)
|
||||||
- Math Tutor 26-3148 (1988)
|
- Math Tutor 26-3148 (1988)
|
||||||
- Robot Battle 26-3070 (1981)
|
- Robot Battle 26-3070 (1981)
|
||||||
@ -41,6 +41,7 @@ Compiled by K1W1
|
|||||||
|
|
||||||
* These ROM's Appear to have been dumped from RAM and have been marked as "Bad Dumps"
|
* These ROM's Appear to have been dumped from RAM and have been marked as "Bad Dumps"
|
||||||
|
|
||||||
|
- Alphabet Zoo
|
||||||
- FORTH
|
- FORTH
|
||||||
- Demon Attack
|
- Demon Attack
|
||||||
- Doodle Bug
|
- Doodle Bug
|
||||||
@ -51,6 +52,20 @@ Compiled by K1W1
|
|||||||
-->
|
-->
|
||||||
<softwarelist name="coco_cart" description="Tandy Radio Shack Color Computer cartridges">
|
<softwarelist name="coco_cart" description="Tandy Radio Shack Color Computer cartridges">
|
||||||
|
|
||||||
|
<software name="alphazoo">
|
||||||
|
<description>Alphabet Zoo</description>
|
||||||
|
<year>1984</year>
|
||||||
|
<publisher>Tandy</publisher>
|
||||||
|
<info name="developer" value="Spinnaker" />
|
||||||
|
<info name="serial" value="26-3170" />
|
||||||
|
<info name="usage" value="CoCo 3 Only" />
|
||||||
|
<part name="cart" interface="coco_cart">
|
||||||
|
<dataarea name="rom" size="32768">
|
||||||
|
<rom name="alphabet zoo (1984)(26-3170)(spinnaker).rom" size="32768" crc="a8a83f53" sha1="b6c8048549c60909c6a9e8e808df342d6491eae2" status="baddump" offset="0" />
|
||||||
|
</dataarea>
|
||||||
|
</part>
|
||||||
|
</software>
|
||||||
|
|
||||||
<software name="amazing">
|
<software name="amazing">
|
||||||
<description>A Mazing World of Malcom Mortar</description>
|
<description>A Mazing World of Malcom Mortar</description>
|
||||||
<year>1987</year>
|
<year>1987</year>
|
||||||
@ -1366,7 +1381,7 @@ Compiled by K1W1
|
|||||||
</part>
|
</part>
|
||||||
</software>
|
</software>
|
||||||
|
|
||||||
<!-- Cartridges releasesed for Dragon Data systems -->
|
<!-- Cartridges released for Dragon Data systems -->
|
||||||
|
|
||||||
<software name="dospls49">
|
<software name="dospls49">
|
||||||
<description>DOSPlus v4.9B</description>
|
<description>DOSPlus v4.9B</description>
|
||||||
|
Loading…
Reference in New Issue
Block a user