diff options
Diffstat (limited to 'src/devices/bus/sms_ctrl/lphaser.h')
-rw-r--r-- | src/devices/bus/sms_ctrl/lphaser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/sms_ctrl/lphaser.h b/src/devices/bus/sms_ctrl/lphaser.h index a75f4a0d042..ac2333dfb47 100644 --- a/src/devices/bus/sms_ctrl/lphaser.h +++ b/src/devices/bus/sms_ctrl/lphaser.h @@ -27,7 +27,7 @@ class sms_light_phaser_device : public device_t, { public: // construction/destruction - sms_light_phaser_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + sms_light_phaser_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); // optional information overrides virtual ioport_constructor device_input_ports() const override; |