Move A20 gate initialisation to mem.c. Patch from Greatpsycho.

This commit is contained in:
SarahW 2017-07-19 19:35:44 +01:00
commit 904ac54446
2 changed files with 4 additions and 2 deletions

View file

@ -308,7 +308,6 @@ 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);