mirror of
https://github.com/holub/mame
synced 2025-07-03 17:08:39 +03:00
fix (nw)
This commit is contained in:
parent
6407707ccc
commit
711d7b490e
@ -1142,7 +1142,7 @@ void z80sio_channel::reset_ext_status()
|
|||||||
{
|
{
|
||||||
// this will clear latched external pin state
|
// this will clear latched external pin state
|
||||||
m_ext_latched = 0;
|
m_ext_latched = 0;
|
||||||
m_break_latched = 0;
|
m_brk_latched = 0;
|
||||||
read_ext();
|
read_ext();
|
||||||
|
|
||||||
// Clear any pending External interrupt
|
// Clear any pending External interrupt
|
||||||
|
Loading…
Reference in New Issue
Block a user