mirror of https://github.com/stella-emu/stella.git
fix to developer settings dialog parameters
This commit is contained in:
parent
6bc35b45de
commit
df0a3720db
|
@ -542,27 +542,30 @@ void Settings::usage() const
|
|||
|
||||
<< " Various development related parameters for player settings mode\n"
|
||||
<< endl
|
||||
<< " -plr.console <2600|7800> Select console for B/W and Pause key handling\n"
|
||||
<< " -dev.settings <1|0> Select developer (1) or player (0) settings mode\n"
|
||||
<< endl
|
||||
<< " -plr.stats <1|0> Overlay console info during emulation\n"
|
||||
<< " -plr.tiadriven <1|0> Drive unused TIA pins randomly on a read/peek\n"
|
||||
<< " -plr.cpurandom <1|0> Randomize the contents of CPU registers on reset\n"
|
||||
<< " -plr.console <2600|7800> Select console for B/W and Pause key handling and RAM initialization\n"
|
||||
<< " -plr.bankrandom <1|0> Randomize the startup bank on reset\n"
|
||||
<< " -plr.ramrandom <1|0> Randomize the contents of RAM on reset\n"
|
||||
<< " -plr.cpurandom <1|0> Randomize the contents of CPU registers on reset\n"
|
||||
<< " -plr.debugcolors <1|0> Enable debug colors\n"
|
||||
<< " -plr.colorloss <1|0> Enable PAL color-loss effect\n"
|
||||
<< " -plr.tv.jitter <1|0> Enable TV jitter effect\n"
|
||||
<< " -plr.tv.jitter_recovery <1-20> Set recovery time for TV jitter effect\n"
|
||||
<< " -plr.debugcolors <1|0> Enable debug colors\n"
|
||||
<< " -plr.tiadriven <1|0> Drive unused TIA pins randomly on a read/peek\n"
|
||||
<< endl
|
||||
<< " The same parameters but for developer settings mode\n"
|
||||
<< " -dev.settings <1|0> Select developer settings mode\n"
|
||||
<< " -dev.console <2600|7800> Select console for B/W and Pause key handling\n"
|
||||
<< " -dev.stats <1|0> Overlay console info during emulation\n"
|
||||
<< " -dev.tiadriven <1|0> Drive unused TIA pins randomly on a read/peek\n"
|
||||
<< " -dev.cpurandom <1|0> Randomize the contents of CPU registers on reset\n"
|
||||
<< " -dev.console <2600|7800> Select console for B/W and Pause key handling and RAM initialization\n"
|
||||
<< " -dev.bankrandom <1|0> Randomize the startup bank on reset\n"
|
||||
<< " -dev.ramrandom <1|0> Randomize the contents of RAM on reset\n"
|
||||
<< " -dev.cpurandom <1|0> Randomize the contents of CPU registers on reset\n"
|
||||
<< " -dev.debugcolors <1|0> Enable debug colors\n"
|
||||
<< " -dev.colorloss <1|0> Enable PAL color-loss effect\n"
|
||||
<< " -dev.tv.jitter <1|0> Enable TV jitter effect\n"
|
||||
<< " -dev.tv.jitter_recovery <1-20> Set recovery time for TV jitter effect\n"
|
||||
<< " -dev.debugcolors <1|0> Enable debug colors\n"
|
||||
<< " -dev.tiadriven <1|0> Drive unused TIA pins randomly on a read/peek\n"
|
||||
|
||||
#ifdef DTHUMB_SUPPORT
|
||||
<< " -dev.thumb.trapfatal <1|0> Determines whether errors in ARM emulation throw an exception\n"
|
||||
|
|
Loading…
Reference in New Issue