diff options
Diffstat (limited to 'src/devices/bus/bbc/joyport/joyport.h')
-rw-r--r-- | src/devices/bus/bbc/joyport/joyport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/bbc/joyport/joyport.h b/src/devices/bus/bbc/joyport/joyport.h index 15d81243d84..94814633a34 100644 --- a/src/devices/bus/bbc/joyport/joyport.h +++ b/src/devices/bus/bbc/joyport/joyport.h @@ -55,7 +55,7 @@ public: set_fixed(false); } - bbc_joyport_slot_device(machine_config const &mconfig, char const *tag, device_t *owner, uint32_t clock = 0); + bbc_joyport_slot_device(machine_config const &mconfig, char const *tag, device_t *owner, const XTAL &clock = XTAL()); // callbacks auto cb1_handler() { return m_cb1_handler.bind(); } |