(nw) v1050 : fixed regression

This commit is contained in:
Robbbert 2020-02-20 22:28:25 +11:00
parent 4cf61dca79
commit 7cfb828456

View File

@ -160,6 +160,7 @@ Notes:
void v1050_state::set_interrupt(int line, int state)
{
line ^= 7;
if (state)
{
m_int_state |= (1 << line);