summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/epos.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/epos.h')
-rw-r--r--src/mame/includes/epos.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/epos.h b/src/mame/includes/epos.h
index 4c004e548b8..df5ce02a6a9 100644
--- a/src/mame/includes/epos.h
+++ b/src/mame/includes/epos.h
@@ -35,7 +35,7 @@ public:
DECLARE_READ8_MEMBER(ay_porta_mpx_r);
DECLARE_WRITE8_MEMBER(flip_screen_w);
DECLARE_WRITE8_MEMBER(dealer_pal_w);
- DECLARE_DRIVER_INIT(dealer);
+ void init_dealer();
virtual void machine_reset() override;
DECLARE_MACHINE_START(epos);
DECLARE_MACHINE_START(dealer);