mirror of
https://github.com/holub/mame
synced 2025-10-06 09:00:04 +03:00
scn2674: Add missing override keyword (nw)
This commit is contained in:
parent
8364758817
commit
53b83781b4
@ -142,7 +142,7 @@ public:
|
|||||||
scn2672_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
|
scn2672_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
virtual void write_init_regs(uint8_t data);
|
virtual void write_init_regs(uint8_t data) override;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user