summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/tmc1800.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/tmc1800.h')
-rw-r--r--src/mame/includes/tmc1800.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/tmc1800.h b/src/mame/includes/tmc1800.h
index 6130f7075e3..eb46a663523 100644
--- a/src/mame/includes/tmc1800.h
+++ b/src/mame/includes/tmc1800.h
@@ -74,7 +74,7 @@ public:
/* keyboard state */
int m_keylatch; /* key latch */
- DECLARE_DRIVER_INIT(tmc1800);
+ void init_tmc1800();
void tmc1800(machine_config &config);
void tmc1800_video(machine_config &config);