From c32a75ee241c25db6d6c0fc0cfbf7b064548af7b Mon Sep 17 00:00:00 2001 From: folkert van heusden Date: Mon, 20 May 2024 21:18:44 +0200 Subject: [PATCH] help fix --- debugger.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debugger.cpp b/debugger.cpp index 962be00..6aca163 100644 --- a/debugger.cpp +++ b/debugger.cpp @@ -1189,7 +1189,7 @@ void debugger(console *const cnsl, bus *const b, std::atomic_uint32_t *const sto "lt x - load tape (parameter is filename)", "ult - unload tape", "stats - show run statistics", - "ramsize x - set ram size (page count (8 kB), decimal)", + "ramsize x - set ram size (page (8 kB) count, decimal)", "bl - set bootloader (rl02 or rk05)", "cdc11 - configure DC11 device", "serdc11 - store DC11 device settings",