Merge pull request #3060 from Allofich/io

Make floppy disk I/O configurable
This commit is contained in:
Jonathan Campbell
2021-11-14 14:59:45 +00:00
committed by GitHub
6 changed files with 80 additions and 17 deletions

View File

@@ -1928,6 +1928,9 @@ timeout = 0
# hard drive data rate limit: Slow down (limit) hard disk throughput. This setting controls the limit in bytes/second.
# Set to 0 to disable the limit, or -1 (default) to use a reasonable limit.
# The disk I/O performance as in DOSBox SVN can be achieved by setting this to 0.
# floppy drive data rate limit: Slow down (limit) floppy disk throughput. This setting controls the limit in bytes/second.
# Set to 0 to disable the limit, or -1 (default) to use a reasonable limit.
# The disk I/O performance as in DOSBox SVN can be achieved by setting this to 0.
# drive z is remote: If set, DOS will report drive Z as remote. If not set, DOS will report drive Z as local.
# If auto (default), DOS will report drive Z as remote or local depending on the program.
# Set this option to true to prevent SCANDISK.EXE from attempting scan and repair drive Z: