changeset 107:0d0b384bac0f

Update notes.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 06 Jul 2018 06:22:21 +0300
parents 3abfab85e7bc
children a9d8db1726c1
files mpui.js
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mpui.js	Fri Jul 06 06:22:10 2018 +0300
+++ b/mpui.js	Fri Jul 06 06:22:21 2018 +0300
@@ -109,7 +109,9 @@
   mobj.innerHTML = 
     "<p><b>Things of note:</b></p>"+
     "<ul>"+
-    "<li>'Save' does not work yet. <b>'Save as' does.</b></li>"+
+    "<li>Save ('S' key) saves to browser local storage (there can be only one save there, so be careful.). "+
+    "<b>'Save as' ('s' key) exports to downloadable file.</b> "+
+    "Load ('L' and 'l' keys) work similarly. <b>However, each 'machine type' has its own save-space for local storage, so for example C64 hires and multicolor modes have different saves</b>.</li>"+
     "<li>Source code export does not work.</li>"+
     "<li>PNG/JPEG import/export does not work.</li>"+
     "<li> .. and there may be bugs.</li>"+