mirror of
https://github.com/holub/mame
synced 2025-10-06 17:08:28 +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];
|
m_digits[50 + data] = m_seg[5];
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
if ((!m_type) && (data))
|
if ((!m_type) && (data) && (data < 7))
|
||||||
{
|
{
|
||||||
data--;
|
data--;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user