summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/coleco/controller/sac.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/coleco/controller/sac.h')
-rw-r--r--src/devices/bus/coleco/controller/sac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/coleco/controller/sac.h b/src/devices/bus/coleco/controller/sac.h
index 20078e33ef7..fc231ede99a 100644
--- a/src/devices/bus/coleco/controller/sac.h
+++ b/src/devices/bus/coleco/controller/sac.h
@@ -26,7 +26,7 @@ class coleco_super_action_controller_device : public device_t,
{
public:
// construction/destruction
- coleco_super_action_controller_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ coleco_super_action_controller_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;