summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/pecom.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/pecom.h')
-rw-r--r--src/mame/includes/pecom.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/pecom.h b/src/mame/includes/pecom.h
index 0cbe6111337..d3725031985 100644
--- a/src/mame/includes/pecom.h
+++ b/src/mame/includes/pecom.h
@@ -45,8 +45,8 @@ public:
DECLARE_WRITE8_MEMBER(pecom_bank_w);
DECLARE_READ8_MEMBER(pecom_keyboard_r);
DECLARE_WRITE8_MEMBER(pecom_cdp1869_w);
- virtual void machine_start();
- virtual void machine_reset();
+ virtual void machine_start() override;
+ virtual void machine_reset() override;
DECLARE_VIDEO_START(pecom);
DECLARE_INPUT_CHANGED_MEMBER(ef_w);
TIMER_CALLBACK_MEMBER(reset_tick);