summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/coco12.cpp
diff options
context:
space:
mode:
author David Ladd <davidwladd@gmail.com>2018-02-28 13:03:37 -0600
committer R. Belmont <rb6502@users.noreply.github.com>2018-02-28 14:03:37 -0500
commitb5bad2e5272a57686b8fd7c17697c81355a1b985 (patch)
tree6a112e20060289a1541082974cef1383838dc57b /src/mame/drivers/coco12.cpp
parent5ffc8a79a4c36dfc894b5914d4d99cdcc7641fe2 (diff)
Coco2drivewire (#3260)
* Added COCO2_DW1 to cart devices for the Color Computer 2/2B that has the CoCo 1/2 series of systems. Added unofficial systems CoCo2DW1 and CoCo2BDW1 for use with the CoCo 2 series of DriveWire Becker Port. * Added coco2dw1 and coco2bdw1 to mame.lst file. * Removed coco2dw1 and coco2bdw1 as requested. COCO2_HDB1 is cart slot device and is still intact. * Removed the coco2dw1 and coco2bdw1 from the mame.lst file. * Had to add cc2hdb1/COCO2_HDB1 to coco_multi.cpp so the COCO2_HDB1 cart would be usable in the multipak device.
Diffstat (limited to 'src/mame/drivers/coco12.cpp')
-rw-r--r--src/mame/drivers/coco12.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/coco12.cpp b/src/mame/drivers/coco12.cpp
index ae287d84915..78574399992 100644
--- a/src/mame/drivers/coco12.cpp
+++ b/src/mame/drivers/coco12.cpp
@@ -352,6 +352,7 @@ INPUT_PORTS_END
SLOT_INTERFACE_START( coco_cart )
SLOT_INTERFACE("fdc", COCO_FDC)
SLOT_INTERFACE("fdcv11", COCO_FDC_V11)
+ SLOT_INTERFACE("cc2hdb1", COCO2_HDB1)
SLOT_INTERFACE("cc3hdb1", COCO3_HDB1)
SLOT_INTERFACE("cp450_fdc", CP450_FDC)
SLOT_INTERFACE("cd6809_fdc", CD6809_FDC)