summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ql/qubide.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ql/qubide.h')
-rw-r--r--src/devices/bus/ql/qubide.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/ql/qubide.h b/src/devices/bus/ql/qubide.h
index 8f4d88d37ee..13c40449397 100644
--- a/src/devices/bus/ql/qubide.h
+++ b/src/devices/bus/ql/qubide.h
@@ -26,7 +26,7 @@ class qubide_device : public device_t, public device_ql_expansion_card_interface
{
public:
// construction/destruction
- qubide_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ qubide_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
protected:
// device-level overrides