diff options
Diffstat (limited to 'src/devices/bus/thomson/cd90_640.cpp')
-rw-r--r-- | src/devices/bus/thomson/cd90_640.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/thomson/cd90_640.cpp b/src/devices/bus/thomson/cd90_640.cpp index 4cae4efb97a..9a153849b22 100644 --- a/src/devices/bus/thomson/cd90_640.cpp +++ b/src/devices/bus/thomson/cd90_640.cpp @@ -11,7 +11,7 @@ DEFINE_DEVICE_TYPE(CD90_640, cd90_640_device, "cd90_640", "Thomson CD90-640 floppy drive controller") -cd90_640_device::cd90_640_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) : +cd90_640_device::cd90_640_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock) : device_t(mconfig, CD90_640, tag, owner, clock), thomson_extension_interface(mconfig, *this), m_fdc(*this, "fdc"), |