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