summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ipds.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ipds.cpp')
-rw-r--r--src/mame/drivers/ipds.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ipds.cpp b/src/mame/drivers/ipds.cpp
index 4b25d00bebc..00df139e72e 100644
--- a/src/mame/drivers/ipds.cpp
+++ b/src/mame/drivers/ipds.cpp
@@ -36,7 +36,7 @@ public:
DECLARE_WRITE8_MEMBER(kbd_put);
I8275_DRAW_CHARACTER_MEMBER( crtc_display_pixels );
UINT8 m_term_data;
- virtual void machine_reset();
+ virtual void machine_reset() override;
};
READ8_MEMBER( ipds_state::ipds_b0_r )