From 586cc5b6433095c9f59b51213624d1c5b92b6cbb Mon Sep 17 00:00:00 2001 From: tim lindner Date: Sun, 18 Feb 2018 08:10:20 -0800 Subject: Added some compatiable CoCo cartridges to the Dargon driver. --- src/mame/drivers/dragon.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/mame/drivers/dragon.cpp b/src/mame/drivers/dragon.cpp index 223a107765c..96d53a4254f 100644 --- a/src/mame/drivers/dragon.cpp +++ b/src/mame/drivers/dragon.cpp @@ -23,6 +23,8 @@ #include "bus/coco/dragon_jcbsnd.h" #include "bus/coco/coco_pak.h" #include "bus/coco/coco_ssc.h" +#include "bus/coco/coco_orch90.h" +#include "bus/coco/coco_gmc.h" //************************************************************************** @@ -166,6 +168,8 @@ SLOT_INTERFACE_START( dragon_cart ) SLOT_INTERFACE("sdtandy_fdc", SDTANDY_FDC) SLOT_INTERFACE("jcbsnd", DRAGON_JCBSND) MCFG_SLOT_OPTION_CLOCK("jcbsnd", DERIVED_CLOCK(1, 1)) SLOT_INTERFACE("ssc", COCO_SSC) MCFG_SLOT_OPTION_CLOCK("ssc", DERIVED_CLOCK(1, 1)) + SLOT_INTERFACE("orch90", COCO_ORCH90) + SLOT_INTERFACE("gmc", COCO_PAK_GMC) SLOT_INTERFACE("pak", COCO_PAK) SLOT_INTERFACE_END -- cgit v1.2.3