From df0a3720db8f62979018f310db844dbba9b78825 Mon Sep 17 00:00:00 2001 From: thrust26 Date: Sat, 25 Nov 2017 12:33:38 +0100 Subject: [PATCH] fix to developer settings dialog parameters --- src/emucore/Settings.cxx | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/src/emucore/Settings.cxx b/src/emucore/Settings.cxx index b9c19e555..51a5a237f 100644 --- a/src/emucore/Settings.cxx +++ b/src/emucore/Settings.cxx @@ -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"