diff options
Diffstat (limited to 'src/devices/bus/hp9845_io/hp9885.cpp')
-rw-r--r-- | src/devices/bus/hp9845_io/hp9885.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/hp9845_io/hp9885.cpp b/src/devices/bus/hp9845_io/hp9885.cpp index 1fadbc54679..07e82d4800d 100644 --- a/src/devices/bus/hp9845_io/hp9885.cpp +++ b/src/devices/bus/hp9845_io/hp9885.cpp @@ -224,7 +224,7 @@ enum : unsigned { ERR_HW_FAILURE = 8 }; -hp9885_device::hp9885_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) +hp9885_device::hp9885_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock) : device_t(mconfig , HP9885 , tag , owner , clock) , device_hp98032_gpio_interface(mconfig, *this) , m_drive_connector{*this , "floppy"} |