mirror of
https://github.com/holub/mame
synced 2025-04-19 23:12:11 +03:00
coco2: Attached coco_flop software list. (Fixes MT#6775)
New working software list additions ----------------------------------- coco_flop: Tandy Assembly Demo 2017 [MrGW]
This commit is contained in:
parent
3d3785864e
commit
ebcda2fa0c
@ -3,13 +3,28 @@
|
||||
|
||||
<softwarelist name="coco_flop" description="Tandy Radio Shack Color Computer disk images">
|
||||
|
||||
<!-- coco2 only -->
|
||||
<software name="asmdemo">
|
||||
<description>Tandy Assembly Demo 2017</description>
|
||||
<year>2017</year>
|
||||
<publisher>Simon Jonassen</publisher>
|
||||
<info name="author" value="Simon Jonassen" />
|
||||
<info name="usage" value="LOADM"ASM-AUTO.BIN"" />
|
||||
<sharedfeat name="compatibility" value="COCO" />
|
||||
<part name="flop0" interface="floppy_5_25">
|
||||
<dataarea name="flop" size="161280">
|
||||
<rom name="asmdemo.dsk" size="161280" crc="6e2533f7" sha1="ebf6edfc4df71c0c450d4a72bac45f1308cf66ba" offset="0" />
|
||||
</dataarea>
|
||||
</part>
|
||||
</software>
|
||||
|
||||
<!-- coco3 only requires 512Kb, run best with a 6309? - coco3h driver) -->
|
||||
<!-- RUN"DONKEY" -->
|
||||
<software name="dkong" supported ="partial">
|
||||
<description>Donkey Kong (Sock Master's Donkey Kong Emulator for CoCo 3) (512Kb)</description>
|
||||
<year>2007</year>
|
||||
<publisher>Sock Master</publisher>
|
||||
<info name="author" value="Sock Master" />
|
||||
<info name="usage" value="RUN"DONKEY"" />
|
||||
<sharedfeat name="compatibility" value="COCO3" />
|
||||
<part name="flop0" interface="floppy_5_25">
|
||||
<dataarea name="flop" size="161280">
|
||||
@ -19,13 +34,12 @@
|
||||
</software>
|
||||
|
||||
<!-- coco3 only requires 512Kb, run best with a 6309? - coco3h driver) -->
|
||||
<!-- LOADM"DKREMIX" -->
|
||||
<!-- EXEC -->
|
||||
<software name="dkremix" supported ="partial">
|
||||
<description>Donkey Kong Remix (Sock Master's Donkey Kong Remix Emulator for CoCo 3) (512Kb)</description>
|
||||
<year>2015</year>
|
||||
<publisher>Sock Master</publisher>
|
||||
<info name="author" value="Sock Master" />
|
||||
<info name="usage" value="LOADM"DKREMIX":EXEC" />
|
||||
<sharedfeat name="compatibility" value="COCO3" />
|
||||
<part name="flop0" interface="floppy_5_25">
|
||||
<dataarea name="flop" size="161280">
|
||||
@ -35,12 +49,12 @@
|
||||
</software>
|
||||
|
||||
<!-- coco3 only requires 512Kb, run best with a 6309? - coco3h driver) -->
|
||||
<!-- RUN"PACMAN" -->
|
||||
<software name="pacman" supported ="partial">
|
||||
<description>Pacman (z80 to 6809 Transcoded - v1.01) (512kb)</description>
|
||||
<year>2017</year>
|
||||
<publisher>Glen Hewlett</publisher>
|
||||
<info name="author" value="Glen Hewlett" />
|
||||
<info name="usage" value="RUN"PACMAN"" />
|
||||
<sharedfeat name="compatibility" value="COCO3" />
|
||||
<part name="flop0" interface="floppy_5_25">
|
||||
<dataarea name="flop" size="161280">
|
||||
|
@ -499,6 +499,8 @@ MACHINE_CONFIG_START(coco12_state::coco)
|
||||
// software lists
|
||||
MCFG_SOFTWARE_LIST_ADD("coco_cart_list", "coco_cart")
|
||||
MCFG_SOFTWARE_LIST_FILTER("coco_cart_list", "COCO")
|
||||
MCFG_SOFTWARE_LIST_ADD("coco_flop_list", "coco_flop")
|
||||
MCFG_SOFTWARE_LIST_FILTER("coco_flop_list", "COCO")
|
||||
MCFG_SOFTWARE_LIST_COMPATIBLE_ADD("dragon_cart_list", "dragon_cart")
|
||||
MACHINE_CONFIG_END
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user