From: Toni Wilen Date: Sat, 27 Jan 2024 13:23:50 +0000 (+0200) Subject: Fixed exe in DF0: turbo mode activation X-Git-Tag: 5200~40 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=967817b4ef8b28f7bbb9ffa837b6b30f2f798022;p=francis%2Fwinuae.git Fixed exe in DF0: turbo mode activation --- diff --git a/disk.cpp b/disk.cpp index d7dfb30a..123a3342 100644 --- a/disk.cpp +++ b/disk.cpp @@ -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) {