diff options
| author | 2016-06-29 08:34:30 +0200 | |
|---|---|---|
| committer | 2016-06-29 08:34:30 +0200 | |
| commit | 63f9a01f8c5d43b9cfe68c2d401a84647d19c10e (patch) | |
| tree | a1f1874aa84850bddbebd2b0e0bfc3e1c77ce8c4 /src/emu/debug/debughlp.cpp | |
| parent | 1f6f1bfd6cfb748d9c5e159d6bd014bab8d30944 (diff) | |
Cleanup and version bumpmame0175
Diffstat (limited to 'src/emu/debug/debughlp.cpp')
| -rw-r--r-- | src/emu/debug/debughlp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/debug/debughlp.cpp b/src/emu/debug/debughlp.cpp index d397c726f15..8d66f59d85a 100644 --- a/src/emu/debug/debughlp.cpp +++ b/src/emu/debug/debughlp.cpp @@ -1258,7 +1258,7 @@ static const help_item static_help_list[] = "\n" " commit[/*] <address>,<comment>\n" "\n" - "Adds a string <comment> to the disassembled code at <address> then saves to file. Basically same as comadd + comsave via a single line.\n" + "Adds a string <comment> to the disassembled code at <address> then saves to file. Basically same as comadd + comsave via a single line.\n" "The shortcut for this command is simply '/*'\n" "\n" "Examples:\n" |
