summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/devices/machine/tc9223.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/tc9223.h b/src/devices/machine/tc9223.h
index 3556fa3d957..bede4fdf280 100644
--- a/src/devices/machine/tc9223.h
+++ b/src/devices/machine/tc9223.h
@@ -19,8 +19,8 @@ public:
void clk_w(int state);
protected:
- void device_start();
- void device_reset();
+ void device_start() override;
+ void device_reset() override;
private:
u16 m_shift;