port 61 xors bit 4 on and off during reads
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1451
This commit is contained in:
parent
27fd691fff
commit
b91359610a
1 changed files with 1 additions and 0 deletions
|
@ -197,6 +197,7 @@ static void write_p60(Bit32u port,Bit8u val) {
|
|||
|
||||
static Bit8u read_p61(Bit32u port) {
|
||||
port_61_data^=0x20;
|
||||
port_61_data^=0x10;
|
||||
return port_61_data;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue