mirror of
https://github.com/holub/mame
synced 2025-10-06 09:00:04 +03:00
Attempted compile fix (nw)
This commit is contained in:
parent
4b213064d4
commit
b891c4b27b
@ -73,7 +73,7 @@ void piggypas_state::output_digits()
|
||||
|
||||
WRITE8_MEMBER(piggypas_state::ctrl_w)
|
||||
{
|
||||
if (!BIT(data, 2) & BIT(m_ctrl, 2))
|
||||
if (!BIT(data, 2) && BIT(m_ctrl, 2))
|
||||
output_digits();
|
||||
|
||||
m_ticket->motor_w(BIT(data, 6));
|
||||
|
Loading…
Reference in New Issue
Block a user