summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mvme350.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mvme350.cpp')
-rw-r--r--src/mame/drivers/mvme350.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/mvme350.cpp b/src/mame/drivers/mvme350.cpp
index 62bf38926d3..2fd9b056f40 100644
--- a/src/mame/drivers/mvme350.cpp
+++ b/src/mame/drivers/mvme350.cpp
@@ -159,8 +159,8 @@ DECLARE_READ16_MEMBER (vme_a24_r);
DECLARE_WRITE16_MEMBER (vme_a24_w);
DECLARE_READ16_MEMBER (vme_a16_r);
DECLARE_WRITE16_MEMBER (vme_a16_w);
-virtual void machine_start ();
-virtual void machine_reset ();
+virtual void machine_start () override;
+virtual void machine_reset () override;
protected:
private: