diff options
Diffstat (limited to 'src/devices/bus/ieee488/c2040fdc.h')
-rw-r--r-- | src/devices/bus/ieee488/c2040fdc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/ieee488/c2040fdc.h b/src/devices/bus/ieee488/c2040fdc.h index 2198f6aa738..2b97150d2fe 100644 --- a/src/devices/bus/ieee488/c2040fdc.h +++ b/src/devices/bus/ieee488/c2040fdc.h @@ -28,7 +28,7 @@ class c2040_fdc_device : public device_t { public: // construction/destruction - c2040_fdc_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + c2040_fdc_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); auto sync_wr_callback() { return m_write_sync.bind(); } auto ready_wr_callback() { return m_write_ready.bind(); } |