summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/instruction.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/instruction.txt b/doc/instruction.txt
index a399cd7..530dab9 100644
--- a/doc/instruction.txt
+++ b/doc/instruction.txt
@@ -44,6 +44,9 @@ KEYBOARD
BACKSPACE - Emulate the RUBOUT key (shift 0)
DELETE - Emulate the RUBOUT key (shift 0)
+ When emulating the keyboard the key is held down for a default of one frame.
+ This can be altered in the runtime menu.
+
LOADING AND SAVING
------------------
@@ -58,6 +61,23 @@ LOADING AND SAVING
be enabled. See the CONFIGURATION FILE section.
+RUNTIME MENU
+------------
+
+ When you press ESCAPE the runtime menu is displayed and offers the following
+ options:
+
+ F1 - Toggle tracing on and off. When on tracing will display the
+ disassembly at the PC and the state of the Z80 registers.
+
+ F2 - Alter the number of frames the key is held down following a
+ keypress. The default of 1 works OK for BASIC.
+
+ F3 - Reset the ZX81.
+
+ F4 - Quit the emulator.
+
+
CONFIGURATION FILE
------------------