From 7c449436aaa96819e0f3aa5ea421a05231672fc5 Mon Sep 17 00:00:00 2001 From: Allofich <19624336+Allofich@users.noreply.github.com> Date: Mon, 22 Nov 2021 17:54:35 +0900 Subject: [PATCH] Raise default floppy speed --- src/dos/dos.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dos/dos.cpp b/src/dos/dos.cpp index 5697e2321..7d7a7bd3a 100644 --- a/src/dos/dos.cpp +++ b/src/dos/dos.cpp @@ -3687,7 +3687,7 @@ public: ::disk_data_rate = 3500000; /* Probably an average IDE data rate for early 1990s ISA IDE controllers in PIO mode */ } if(::floppy_data_rate < 0) { - ::floppy_data_rate = 5000; // Slow enough so that PC Booter game title screens that depend on floppy drive speed will show for a few seconds + ::floppy_data_rate = 22400; // 175 kbps } maxfcb=100; DOS_FILES=200;