First change for v1.17.6: DeskPro 386-compatible A20 management

This commit is contained in:
Jeff Parsons 2015-04-19 18:19:10 -07:00 committed by jeffpar
commit f2cb4dc18d
127 changed files with 993 additions and 1003 deletions

View file

@ -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)) {
/*