Revert "i8255: update interrupt state with acknowledge/strobe inputs"

This reverts commit 80e0114cc4.
This commit is contained in:
Patrick Mackinlay 2023-02-09 14:43:32 +07:00
parent 96e8ea4ddb
commit 2f30101bbd

View File

@ -925,8 +925,6 @@ WRITE_LINE_MEMBER( i8255_device::pc4_w )
// set input buffer flag
set_ibf(PORT_A, 1);
}
set_pc_bit(4, state);
}
}
@ -943,8 +941,6 @@ WRITE_LINE_MEMBER( i8255_device::pc6_w )
// clear output buffer flag
set_obf(PORT_A, 1);
}
set_pc_bit(6, state);
}
}