diff options
Diffstat (limited to 'src/devices/bus/tanbus/tandos.h')
-rw-r--r-- | src/devices/bus/tanbus/tandos.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/tanbus/tandos.h b/src/devices/bus/tanbus/tandos.h index 60a157809f8..2489aebe63c 100644 --- a/src/devices/bus/tanbus/tandos.h +++ b/src/devices/bus/tanbus/tandos.h @@ -28,7 +28,7 @@ public: static constexpr feature_type imperfect_features() { return feature::DISK; } // construction/destruction - tanbus_tandos_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + tanbus_tandos_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); static void floppy_formats(format_registration &fr); |