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