summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author tim lindner <tlindner@macmess.org>2018-02-18 08:10:20 -0800
committer tim lindner <tlindner@macmess.org>2018-02-18 08:10:20 -0800
commit586cc5b6433095c9f59b51213624d1c5b92b6cbb (patch)
treecfa671376c7d396489e258785de707c6e785b2d8
parentf6ad5b79e1eb7fea25a6e4dea0f81683d452d7c1 (diff)
Added some compatiable CoCo cartridges to the Dargon driver.
-rw-r--r--src/mame/drivers/dragon.cpp4
1 files changed, 4 insertions, 0 deletions
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