summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/zapcomputer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/zapcomputer.cpp')
-rw-r--r--src/mame/drivers/zapcomputer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/zapcomputer.cpp b/src/mame/drivers/zapcomputer.cpp
index bc5440de7ae..263cfa2b1e9 100644
--- a/src/mame/drivers/zapcomputer.cpp
+++ b/src/mame/drivers/zapcomputer.cpp
@@ -44,7 +44,7 @@ public:
private:
UINT8 decode7seg(UINT8 data);
- virtual void machine_start();
+ virtual void machine_start() override;
required_device<cpu_device> m_maincpu;
};