mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
z80scc: test the correct bit (nw)
This commit is contained in:
parent
d4b142b7b1
commit
ed8e70a2fc
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user