A20 line fix by Greatpsycho.

This commit is contained in:
OBattler
2017-07-17 14:22:02 +02:00
parent e7c0312abd
commit d3baa03d05
5 changed files with 13 additions and 5 deletions

View File

@@ -131,6 +131,7 @@ void ps2board_init(void)
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_init(0x3bc);