mirror of
https://github.com/holub/mame
synced 2025-04-26 18:23:08 +03:00
Fixed copypaste. (nw)
This commit is contained in:
parent
acc52933ea
commit
3e143352a5
@ -132,7 +132,7 @@ public:
|
||||
/* serial port */
|
||||
UINT8 sp_r() { return m_sp; }
|
||||
void sp_w(UINT8 state) { m_sp = state; }
|
||||
DECLARE_WRITE_LINE_MEMBER( sp_w ) { cnt_w(state); }
|
||||
DECLARE_WRITE_LINE_MEMBER( sp_w ) { sp_w(state); }
|
||||
|
||||
/* flag */
|
||||
void flag_w(UINT8 state);
|
||||
|
Loading…
Reference in New Issue
Block a user