summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/coco12.cpp
diff options
context:
space:
mode:
author Nigel Barnes <Pernod70@users.noreply.github.com>2018-04-13 19:22:07 +0100
committer Nigel Barnes <Pernod70@users.noreply.github.com>2018-04-13 19:48:48 +0100
commitebcda2fa0c0a810880de2e151b29f28960375e05 (patch)
tree0908359e1741b1b766a1610e4252ce7a41e9162e /src/mame/drivers/coco12.cpp
parent3d3785864e1422ba75081b15c24e0d2954a5f2dd (diff)
coco2: Attached coco_flop software list. (Fixes MT#6775)
New working software list additions ----------------------------------- coco_flop: Tandy Assembly Demo 2017 [MrGW]
Diffstat (limited to 'src/mame/drivers/coco12.cpp')
-rw-r--r--src/mame/drivers/coco12.cpp2
1 files changed, 2 insertions, 0 deletions
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