mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
update config ref
This commit is contained in:
@@ -46,6 +46,7 @@
|
||||
# mouse_wheel_key: Convert mouse wheel movements into keyboard presses such as arrow keys.
|
||||
# 0: disabled; 1: up/down arrows; 2: left/right arrows; 3: PgUp/PgDn keys.
|
||||
# 4: Ctrl+up/down arrows; 5: Ctrl+left/right arrows; 6: Ctrl+PgUp/PgDn keys.
|
||||
# 7: Ctrl+W/Z, as supported by text editors like WordStar and MS-DOS EDIT.
|
||||
# Putting a minus sign in front will disable the conversion for guest systems.
|
||||
# waitonerror: Wait before closing the console if DOSBox-X has an error.
|
||||
# priority: Priority levels for DOSBox-X. Second entry behind the comma is for when DOSBox-X is not focused/minimized.
|
||||
@@ -512,7 +513,8 @@ freesizecap = cap
|
||||
#DOSBOX-X-ADV:#
|
||||
#DOSBOX-X-ADV:# 4low behavior is default for ET4000 emulation.
|
||||
#DOSBOX-X-ADV:# Possible values: , auto, 4x4, 4low, first16.
|
||||
#DOSBOX-X-ADV:# vga bios use rom image: If set, load the VGA BIOS from the specified file (must be 1KB to 64KB in size).
|
||||
#DOSBOX-X-ADV:# vga bios use rom image: If set, load a VGA BIOS from a ROM image file. If clear, provide our own INT 10h emulation as normal.
|
||||
#DOSBOX-X-ADV:# vga bios rom image: If set, load the VGA BIOS from the specified file (must be 1KB to 64KB in size).
|
||||
#DOSBOX-X-ADV:# If left unset, and DOSBox-X is asked to load a VGA BIOS from a file, a file name
|
||||
#DOSBOX-X-ADV:# is chosen automatically from the machine type. For example, Tseng ET4000 emulation
|
||||
#DOSBOX-X-ADV:# (machine=svga_et4000) will look for et4000.bin. VGA BIOS ROM images can be dumped
|
||||
|
@@ -44,6 +44,7 @@
|
||||
# mouse_wheel_key: Convert mouse wheel movements into keyboard presses such as arrow keys.
|
||||
# 0: disabled; 1: up/down arrows; 2: left/right arrows; 3: PgUp/PgDn keys.
|
||||
# 4: Ctrl+up/down arrows; 5: Ctrl+left/right arrows; 6: Ctrl+PgUp/PgDn keys.
|
||||
# 7: Ctrl+W/Z, as supported by text editors like WordStar and MS-DOS EDIT.
|
||||
# Putting a minus sign in front will disable the conversion for guest systems.
|
||||
# waitonerror: Wait before closing the console if DOSBox-X has an error.
|
||||
# priority: Priority levels for DOSBox-X. Second entry behind the comma is for when DOSBox-X is not focused/minimized.
|
||||
|
@@ -46,6 +46,7 @@
|
||||
# mouse_wheel_key: Convert mouse wheel movements into keyboard presses such as arrow keys.
|
||||
# 0: disabled; 1: up/down arrows; 2: left/right arrows; 3: PgUp/PgDn keys.
|
||||
# 4: Ctrl+up/down arrows; 5: Ctrl+left/right arrows; 6: Ctrl+PgUp/PgDn keys.
|
||||
# 7: Ctrl+W/Z, as supported by text editors like WordStar and MS-DOS EDIT.
|
||||
# Putting a minus sign in front will disable the conversion for guest systems.
|
||||
# waitonerror: Wait before closing the console if DOSBox-X has an error.
|
||||
# priority: Priority levels for DOSBox-X. Second entry behind the comma is for when DOSBox-X is not focused/minimized.
|
||||
@@ -512,7 +513,8 @@ enable pci bus = true
|
||||
#
|
||||
# 4low behavior is default for ET4000 emulation.
|
||||
# Possible values: , auto, 4x4, 4low, first16.
|
||||
# vga bios use rom image: If set, load the VGA BIOS from the specified file (must be 1KB to 64KB in size).
|
||||
# vga bios use rom image: If set, load a VGA BIOS from a ROM image file. If clear, provide our own INT 10h emulation as normal.
|
||||
# vga bios rom image: If set, load the VGA BIOS from the specified file (must be 1KB to 64KB in size).
|
||||
# If left unset, and DOSBox-X is asked to load a VGA BIOS from a file, a file name
|
||||
# is chosen automatically from the machine type. For example, Tseng ET4000 emulation
|
||||
# (machine=svga_et4000) will look for et4000.bin. VGA BIOS ROM images can be dumped
|
||||
|
@@ -1773,7 +1773,7 @@ void DOSBOX_SetupConfigSections(void) {
|
||||
Pbool->Set_help("If set, load a VGA BIOS from a ROM image file. If clear, provide our own INT 10h emulation as normal.");
|
||||
|
||||
Pstring = secprop->Add_string("vga bios rom image", Property::Changeable::OnlyAtStart, "");
|
||||
Pbool->Set_help("If set, load the VGA BIOS from the specified file (must be 1KB to 64KB in size).\n"
|
||||
Pstring->Set_help("If set, load the VGA BIOS from the specified file (must be 1KB to 64KB in size).\n"
|
||||
"If left unset, and DOSBox-X is asked to load a VGA BIOS from a file, a file name\n"
|
||||
"is chosen automatically from the machine type. For example, Tseng ET4000 emulation\n"
|
||||
"(machine=svga_et4000) will look for et4000.bin. VGA BIOS ROM images can be dumped\n"
|
||||
|
Reference in New Issue
Block a user