mirror of
https://github.com/holub/mame
synced 2025-07-05 01:48:29 +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
|
||||
m_ext_latched = 0;
|
||||
m_break_latched = 0;
|
||||
m_brk_latched = 0;
|
||||
read_ext();
|
||||
|
||||
// Clear any pending External interrupt
|
||||
|
Loading…
Reference in New Issue
Block a user