summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/tmc600.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/tmc600.h')
-rw-r--r--src/mame/includes/tmc600.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/mame/includes/tmc600.h b/src/mame/includes/tmc600.h
index d006ae9d53b..d3bae5717f2 100644
--- a/src/mame/includes/tmc600.h
+++ b/src/mame/includes/tmc600.h
@@ -85,10 +85,8 @@ public:
TIMER_DEVICE_CALLBACK_MEMBER(blink_tick);
CDP1869_CHAR_RAM_READ_MEMBER(tmc600_char_ram_r);
CDP1869_PCB_READ_MEMBER(tmc600_pcb_r);
+ void tmc600(machine_config &config);
+ void tmc600_video(machine_config &config);
};
-// ---------- defined in video/tmc600.c ----------
-
-MACHINE_CONFIG_EXTERN( tmc600_video );
-
#endif