summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author Olivier Galibert <galibert@pobox.com>2023-05-26 11:40:27 +0200
committer Olivier Galibert <galibert@pobox.com>2023-05-26 11:40:27 +0200
commit0ecfed834b5c7be4c110c96de94189f4635afdec (patch)
tree7d596a0ee162761bddeccca03374d1a37dcd2c1a /src
parentf432d6e4d2b9918c71b3a19adf2c9c57fdc79f81 (diff)
tc9223: Add forgotten override qualifier
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;