mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
option for GBK extension etc
This commit is contained in:
@@ -645,7 +645,8 @@ pc-98 show graphics layer on initialize = true
|
||||
# fontxdbcs: FONTX2 file used to rendering DBCS characters (16x16) in DOS/V or JEGA mode. If not specified, the default one will be used.
|
||||
# fontxdbcs14: FONTX2 file used to rendering SBCS characters (14x14) for the Configuration Tool. If not specified, the default one will be used.
|
||||
# fontxdbcs24: FONTX2 file used to rendering SBCS characters (24x24) in DOS/V mode.
|
||||
# yen: Enables the Japanese yen at 5ch in DOS/V or JEGA mode if it is found at 7fh in a custom SBCS font.
|
||||
# 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 yen symbol (¥) at 5ch if it is found at 7fh in a custom SBCS font for the Japanese DOS/V or JEGA emulation.
|
||||
# fepcontrol: FEP control API for the DOS/V emulation.
|
||||
# Possible values: ias, mskanji, both.
|
||||
# vtext: V-text screen mode for the DOS/V emulation.
|
||||
@@ -657,6 +658,7 @@ fontxsbcs24 =
|
||||
fontxdbcs =
|
||||
fontxdbcs14 =
|
||||
fontxdbcs24 =
|
||||
gbk = false
|
||||
yen = false
|
||||
fepcontrol = both
|
||||
vtext = svga
|
||||
|
Reference in New Issue
Block a user