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