summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/nes_ctrl/suborkey.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/nes_ctrl/suborkey.h')
-rw-r--r--src/devices/bus/nes_ctrl/suborkey.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/nes_ctrl/suborkey.h b/src/devices/bus/nes_ctrl/suborkey.h
index a72c1dbaca7..20b31023869 100644
--- a/src/devices/bus/nes_ctrl/suborkey.h
+++ b/src/devices/bus/nes_ctrl/suborkey.h
@@ -25,7 +25,7 @@ class nes_suborkey_device : public device_t,
{
public:
// construction/destruction
- nes_suborkey_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ nes_suborkey_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
virtual uint8_t read_exp(offs_t offset) override;
virtual void write(uint8_t data) override;