mirror of
https://github.com/holub/mame
synced 2025-10-05 16:50:57 +03:00
(nw) fixed regression
This commit is contained in:
parent
4a11ba3d86
commit
e8576860da
@ -224,7 +224,7 @@ WRITE8_MEMBER( g627_state::portc_w )
|
||||
m_digits[50 + data] = m_seg[5];
|
||||
}
|
||||
else
|
||||
if ((!m_type) && (data))
|
||||
if ((!m_type) && (data) && (data < 7))
|
||||
{
|
||||
data--;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user