separate j3100 and j3100type options; the former allows j3100 to be auto or manually started

This commit is contained in:
Wengier
2021-11-20 18:55:06 -05:00
parent 7e27a12e78
commit 9e38023164
7 changed files with 39 additions and 15 deletions

View File

@@ -684,8 +684,11 @@ pc-98 show graphics layer on initialize = true
# vtext2: V-text screen mode 2 for the DOS/V emulation. Set "machine=svga_et4000" for all available options; enter command "VTEXT 2" for this mode.
# Possible values: xga, xga24, sxga, sxga24, svga.
# use20pixelfont: Enables 20 pixel font will be used instead of the 24 pixel system font for the Japanese DOS/V emulation (with V-text enabled).
# j3100: With dosv=jp and a non-off setting of this option, the Toshiba J-3100 will be emulated according to the specified type.
# Possible values: off, on, gt, sgt, gx, gl, sl, sgx, ss, gs, sx, sxb, sxw, sxp, ez, zs, zx, 1, 0.
# j3100: With the setting dosv=jp and a non-off value of this option, the Toshiba J-3100 machine will be emulated with DCGA support.
# Setting to "on" or "auto" starts J-3100 automatically, and with the setting "manual" you can enter J-3100 mode with DCGA command.
# Possible values: off, on, auto, manual, 0, 1, 2.
# j3100type: Specifies the machine type for the Toshiba J-3100 emulation if enabled.
# Possible values: default, gt, sgt, gx, gl, sl, sgx, ss, gs, sx, sxb, sxw, sxp, ez, zs, zx.
dosv = off
getsysfont = true
fontxsbcs =
@@ -701,6 +704,7 @@ vtext1 = svga
vtext2 = xga
use20pixelfont = false
j3100 = off
j3100type = default
[video]
# vmemdelay: VGA Memory I/O delay in nanoseconds. Set to -1 to use default, 0 to disable.