Fixed A20 reset issues. Patch from Greatpsycho.

This commit is contained in:
SarahW 2017-07-17 19:38:02 +01:00
commit 7531b95e83
5 changed files with 32 additions and 2 deletions

View file

@ -124,7 +124,8 @@ void ps2board_init()
io_sethandler(0x0320, 0x0001, ps2_read, NULL, NULL, ps2_write, NULL, NULL, NULL);
io_sethandler(0x0322, 0x0001, ps2_read, NULL, NULL, ps2_write, NULL, NULL, NULL);
io_sethandler(0x0324, 0x0001, ps2_read, NULL, NULL, ps2_write, NULL, NULL, NULL);
ps2_92 = 0;
ps2_190 = 0;
lpt1_remove();