summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/coco.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/coco.h')
-rw-r--r--src/mame/includes/coco.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/mame/includes/coco.h b/src/mame/includes/coco.h
index 698e5863d05..f0675dbf99c 100644
--- a/src/mame/includes/coco.h
+++ b/src/mame/includes/coco.h
@@ -76,10 +76,6 @@ SLOT_INTERFACE_EXTERN( coco_cart );
#define DIECOM_LIGHTGUN_LY_TAG "dclg_ly"
#define DIECOM_LIGHTGUN_BUTTONS_TAG "dclg_triggers"
-MACHINE_CONFIG_EXTERN( coco_sound );
-MACHINE_CONFIG_EXTERN( coco_floating );
-
-
//**************************************************************************
// TYPE DEFINITIONS
@@ -135,6 +131,9 @@ public:
static offs_t os9_dasm_override(std::ostream &stream, offs_t pc, const util::disasm_interface::data_buffer &opcodes, const util::disasm_interface::data_buffer &params);
offs_t dasm_override(std::ostream &stream, offs_t pc, const util::disasm_interface::data_buffer &opcodes, const util::disasm_interface::data_buffer &params);
+ void coco_sound(machine_config &config);
+ void coco_floating(machine_config &config);
+
protected:
// device-level overrides
virtual void device_start() override;