diff options
author | 2021-06-21 13:53:49 -0700 | |
---|---|---|
committer | 2021-06-21 13:53:49 -0700 | |
commit | 32dbba7d2d4513774b2d877b4c88f2d0760bcf54 (patch) | |
tree | f9e6426cf8dc28413c456bdbcd450c85cb302422 /src/devices/machine/z80pio.cpp | |
parent | 5522729235b3ce81c839f3932c1aadc14de59e2b (diff) | |
parent | 2709c0143a8c7009715242c135b28403eeffce8b (diff) |
Merge branch 'master' into deprecateddeprecated
Diffstat (limited to 'src/devices/machine/z80pio.cpp')
-rw-r--r-- | src/devices/machine/z80pio.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/devices/machine/z80pio.cpp b/src/devices/machine/z80pio.cpp index d269891e333..e1664055f21 100644 --- a/src/devices/machine/z80pio.cpp +++ b/src/devices/machine/z80pio.cpp @@ -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 { |