summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/maxaflex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/maxaflex.cpp')
-rw-r--r--src/mame/drivers/maxaflex.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/maxaflex.cpp b/src/mame/drivers/maxaflex.cpp
index 8b5dfa5151f..d29164ba6aa 100644
--- a/src/mame/drivers/maxaflex.cpp
+++ b/src/mame/drivers/maxaflex.cpp
@@ -74,7 +74,7 @@ public:
TIMER_DEVICE_CALLBACK_MEMBER(mf_interrupt);
TIMER_DEVICE_CALLBACK_MEMBER(mcu_timer_proc);
int atari_input_disabled();
- virtual void machine_reset();
+ virtual void machine_reset() override;
//required_device<cpu_device> m_maincpu; // maincpu is already contained in atari_common_state
required_device<cpu_device> m_mcu;
required_device<speaker_sound_device> m_speaker;