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

@ -308,6 +308,7 @@ void xt_laserxt_init()
void at_init()
{
AT = 1;
mem_a20_key = mem_a20_alt = 0;
common_init();
mem_add_bios();
pit_set_out_func(&pit, 1, pit_refresh_timer_at);