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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/epos.h b/src/mame/includes/epos.h
index c29abdb91ca..7f89328ca2b 100644
--- a/src/mame/includes/epos.h
+++ b/src/mame/includes/epos.h
@@ -23,6 +23,9 @@ public:
DECLARE_WRITE8_MEMBER(epos_port_1_w);
DECLARE_WRITE8_MEMBER(write_prtc);
DECLARE_DRIVER_INIT(dealer);
+ virtual void machine_reset();
+ DECLARE_MACHINE_START(epos);
+ DECLARE_MACHINE_START(dealer);
};