mirror of
https://github.com/holub/mame
synced 2025-06-07 21:33:45 +03:00
tc9223: Add forgotten override qualifier
This commit is contained in:
parent
f432d6e4d2
commit
0ecfed834b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user