mirror of
https://github.com/holub/mame
synced 2025-05-04 05:23:22 +03:00
(MESS) Cleanup. (nw)
This commit is contained in:
parent
f044d8c278
commit
0239232594
@ -56,9 +56,6 @@ protected:
|
|||||||
virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr);
|
virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
devcb_resolved_write_line m_out_clock_func;
|
|
||||||
devcb_resolved_write_line m_out_keydown_func;
|
|
||||||
|
|
||||||
inline void serial_output(int state);
|
inline void serial_output(int state);
|
||||||
inline void serial_clock();
|
inline void serial_clock();
|
||||||
inline void key_down(int state);
|
inline void key_down(int state);
|
||||||
|
Loading…
Reference in New Issue
Block a user