summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/coco/cococart.h
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2017-11-23 10:06:16 -0500
committer AJR <ajrhacker@users.noreply.github.com>2017-11-23 10:09:40 -0500
commitf3236fc081c02794a4da7d684e14dceded8e0793 (patch)
tree76545d594d4668dbec80177dea86f889c494724f /src/devices/bus/coco/cococart.h
parent310b5866b9bde6d47ea42a3e94f489ed316a19dd (diff)
cococart: Provide a proper header for each device file (nw)
Diffstat (limited to 'src/devices/bus/coco/cococart.h')
-rw-r--r--src/devices/bus/coco/cococart.h45
1 files changed, 0 insertions, 45 deletions
diff --git a/src/devices/bus/coco/cococart.h b/src/devices/bus/coco/cococart.h
index 299aa6ed778..38e4e21d3d7 100644
--- a/src/devices/bus/coco/cococart.h
+++ b/src/devices/bus/coco/cococart.h
@@ -15,25 +15,6 @@
#include "softlist_dev.h"
-// The following are modules included by the various CoCo cartridge
-// devices. For some reason, the build system will not necessarily
-// identify them as dependencies. Adding these #include's here seems
-// to rectify the problem
-#include "cpu/tms7000/tms7000.h"
-#include "machine/mos6551.h"
-#include "machine/6850acia.h"
-#include "machine/mc14411.h"
-#include "machine/msm6242.h"
-#include "machine/ds1315.h"
-#include "machine/wd_fdc.h"
-#include "sound/ay8910.h"
-#include "sound/sp0256.h"
-#include "sound/sn76496.h"
-#include "formats/dmk_dsk.h"
-#include "formats/sdf_dsk.h"
-#include "formats/jvc_dsk.h"
-#include "formats/vdk_dsk.h"
-
/***************************************************************************
TYPE DEFINITIONS
@@ -235,30 +216,4 @@ private:
MCFG_DEVICE_REMOVE(_tag)
-/***************************************************************************
- COCO CARTRIDGE DEVICES
-***************************************************************************/
-
-// device type definitions - CoCo FDC
-extern const device_type COCO_FDC;
-extern const device_type COCO_FDC_V11;
-extern const device_type COCO3_HDB1;
-extern const device_type CP400_FDC;
-
-// device type definitions - Dragon FDC
-extern const device_type DRAGON_FDC;
-extern const device_type SDTANDY_FDC;
-
-// device type definitions - other
-extern const device_type COCO_ORCH90;
-extern const device_type COCO_MULTIPAK;
-extern const device_type COCO_RS232;
-extern const device_type COCO_DCMODEM;
-extern const device_type COCO_SSC;
-extern const device_type COCO_PAK;
-extern const device_type COCO_PAK_BANKED;
-extern const device_type COCO_PAK_GMC;
-extern const device_type COCO_T4426;
-extern const device_type DRAGON_JCBSND;
-
#endif // MAME_BUS_COCO_COCOCART_H