diff options
Diffstat (limited to 'src/devices/bus/mtx/cfx.h')
-rw-r--r-- | src/devices/bus/mtx/cfx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/mtx/cfx.h b/src/devices/bus/mtx/cfx.h index 1f19fd5648f..113d6917a63 100644 --- a/src/devices/bus/mtx/cfx.h +++ b/src/devices/bus/mtx/cfx.h @@ -23,7 +23,7 @@ class mtx_cfx_device : public device_t, public device_mtx_exp_interface { public: // construction/destruction - mtx_cfx_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + mtx_cfx_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); protected: // optional information overrides |