mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
add override qualifier
This commit is contained in:
parent
6d9e7e7bdb
commit
e7b32f3a40
@ -487,7 +487,7 @@ public:
|
||||
hdc9224_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
|
||||
|
||||
protected:
|
||||
int step_time();
|
||||
int step_time() override;
|
||||
};
|
||||
|
||||
class hdc9234_device : public hdc92x4_device
|
||||
@ -496,7 +496,7 @@ public:
|
||||
hdc9234_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
|
||||
|
||||
protected:
|
||||
int step_time();
|
||||
int step_time() override;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user