diff --git a/hash/coco_flop.xml b/hash/coco_flop.xml index c6f91adbbeb..0652560c6e9 100644 --- a/hash/coco_flop.xml +++ b/hash/coco_flop.xml @@ -3,13 +3,28 @@ + + + Tandy Assembly Demo 2017 + 2017 + Simon Jonassen + + + + + + + + + + - Donkey Kong (Sock Master's Donkey Kong Emulator for CoCo 3) (512Kb) 2007 Sock Master + @@ -19,13 +34,12 @@ - - Donkey Kong Remix (Sock Master's Donkey Kong Remix Emulator for CoCo 3) (512Kb) 2015 Sock Master + @@ -35,12 +49,12 @@ - Pacman (z80 to 6809 Transcoded - v1.01) (512kb) 2017 Glen Hewlett + diff --git a/src/mame/drivers/coco12.cpp b/src/mame/drivers/coco12.cpp index 86f4de962c3..6dfa22644d6 100644 --- a/src/mame/drivers/coco12.cpp +++ b/src/mame/drivers/coco12.cpp @@ -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