mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
coco: add Zonx (The Rainbow) support (software list and hiscore) (#12378)
New working software list items ------------------------------- coco_flop: Zonx (The Rainbow)
This commit is contained in:
parent
31b723db99
commit
cdef2ed274
2 changed files with 22 additions and 0 deletions
|
@ -1957,4 +1957,18 @@ license:CC0-1.0
|
|||
</part>
|
||||
</software>
|
||||
|
||||
<software name="zonx">
|
||||
<description>Zonx (The Rainbow)</description>
|
||||
<year>1985</year>
|
||||
<publisher>Falsoft</publisher>
|
||||
<info name="author" value="David Billen" />
|
||||
<info name="usage" value="LOADM"ZONX":EXEC" />
|
||||
<sharedfeat name="compatibility" value="COCO,COCO3" />
|
||||
<part name="flop0" interface="floppy_5_25">
|
||||
<dataarea name="flop" size="161280">
|
||||
<rom name="ZONX.DSK" size="161280" crc="da6a8b6c" sha1="fdd3ef04a6e2fcc854a467ae735f2af43c838af2" />
|
||||
</dataarea>
|
||||
</part>
|
||||
</software>
|
||||
|
||||
</softwarelist>
|
||||
|
|
|
@ -18875,3 +18875,11 @@ gnw_dkjr:
|
|||
@:maincpu,data,11,6,0,0
|
||||
; game A
|
||||
@:maincpu,data,51,6,0,0
|
||||
|
||||
; --------------------------------
|
||||
; Tandy/Radio Shack Color Computer
|
||||
; --------------------------------
|
||||
|
||||
;Zonx (The Rainbow)
|
||||
coco3,zonx:
|
||||
@:maincpu,program,3e57,5,0,0
|
||||
|
|
Loading…
Reference in a new issue