diff options
| author | 2024-06-15 17:12:46 -0700 | |
|---|---|---|
| committer | 2024-06-15 20:12:46 -0400 | |
| commit | cdef2ed27478284669e3218d7d173cdcd506d937 (patch) | |
| tree | 2f2416474c64977f3579a682649e2979da141cde | |
| parent | 31b723db99b44573fab4163c76b7f2a6af107cd9 (diff) | |
coco: add Zonx (The Rainbow) support (software list and hiscore) (#12378)
New working software list items
-------------------------------
coco_flop:
Zonx (The Rainbow)
| -rw-r--r-- | hash/coco_flop.xml | 14 | ||||
| -rw-r--r-- | plugins/hiscore/hiscore.dat | 8 |
2 files changed, 22 insertions, 0 deletions
diff --git a/hash/coco_flop.xml b/hash/coco_flop.xml index f11d0ce7a41..a8956655472 100644 --- a/hash/coco_flop.xml +++ b/hash/coco_flop.xml @@ -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> diff --git a/plugins/hiscore/hiscore.dat b/plugins/hiscore/hiscore.dat index 765cc0a83cf..68fd4c5263e 100644 --- a/plugins/hiscore/hiscore.dat +++ b/plugins/hiscore/hiscore.dat @@ -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 |
