diff options
Diffstat (limited to 'src/devices/bus/pce_ctrl/joypad2.h')
-rw-r--r-- | src/devices/bus/pce_ctrl/joypad2.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/bus/pce_ctrl/joypad2.h b/src/devices/bus/pce_ctrl/joypad2.h index 13fc0cbe7de..b156bcd96b4 100644 --- a/src/devices/bus/pce_ctrl/joypad2.h +++ b/src/devices/bus/pce_ctrl/joypad2.h @@ -28,11 +28,11 @@ class pce_joypad2_device : public device_t, { public: // construction/destruction - pce_joypad2_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock); + pce_joypad2_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); protected: // construction/destruction - pce_joypad2_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, u32 clock); + pce_joypad2_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, const XTAL &clock); // optional information overrides virtual ioport_constructor device_input_ports() const override; @@ -56,7 +56,7 @@ class pce_joypad2_turbo_device : public pce_joypad2_device { public: // construction/destruction - pce_joypad2_turbo_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock); + pce_joypad2_turbo_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); protected: // optional information overrides |