summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/uapce.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/uapce.cpp')
-rw-r--r--src/mame/drivers/uapce.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/uapce.cpp b/src/mame/drivers/uapce.cpp
index d0f565d2881..f0d093a0ef4 100644
--- a/src/mame/drivers/uapce.cpp
+++ b/src/mame/drivers/uapce.cpp
@@ -113,8 +113,8 @@ public:
DECLARE_WRITE8_MEMBER(jamma_if_control_latch_w);
DECLARE_READ8_MEMBER(jamma_if_control_latch_r);
DECLARE_READ8_MEMBER(jamma_if_read_dsw);
- virtual UINT8 joy_read();
- virtual void machine_reset();
+ virtual UINT8 joy_read() override;
+ virtual void machine_reset() override;
required_device<discrete_device> m_discrete;
DECLARE_WRITE_LINE_MEMBER(pce_irq_changed);
};