summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/pes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/pes.h')
-rw-r--r--src/mame/includes/pes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/pes.h b/src/mame/includes/pes.h
index 2130901cb3d..cd57dc3f772 100644
--- a/src/mame/includes/pes.h
+++ b/src/mame/includes/pes.h
@@ -39,7 +39,7 @@ public:
UINT8 m_infifo_tail_ptr; // " tail
UINT8 m_infifo_head_ptr; // " head
- virtual void machine_reset();
+ virtual void machine_reset() override;
DECLARE_WRITE8_MEMBER(rsws_w);
DECLARE_WRITE8_MEMBER(port1_w);
DECLARE_WRITE8_MEMBER(port3_w);