v1.19.7: Windows 95 boots to the desktop

This commit is contained in:
Jeff Parsons 2015-09-21 18:37:44 -07:00
commit a774fb983e
33 changed files with 8372 additions and 1411 deletions

View file

@ -3980,7 +3980,7 @@ X86CPU.prototype.getIPWord = function()
* getIPDisp()
*
* @this {X86CPU}
* @return {number} sign-extended value from the byte at the current IP; IP advanced by 1
* @return {number} sign-extended (32-bit) value from the byte at the current IP; IP advanced by 1
*/
X86CPU.prototype.getIPDisp = function()
{