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 810a6145734..da411ad52a1 100644
--- a/src/mame/includes/epos.h
+++ b/src/mame/includes/epos.h
@@ -26,7 +26,7 @@ public:
DECLARE_WRITE8_MEMBER(epos_port_1_w);
DECLARE_WRITE8_MEMBER(write_prtc);
DECLARE_DRIVER_INIT(dealer);
- virtual void machine_reset();
+ virtual void machine_reset() override;
DECLARE_MACHINE_START(epos);
DECLARE_MACHINE_START(dealer);
UINT32 screen_update_epos(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);