summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/snes_ctrl/pachinko.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/snes_ctrl/pachinko.h')
-rw-r--r--src/devices/bus/snes_ctrl/pachinko.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/snes_ctrl/pachinko.h b/src/devices/bus/snes_ctrl/pachinko.h
index 0fffa05767a..9fea189f060 100644
--- a/src/devices/bus/snes_ctrl/pachinko.h
+++ b/src/devices/bus/snes_ctrl/pachinko.h
@@ -25,7 +25,7 @@ class snes_pachinko_device : public device_t,
{
public:
// construction/destruction
- snes_pachinko_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ snes_pachinko_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;