diff options
Diffstat (limited to 'src/devices/bus/mtx/rompak.h')
-rw-r--r-- | src/devices/bus/mtx/rompak.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/mtx/rompak.h b/src/devices/bus/mtx/rompak.h index f26af1fbe34..1ca658d96ba 100644 --- a/src/devices/bus/mtx/rompak.h +++ b/src/devices/bus/mtx/rompak.h @@ -24,7 +24,7 @@ class mtx_rompak_device : public device_t, public device_mtx_exp_interface { public: // construction/destruction - mtx_rompak_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock); + mtx_rompak_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); protected: // device-level overrides |