mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
Tidy constructor of ds12885 device (nw)
This commit is contained in:
parent
0b2789d6a2
commit
ac4a986712
@ -18,9 +18,10 @@ class ds12885_device : public mc146818_device
|
||||
public:
|
||||
// construction/destruction
|
||||
ds12885_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock = 32'768);
|
||||
ds12885_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock = 32'768);
|
||||
|
||||
protected:
|
||||
ds12885_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock);
|
||||
|
||||
virtual int data_size() override { return 128; }
|
||||
virtual int get_timer_bypass() override;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user