diff options
Diffstat (limited to 'src/devices/bus/x68k/x68k_scsiext.h')
-rw-r--r-- | src/devices/bus/x68k/x68k_scsiext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/x68k/x68k_scsiext.h b/src/devices/bus/x68k/x68k_scsiext.h index c3be3ab84b5..680eda03d2a 100644 --- a/src/devices/bus/x68k/x68k_scsiext.h +++ b/src/devices/bus/x68k/x68k_scsiext.h @@ -19,7 +19,7 @@ class x68k_scsiext_device : public device_t, { public: // construction/destruction - x68k_scsiext_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + x68k_scsiext_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); uint8_t register_r(offs_t offset); void register_w(offs_t offset, uint8_t data); |