diff --git a/PCEmulator.js b/PCEmulator.js index 7885546..5308a61 100644 --- a/PCEmulator.js +++ b/PCEmulator.js @@ -185,7 +185,7 @@ PCEmulator.prototype.register_ioport_write = function(start, len, iotype, io_cal } }; -PCEmulator.prototype.ioport80_write = function(mem8_loc, data) {}; +PCEmulator.prototype.ioport80_write = function(mem8_loc, data) {}; //POST codes! Seem to be ignored? PCEmulator.prototype.reset = function() { this.request_request = 1; };