summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/debughlp.cpp
diff options
context:
space:
mode:
author vadosnaprimer <feos-theos@yandex.ru>2017-12-12 20:41:38 +0300
committer vadosnaprimer <feos-theos@yandex.ru>2017-12-22 04:39:14 +0300
commit7e7f2fafd0cd75e1b4771d6b7bb03e88684f19d5 (patch)
treee0300d031bccad4683a61cc95dcdf3f5a0c7cd8d /src/emu/debug/debughlp.cpp
parentbb0de21e6755b8508b7f002bc15da56bfca68506 (diff)
rewind implementation fixes and improvements
- reset scheduler savestate to what it was for years before rewind -- changing saved variables should be done after thorough testing. right now, adding some vars breaks some machines, adding other vars breaks others - switch to megabyte-wise capacity -- savestate size greatly differs between machines, relying on state count is unstable - switch to internal indexing -- no longer depends on inaccurate machine time - rewind accelerator key in debugger (Ctrl+F11) - report capacity hit (once), with some useful info - make error reports saner - mention rewind and rewind_capacity in the docs
Diffstat (limited to 'src/emu/debug/debughlp.cpp')
-rw-r--r--src/emu/debug/debughlp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/debug/debughlp.cpp b/src/emu/debug/debughlp.cpp
index f25d52b3ae7..4eff7e4e8e4 100644
--- a/src/emu/debug/debughlp.cpp
+++ b/src/emu/debug/debughlp.cpp
@@ -463,7 +463,7 @@ static const help_item static_help_list[] =
"The rewind command loads the most recent RAM-based state. Rewind states, when enabled, are "
"saved when \"step\", \"over\", or \"out\" command gets executed, storing the machine state as "
"of the moment before actually stepping. Consecutively loading rewind states can work like "
- "reverse execution. Depending on which steps forward were taken previously, the bahavior can "
+ "reverse execution. Depending on which steps forward were taken previously, the behavior can "
"be similar to GDB's \"reverse-stepi\" or \"reverse-next\". All output for this command is "
"currently echoed into the running machine window. Previous memory and PC tracking statistics "
"are cleared, actual reverse execution does not occur.\n"