diff options
Diffstat (limited to 'src/devices/machine/locomo.cpp')
-rw-r--r-- | src/devices/machine/locomo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/locomo.cpp b/src/devices/machine/locomo.cpp index 01cae8787ce..f888e1c1c70 100644 --- a/src/devices/machine/locomo.cpp +++ b/src/devices/machine/locomo.cpp @@ -19,7 +19,7 @@ DEFINE_DEVICE_TYPE(LOCOMO, locomo_device, "locomo", "Sharp LoCoMo Peripheral") -locomo_device::locomo_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) +locomo_device::locomo_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock) : device_t(mconfig, LOCOMO, tag, owner, clock) { } |