Starting work on v1.21.6

This commit is contained in:
Jeff Parsons 2016-04-02 18:39:42 -07:00
commit cf307a46e2
199 changed files with 230 additions and 205 deletions

View file

@ -53,7 +53,7 @@ messages, and view instruction history, cycle counts and more. The Debugger doe
instructions or the trace flag, and does not alter the machine state in any way, allowing you to debug anything,
including 8086 debuggers.
+ Machines created with the [Computer](/docs/pcjs/computer/) *resume* attribute set will save their entire machine
+ Machines created with the [Computer](/docs/pcjs/computer/) *resume* property set will save their entire machine
state using your browser's local storage, so that any changes are preserved when your browser closes, including
disk modifications. Any files you create or modify *inside* the machine will still be there when you return.
TIP: To restore a diskette's original contents, simply press the "Download" button again.