From b324606fad1d596bf4f6319239f9c567a409941e Mon Sep 17 00:00:00 2001 From: Ian C Date: Sat, 21 Mar 2020 22:42:20 +0000 Subject: Updates to instructions and fix to keyboard table. --- doc/instruction.txt | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'doc/instruction.txt') diff --git a/doc/instruction.txt b/doc/instruction.txt index be4d9a5..a399cd7 100644 --- a/doc/instruction.txt +++ b/doc/instruction.txt @@ -45,4 +45,30 @@ KEYBOARD DELETE - Emulate the RUBOUT key (shift 0) +LOADING AND SAVING +------------------ + + czx81 will try and load the filename you give it in a LOAD command. It + looks in a configured directory (the current directory if none is + configured). The file must be a ZX81 snapshot .P file. The directory + that it loads from can be configured. See the CONFIGURATION FILE section. + + If you SAVE a file it will save it in the current directory, or the + configured one if one is configured. Note that the ability to save must + be enabled. See the CONFIGURATION FILE section. + + +CONFIGURATION FILE +------------------ + + On startup czx81 will read configuration from the file $HOME/.czx81rc + + The following directive can be used: + + snappath - Specifies the location of .P files for loading + and saving, if enabled. + + allowsave - Allow the saving of files. + + vim: expandtab spell -- cgit v1.2.3