mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
px4.c: small bugfix
This commit is contained in:
parent
3ebc69c4cc
commit
74dde453d6
@ -832,7 +832,7 @@ WRITE8_MEMBER( px4_state::px4_artdor_w )
|
||||
if (ART_TX_ENABLED && is_transmit_register_empty())
|
||||
{
|
||||
transmit_register_setup(m_artdor);
|
||||
m_artsr |= ART_TXRDY;
|
||||
m_artsr &= ~ART_TXEMPTY;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user