From 5671a5eeab28af55588c0d0e722fd164a89e5f0c Mon Sep 17 00:00:00 2001 From: Ivan Vangelista Date: Mon, 10 Apr 2017 08:31:03 +0200 Subject: [PATCH] mtouchxl.cpp: fixed compile (nw) --- src/mame/drivers/mtouchxl.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); };