summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/tecmosys.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/tecmosys.h')
-rw-r--r--src/mame/includes/tecmosys.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/tecmosys.h b/src/mame/includes/tecmosys.h
index 52290361a6b..01922d91c81 100644
--- a/src/mame/includes/tecmosys.h
+++ b/src/mame/includes/tecmosys.h
@@ -86,9 +86,9 @@ public:
DECLARE_READ16_MEMBER(eeprom_r);
DECLARE_WRITE16_MEMBER(eeprom_w);
- DECLARE_DRIVER_INIT(tkdensha);
- DECLARE_DRIVER_INIT(deroon);
- DECLARE_DRIVER_INIT(tkdensho);
+ void init_tkdensha();
+ void init_deroon();
+ void init_tkdensho();
virtual void machine_start() override;
virtual void video_start() override;