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