Fixed exe in DF0: turbo mode activation

This commit is contained in:
Toni Wilen 2024-01-27 15:23:50 +02:00
parent 4e0540dbf8
commit 967817b4ef

View File

@ -4828,7 +4828,7 @@ static void DSKLEN_2(uae_u16 v, int hpos)
}
dskdmaen = DSKDMA_READ;
DISK_start();
weirddma = dsklength < 544 * 11 * 2;
weirddma = dsklength < 544 * 11 + FLOPPY_GAP_LEN;
}
if (!(v & 0x8000)) {
if (dskdmaen != DSKDMA_OFF) {