summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mt735.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mt735.cpp')
-rw-r--r--src/mame/drivers/mt735.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/mt735.cpp b/src/mame/drivers/mt735.cpp
index 569f612d875..4e642a4fa31 100644
--- a/src/mame/drivers/mt735.cpp
+++ b/src/mame/drivers/mt735.cpp
@@ -16,8 +16,8 @@ public:
DECLARE_READ8_MEMBER(p4_r);
DECLARE_READ8_MEMBER(p5_r);
- virtual void machine_start();
- virtual void machine_reset();
+ virtual void machine_start() override;
+ virtual void machine_reset() override;
};
mt735_state::mt735_state(const machine_config &mconfig, device_type type, const char *tag) :