summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/h89.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/h89.cpp')
-rw-r--r--src/mame/drivers/h89.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/h89.cpp b/src/mame/drivers/h89.cpp
index 8ad90cede45..4e50ebdae18 100644
--- a/src/mame/drivers/h89.cpp
+++ b/src/mame/drivers/h89.cpp
@@ -39,7 +39,7 @@ public:
DECLARE_WRITE8_MEMBER( port_f2_w );
UINT8 m_port_f2;
- virtual void machine_reset();
+ virtual void machine_reset() override;
TIMER_DEVICE_CALLBACK_MEMBER(h89_irq_timer);
};