From e2f4e398c33f30f9b03448fb6687b7e06a65f21f Mon Sep 17 00:00:00 2001 From: Ian C Date: Sun, 22 Mar 2020 21:28:09 +0000 Subject: Added load/save and some extra instructions. --- doc/instruction.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'doc/instruction.txt') 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 ------------------ -- cgit v1.2.3