Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Novak <jnovak@skedulo.com>2022-11-08 13:13:28 +0300
committerkcgen <1557255+kcgen@users.noreply.github.com>2022-11-08 17:30:03 +0300
commit9313ff5f0ab3c26bc431e7a307de02846de28c29 (patch)
treea4f2765e21dfacab3c1e2244ba5750f6dc4ca7d3
parent03db23d63ab8369309b153daf4b44763af75b4fd (diff)
Clarify `tandy` and `ibm5153` `cga_colors` config descriptions
-rw-r--r--src/dosbox.cpp10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/dosbox.cpp b/src/dosbox.cpp
index 318124188..07f998985 100644
--- a/src/dosbox.cpp
+++ b/src/dosbox.cpp
@@ -606,13 +606,15 @@ void DOSBOX_Init()
" default: The canonical CGA palette, as emulated by VGA adapters\n"
" (default).\n"
" tandy [BL]: Emulation of an idealised Tandy monitor with adjustable\n"
- " Brown Level (0 - red, 50 - brown, 100 - dark yellow;\n"
- " defaults to 50).\n"
+ " brown level. The brown level can be provided as an optional\n"
+ " second parameter (0 - red, 50 - brown, 100 - dark yellow;\n"
+ " defaults to 50). E.g. tandy 100\n"
" tandy-warm: Emulation of the actual color output of an unknown Tandy\n"
" monitor.\n"
" ibm5153 [C]: Emulation of the actual color output of an IBM 5153 monitor\n"
- " with a unique Contrast control that dims non-bright colors\n"
- " only (0 to 100; defaults to 100).\n"
+ " with a unique contrast control that dims non-bright colors\n"
+ " only. The contrast can be optionally provided as a second\n"
+ " parameter (0 to 100; defaults to 100), e.g. ibm5153 60\n"
" agi-amiga-v1, agi-amiga-v2, agi-amiga-v3:\n"
" Palettes used by the Amiga ports of Sierra AGI games\n"
" (see the manual for further details).\n"