summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/eolith.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/eolith.h')
-rw-r--r--src/mame/includes/eolith.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/eolith.h b/src/mame/includes/eolith.h
index 24c4bf4aa31..616a5da4f4d 100644
--- a/src/mame/includes/eolith.h
+++ b/src/mame/includes/eolith.h
@@ -44,8 +44,8 @@ public:
void init_landbrka();
void init_landbrkb();
- void machine_reset_eolith();
- void video_start_eolith();
+ DECLARE_MACHINE_RESET(eolith);
+ DECLARE_VIDEO_START(eolith);
TIMER_DEVICE_CALLBACK_MEMBER(eolith_speedup);