summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mccpm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mccpm.cpp')
-rw-r--r--src/mame/drivers/mccpm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mccpm.cpp b/src/mame/drivers/mccpm.cpp
index 7821bd59c3e..c52f9d234cd 100644
--- a/src/mame/drivers/mccpm.cpp
+++ b/src/mame/drivers/mccpm.cpp
@@ -77,7 +77,7 @@ public:
DECLARE_WRITE8_MEMBER(kbd_put);
required_shared_ptr<UINT8> m_p_ram;
UINT8 m_term_data;
- virtual void machine_reset();
+ virtual void machine_reset() override;
};