cleanup DOS/V v-text function

This commit is contained in:
Wengier
2021-10-30 19:47:17 -04:00
parent 7906a093e9
commit 3a3dbfc6ea
12 changed files with 8494 additions and 70 deletions

View File

@@ -678,41 +678,39 @@ pc-98 anex86 font =
# If this cannot be done, then DOSBox-X will try to use the internal Japanese DOS/V font, or you can specify a different font.
# fontxsbcs: FONTX2 file used to rendering SBCS characters (8x19) in DOS/V or JEGA mode. If not specified, the default one will be used.
# fontxsbcs16: FONTX2 file used to rendering SBCS characters (8x16) in DOS/V or JEGA mode. If not specified, the default one will be used.
#DOSBOX-X-ADV:# fontxsbcs24: FONTX2 file used to rendering SBCS characters (12x24) in DOS/V mode.
# fontxsbcs24: FONTX2 file used to rendering SBCS characters (12x24) in DOS/V mode (with V-text). If not specified, the default one will be used.
# fontxdbcs: FONTX2 file used to rendering DBCS characters (16x16) in DOS/V or JEGA mode. If not specified, the default one will be used.
# For Simplified Chinese DOS/V, loading the HZK16 font file (https://github.com/aguegu/BitmapFont/tree/master/font) is also supported.
# For Traditional Chinese DOS/V, loading the STDFONT.15 font file from the ETen Chinese DOS system is also supported.
# fontxdbcs14: FONTX2 file used to rendering SBCS characters (14x14) for Configuration Tool and Mapper Editor. If not specified, the default one will be used.
# For Simplified Chinese DOS/V, loading the HZK14 font file (https://github.com/aguegu/BitmapFont/tree/master/font) is also supported.
# For Traditional Chinese DOS/V, loading the STDFONT.15 font file from the ETen Chinese DOS system is also supported.
#DOSBOX-X-ADV:# fontxdbcs24: FONTX2 file used to rendering SBCS characters (24x24) in DOS/V mode.
# fontxdbcs24: FONTX2 file used to rendering SBCS characters (24x24) in DOS/V mode (with V-text and 24-pixel fonts enabled).
# For Simplified Chinese DOS/V, loading the HZK24? font file (https://github.com/aguegu/BitmapFont/tree/master/font) is also supported.
# For Traditional Chinese DOS/V, loading the STDFONT.24 font file from the ETen Chinese DOS system is also supported.
# gbk: Enables the GBK extension (in addition to the standard GB2312 charset) for the Simplified Chinese DOS/V emulation or TTF output.
# yen: Enables the Japanese yen symbol at 5ch if it is found at 7fh in a custom SBCS font for the Japanese DOS/V or JEGA emulation.
#DOSBOX-X-ADV:# del: Maps the undefined del symbol (0x7F) to the next character (0x80) for the Japanese DOS/V and other Japanese mode emulations.
# del: Maps the undefined del symbol (0x7F) to the next character (0x80) for the Japanese DOS/V and other Japanese mode emulations.
# fepcontrol: FEP control API for the DOS/V emulation.
# Possible values: ias, mskanji, both.
#DOSBOX-X-ADV:# vtext: V-text screen mode for the DOS/V emulation.
#DOSBOX-X-ADV:# vtext2: V-text screen mode 2 for the DOS/V emulation.
#DOSBOX-X-ADV:# use20pixelfont: Enables 20 pixel font will be used instead of the 24 pixel system font for the Japanese DOS/V emulation.
#DOSBOX-X-ADV-SEE:#
#DOSBOX-X-ADV-SEE:# Advanced options (see full configuration reference file [dosbox-x.reference.full.conf] for more details):
#DOSBOX-X-ADV-SEE:# -> fontxsbcs24; fontxdbcs24; del; vtext; vtext2; use20pixelfont
#DOSBOX-X-ADV-SEE:#
# vtext1: V-text screen mode 1 for the DOS/V emulation. Use command "VTEXT" to control. Supported modes: xga,xga24,sxga,sxga24
# vtext2: V-text screen mode 2 for the DOS/V emulation. Use command "VTEXT" to control. Supported modes: xga,xga24,sxga,sxga24
# 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).
dosv = off
getsysfont = true
fontxsbcs =
fontxsbcs16 =
#DOSBOX-X-ADV:fontxsbcs24 =
fontxsbcs24 =
fontxdbcs =
fontxdbcs14 =
#DOSBOX-X-ADV:fontxdbcs24 =
fontxdbcs24 =
gbk = false
yen = false
#DOSBOX-X-ADV:del = true
del = true
fepcontrol = both
#DOSBOX-X-ADV:vtext = svga
#DOSBOX-X-ADV:vtext2 = xga
#DOSBOX-X-ADV:use20pixelfont = false
vtext1 = svga
vtext2 = xga
use20pixelfont = false
[video]
#DOSBOX-X-ADV:# vmemdelay: VGA Memory I/O delay in nanoseconds. Set to -1 to use default, 0 to disable.