z80scc: test the correct bit (nw)

This commit is contained in:
Patrick Mackinlay 2020-04-17 10:48:20 +07:00
parent d4b142b7b1
commit ed8e70a2fc

View File

@ -627,7 +627,7 @@ int z80scc_device::z80daisy_irq_ack()
elem = Z80_DAISY_IEO; // Set IUS bit (called IEO in z80 daisy lingo)
check_interrupts();
LOGINT(" - Found an INT request, ");
if (m_wr9 & WR9_BIT_VIS)
if (m_wr9 & WR9_BIT_NV)
{
LOGINT("but WR9 D1 set to use autovector, returning the default vector\n");
break;