Implemented 80286 LOADALL
This commit is contained in:
parent
905a30017e
commit
5dce2a1a23
31 changed files with 1831 additions and 1765 deletions
|
|
@ -3820,9 +3820,9 @@ Video.prototype.updateChar = function(col, row, data, context)
|
|||
Video.prototype.updateScreen = function(fForce)
|
||||
{
|
||||
/*
|
||||
* The Computer component maintains an fPowered setting on our behalf, so we use it.
|
||||
* The Computer component maintains the fPowered setting on our behalf, so we use it.
|
||||
*/
|
||||
if (!this.fPowered) return;
|
||||
if (!this.aFlags.fPowered) return;
|
||||
|
||||
/*
|
||||
* If the card's video signal is disabled (eg, during a mode change), then skip the update,
|
||||
|
|
|
|||
Loading…
Reference in a new issue