mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
Revert "i8255: update interrupt state with acknowledge/strobe inputs"
This reverts commit 80e0114cc4
.
This commit is contained in:
parent
96e8ea4ddb
commit
2f30101bbd
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user