mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
pc_kbdc: devcb3 (nw)
This commit is contained in:
parent
2993e850bb
commit
30738889fc
@ -69,6 +69,8 @@ public:
|
||||
|
||||
template <class Object> devcb_base &set_out_clock_callback(Object &&cb) { return m_out_clock_cb.set_callback(std::forward<Object>(cb)); }
|
||||
template <class Object> devcb_base &set_out_data_callback(Object &&cb) { return m_out_data_cb.set_callback(std::forward<Object>(cb)); }
|
||||
auto out_clock_cb() { return m_out_clock_cb.bind(); }
|
||||
auto out_data_cb() { return m_out_data_cb.bind(); }
|
||||
|
||||
void set_keyboard(device_pc_kbd_interface *keyboard);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user