diff options
Diffstat (limited to 'src/mame/ericsson/eispc_kb.h')
-rw-r--r-- | src/mame/ericsson/eispc_kb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/ericsson/eispc_kb.h b/src/mame/ericsson/eispc_kb.h index 19b627c8d40..852c2d9ba06 100644 --- a/src/mame/ericsson/eispc_kb.h +++ b/src/mame/ericsson/eispc_kb.h @@ -17,7 +17,7 @@ public: auto num_cb() { return m_led_num_cb.bind(); } auto scroll_cb() { return m_led_scroll_cb.bind(); } - eispc_keyboard_device(machine_config const &mconfig, char const *tag, device_t *owner, uint32_t clock = 0); + eispc_keyboard_device(machine_config const &mconfig, char const *tag, device_t *owner, const XTAL &clock = XTAL()); DECLARE_INPUT_CHANGED_MEMBER(key); DECLARE_WRITE_LINE_MEMBER(rxd_w); |