Fix an inconsistency in Debugger address parsing (problems mixing segment and physical addresses)

This commit is contained in:
Jeff Parsons 2014-10-02 10:48:41 -07:00 committed by jeffpar
commit a474ddfa74
3 changed files with 52 additions and 43 deletions

View file

@ -589,8 +589,8 @@ Keyboard.prototype.resetDevice = function()
/**
* setEnable(fEnable, fClock)
*
* This is the ChipSet's primary interface for controlling "Model F" keyboards (ie, those used
* with MODEL_5150 and MODEL_5160 machines)
* This is the ChipSet's primary interface for controlling "Model F" keyboards (ie, those used with
* MODEL_5150 and MODEL_5160 machines). This function is called from the ChipSet's PPI_B output handler.
*
* @this {Keyboard}
* @param {boolean} fEnable is true if the keyboard interface should be enabled