POST codes?

This commit is contained in:
Dan Luu 2013-03-23 00:32:41 -04:00
parent 9e6e4485d5
commit 5e2491f267
1 changed files with 1 additions and 1 deletions

View File

@ -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; };