summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/ticalc1x.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ticalc1x.cpp')
-rw-r--r--src/mame/drivers/ticalc1x.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/ticalc1x.cpp b/src/mame/drivers/ticalc1x.cpp
index 1ab288d5e61..5a8bbae7c16 100644
--- a/src/mame/drivers/ticalc1x.cpp
+++ b/src/mame/drivers/ticalc1x.cpp
@@ -593,8 +593,8 @@ public:
: wizatron_state(mconfig, type, tag)
{ }
- virtual DECLARE_WRITE16_MEMBER(write_o);
- virtual DECLARE_READ8_MEMBER(read_k);
+ virtual DECLARE_WRITE16_MEMBER(write_o) override;
+ virtual DECLARE_READ8_MEMBER(read_k) override;
};
// handlers