diff options
Diffstat (limited to 'src/devices/machine/dp8573.h')
-rw-r--r-- | src/devices/machine/dp8573.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/dp8573.h b/src/devices/machine/dp8573.h index 1730884e1b4..5a04d24c9e9 100644 --- a/src/devices/machine/dp8573.h +++ b/src/devices/machine/dp8573.h @@ -19,7 +19,7 @@ public: { } - dp8573_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + dp8573_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); void write(offs_t offset, u8 data); u8 read(offs_t offset); |