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