Table of GAP3 lenghts updated to add more formats;

Applied the last mainline PCem commit;
Increased track arrays in the 86F struct, fixes ED 86F's at reduced RPM;
Fixed size display related bugs in the hard disk settings dialog;
(S)VGA status now separates Chain 4 and Chain Odd/Even statuses.
This commit is contained in:
OBattler
2016-10-09 22:18:03 +02:00
parent a91f64e8d6
commit 5ffb50d13d
5 changed files with 145 additions and 186 deletions

View File

@@ -644,7 +644,7 @@ void resetx86()
eflags=0;
cgate32=0;
loadcs(0xFFFF);
rammask=0xFFFFFFFF;
rammask = AT ? 0xFFFFFFFF : 0xfffff;
idt.base = 0;
flags=2;
makeznptable();