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