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

@@ -494,6 +494,7 @@ void scat_init()
scat_regs[SCAT_DRAM_CONFIGURATION] = cpu_waitstates == 1 ? 2 : 0x12;
scat_regs[SCAT_EXTENDED_BOUNDARY] = 0;
scat_regs[SCAT_EMS_CONTROL] = 0;
scat_port_92 = 0;
mem_mapping_set_addr(&ram_low_mapping, 0, 0x40000);