Rewrite of .86F handling code; Applied TheCollector1995's hardware cursor fix.

This commit is contained in:
OBattler
2016-09-03 18:07:46 +02:00
parent 8ae932fe80
commit 19f86aa72d
6 changed files with 595 additions and 602 deletions

View File

@@ -777,7 +777,6 @@ bad_command:
fdc.dtl = 4000000;
fdc.format_sectors = fdc.params[2];
fdc.format_n = fdc.params[1];
if ((fdc.format_sectors == 18) && (fdc.format_n == 2)) fatal("Deliberate fatal\n");
fdc.format_state = 1;
fdc.pos = 0;
fdc.stat = 0x30;