Fixed A20 reset issues. Patch from Greatpsycho.
This commit is contained in:
parent
dc511447df
commit
7531b95e83
5 changed files with 32 additions and 2 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue