Resume from file on startup

This commit is contained in:
NHOrus 2017-06-16 19:44:23 +03:00
parent 51a88bec4d
commit 300d246179
4 changed files with 27 additions and 6 deletions

View file

@ -73,6 +73,9 @@ necessarily pretty ugly by modern standards. Encryption and
checksumming have been discarded - it's pointless to try
tamper-proofing saves when everyone has the source code.
A -r command-line option has been added. It is functionally equivalent
to RESTORE command, but faster.
== Translation ==
The 2.5 code was a mechanical C translation of a FORTRAN original.