First change for v1.17.6: DeskPro 386-compatible A20 management
This commit is contained in:
parent
c684371852
commit
f2cb4dc18d
127 changed files with 993 additions and 1003 deletions
|
|
@ -4542,7 +4542,7 @@ ChipSet.prototype.set8042OutPort = function(b)
|
|||
{
|
||||
this.b8042OutPort = b;
|
||||
|
||||
this.cpu.setA20(!!(b & ChipSet.KBC.OUTPORT.A20_ON));
|
||||
this.bus.setA20(!!(b & ChipSet.KBC.OUTPORT.A20_ON));
|
||||
|
||||
if (!(b & ChipSet.KBC.OUTPORT.NO_RESET)) {
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue