(nw) fixed regression

This commit is contained in:
Robbbert 2018-04-05 12:20:31 +10:00
parent 4a11ba3d86
commit e8576860da

View File

@ -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--;