mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
Merge pull request #3098 from Allofich/floppy
Raise default floppy speed
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user