diff options
Diffstat (limited to 'src/devices/bus/coleco/controller/hand.h')
-rw-r--r-- | src/devices/bus/coleco/controller/hand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/coleco/controller/hand.h b/src/devices/bus/coleco/controller/hand.h index f65ad709106..9da3eb76f55 100644 --- a/src/devices/bus/coleco/controller/hand.h +++ b/src/devices/bus/coleco/controller/hand.h @@ -26,7 +26,7 @@ class coleco_hand_controller_device : public device_t, { public: // construction/destruction - coleco_hand_controller_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + coleco_hand_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; |