mirror of
https://github.com/holub/mame
synced 2025-07-03 09:06:08 +03:00
z80pio: changing the vector neither enables nor causes an interrupt. Fixes crash in mbee256 when F2 pressed.
This commit is contained in:
parent
c8814942ee
commit
2f39246966
@ -601,11 +601,6 @@ void z80pio_device::pio_port::control_write(uint8_t data)
|
||||
// load interrupt vector
|
||||
m_vector = data;
|
||||
if (LOG) m_device->logerror("Z80PIO Port %c Interrupt Vector: %02x\n", 'A' + m_index, data);
|
||||
|
||||
// set interrupt enable
|
||||
m_icw |= ICW_ENABLE_INT;
|
||||
m_ie = true;
|
||||
check_interrupts();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user