]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Disable also forced floppy turbo when ejecting disk
authorToni Wilen <twilen@winuae.net>
Mon, 8 May 2023 17:23:03 +0000 (20:23 +0300)
committerToni Wilen <twilen@winuae.net>
Mon, 8 May 2023 17:23:03 +0000 (20:23 +0300)
disk.cpp

index 8a13d5f687d2f15ae2cfd6aa68a240c910036318..2fd12baaaa4174bc38c5b06411ea3d8719396d93 100644 (file)
--- a/disk.cpp
+++ b/disk.cpp
@@ -2963,6 +2963,7 @@ static void drive_eject (drive * drv)
        drv->dskready_up_time = 0;
        drv->dskready_down_time = 0;
        drv->forcedwrprot = false;
+       drv->useturbo = 0;
        drv->crc32 = 0;
        drive_settype_id (drv); /* Back to 35 DD */
        if (disk_debug_logging > 0)