diff --git a/src/mame/drivers/mtouchxl.cpp b/src/mame/drivers/mtouchxl.cpp index 097bfdd9c30..284c67251e3 100644 --- a/src/mame/drivers/mtouchxl.cpp +++ b/src/mame/drivers/mtouchxl.cpp @@ -40,8 +40,8 @@ public: required_device m_mb; required_device m_ram; required_memory_bank m_rombank; - void machine_start(); - void machine_reset(); + void machine_start() override; + void machine_reset() override; DECLARE_WRITE8_MEMBER(bank_w); };