update config

This commit is contained in:
Wengier
2021-11-14 16:16:02 -05:00
parent a32e7147dd
commit 3dcc35911d
5 changed files with 12 additions and 6 deletions

View File

@@ -83,8 +83,8 @@
an MDA is also present when using CGA. (Allofich)
- Make floppy I/O delay separataly configurable from
hard drive delay, and make it slower than before
by default.(Allofich)
- Fixed possible crash with printing. (jamesbond3142)
by default. It is adjustable via the "floppy drive
data rate limit" config option. (Allofich)
- Video emulation for PC-98 mode (for 400-line modes)
is now 16:10 instead of 4:3. 480-line PC-98 modes
are still 4:3. (joncampbell123)

View File

@@ -1980,6 +1980,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.
#DOSBOX-X-ADV:# drive z is remote: If set, DOS will report drive Z as remote. If not set, DOS will report drive Z as local.
#DOSBOX-X-ADV:# If auto (default), DOS will report drive Z as remote or local depending on the program.
#DOSBOX-X-ADV:# Set this option to true to prevent SCANDISK.EXE from attempting scan and repair drive Z:
@@ -2169,6 +2172,7 @@ shell configuration as commands = false
hma = true
#DOSBOX-X-ADV:hma allow reservation = true
hard drive data rate limit = -1
floppy drive data rate limit = -1
#DOSBOX-X-ADV:drive z is remote = auto
#DOSBOX-X-ADV:drive z expand path = true
#DOSBOX-X-ADV:drive z hide files = /TEXTUTIL\25.COM /TEXTUTIL\28.COM /TEXTUTIL\50.COM

View File

@@ -1043,6 +1043,7 @@ xms handles = 0
shell configuration as commands = false
hma = true
hard drive data rate limit = -1
floppy drive data rate limit = -1
ansi.sys = true
log console = false
share = true

View File

@@ -2116,6 +2116,7 @@ shell configuration as commands = false
hma = true
hma allow reservation = true
hard drive data rate limit = -1
floppy drive data rate limit = -1
drive z is remote = auto
drive z expand path = true
drive z hide files = /TEXTUTIL\25.COM /TEXTUTIL\28.COM /TEXTUTIL\50.COM

View File

@@ -4021,9 +4021,9 @@ static void VGA_VerticalTimer(Bitu /*val*/) {
(*draw).chr = *vidmem & 0xFF;
if (dex) {
(*draw).chr = ' ';
if (col && (last == 0x2014 || last == 0x2500 || last == 0x2501 || last == 0x250f || last == 0x2517 || last == 0x250c || last == 0x2514 || last == 0x251c || last == 0x2520 || last == 0x2523 || last == 0x252c || last == 0x252f || last == 0x2533 || last == 0x2534 || last == 0x2537 || last == 0x253b || last == 0x253c || last == 0x2543 || last == 0x2544 || last == 0x2545 || last == 0x2546)) {
if (col && (last == 0x2014 || last == 0x2500 || last == 0x2501 || last == 0x250f || last == 0x2517 || last == 0x250c || last == 0x2514 || last == 0x251c || last == 0x2520 || last == 0x2523 || last == 0x252c || last == 0x252f || last == 0x2533 || last == 0x2534 || last == 0x2537 || last == 0x253b || last == 0x253c || last == 0x2543 || last == 0x2544 || last == 0x2545 || last == 0x2546 || last == 0x2550 || last == 0x2554 || last == 0x255A || last == 0x2560 || last == 0x256C || last == 0x256D || last == 0x2570)) {
(*draw).unicode = 1;
(*draw).chr = last == 0x250c || last == 0x2514 || last == 0x251c || last == 0x2520 || last == 0x252c || last == 0x2534 || last == 0x253c || last == 0x2543 || last == 0x2545 ? 0x2500 : (last >= 0x250f ? 0x2501 : last);
(*draw).chr = last == 0x2554 || last == 0x255A || last == 0x2560 || last == 0x256C ? 0x2550 : (last == 0x250c || last == 0x2514 || last == 0x251c || last == 0x2520 || last == 0x252c || last == 0x2534 || last == 0x253c || last == 0x2543 || last == 0x2545 || last == 0x256D || last == 0x2570 ? 0x2500 : (last >= 0x250f && last != 0x2550 ? 0x2501 : last));
}
last = 0;
dbw=dex=false;
@@ -4096,9 +4096,9 @@ static void VGA_VerticalTimer(Bitu /*val*/) {
(*draw).chr = *vidmem & 0xFF;
if (dex) {
(*draw).chr = ' ';
if (col && (last == 0x2014 || last == 0x2500 || last == 0x2501 || last == 0x250f || last == 0x2517 || last == 0x250c || last == 0x2514 || last == 0x251c || last == 0x2520 || last == 0x2523 || last == 0x252c || last == 0x252f || last == 0x2533 || last == 0x2534 || last == 0x2537 || last == 0x253b || last == 0x253c || last == 0x2543 || last == 0x2544 || last == 0x2545 || last == 0x2546)) {
if (col && (last == 0x2014 || last == 0x2500 || last == 0x2501 || last == 0x250f || last == 0x2517 || last == 0x250c || last == 0x2514 || last == 0x251c || last == 0x2520 || last == 0x2523 || last == 0x252c || last == 0x252f || last == 0x2533 || last == 0x2534 || last == 0x2537 || last == 0x253b || last == 0x253c || last == 0x2543 || last == 0x2544 || last == 0x2545 || last == 0x2546 || last == 0x2550 || last == 0x2554 || last == 0x255A || last == 0x2560 || last == 0x256C || last == 0x256D || last == 0x2570)) {
(*draw).unicode = 1;
(*draw).chr = last == 0x250c || last == 0x2514 || last == 0x251c || last == 0x2520 || last == 0x252c || last == 0x2534 || last == 0x253c || last == 0x2543 || last == 0x2545 ? 0x2500 : (last >= 0x250f ? 0x2501 : last);
(*draw).chr = last == 0x2554 || last == 0x255A || last == 0x2560 || last == 0x256C ? 0x2550 : (last == 0x250c || last == 0x2514 || last == 0x251c || last == 0x2520 || last == 0x252c || last == 0x2534 || last == 0x253c || last == 0x2543 || last == 0x2545 || last == 0x256D || last == 0x2570 ? 0x2500 : (last >= 0x250f && last != 0x2550 ? 0x2501 : last));
}
last = 0;
dbw=dex=false;