diff options
Diffstat (limited to 'src/devices/bus/neogeo/prot_mslugx.h')
-rw-r--r-- | src/devices/bus/neogeo/prot_mslugx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/neogeo/prot_mslugx.h b/src/devices/bus/neogeo/prot_mslugx.h index 0280ad1bbe5..9efcf1501b3 100644 --- a/src/devices/bus/neogeo/prot_mslugx.h +++ b/src/devices/bus/neogeo/prot_mslugx.h @@ -14,7 +14,7 @@ class mslugx_prot_device : public device_t { public: // construction/destruction - mslugx_prot_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock = 0); + mslugx_prot_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock = XTAL()); void protection_w(offs_t offset, uint16_t data); uint16_t protection_r(address_space &space, offs_t offset); |