diff options
Diffstat (limited to 'src/devices/bus/ql/cst_q_plus4.h')
-rw-r--r-- | src/devices/bus/ql/cst_q_plus4.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/ql/cst_q_plus4.h b/src/devices/bus/ql/cst_q_plus4.h index 4c8ea616f51..5e5a16f8c04 100644 --- a/src/devices/bus/ql/cst_q_plus4.h +++ b/src/devices/bus/ql/cst_q_plus4.h @@ -26,7 +26,7 @@ class cst_q_plus4_device : public device_t, public device_ql_expansion_card_inte { public: // construction/destruction - cst_q_plus4_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + cst_q_plus4_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); protected: // device-level overrides |