Browse Source

www: document the reason for simulated NVRAM

It is probably not obvious why the simulated NVRAM is present, so
explain.
H. Peter Anvin 1 year ago
parent
commit
13af7d251b
5 changed files with 3 additions and 0 deletions
  1. BIN
      esp32/output/max80.ino.bin
  2. 3 0
      esp32/www/abcmem.html
  3. BIN
      fpga/output/max80.fw
  4. BIN
      fpga/output/v1.fw
  5. BIN
      fpga/output/v2.fw

BIN
esp32/output/max80.ino.bin


+ 3 - 0
esp32/www/abcmem.html

@@ -25,6 +25,9 @@
 	  <input is="x-box" name="abc.mem.abc80.nvram.22k" />
 	  <span class="help">22-24K (incompatible with TKN80)</span>
 	</label>
+	<p class="help">If simulated NVRAM is present, it is used for
+	UFD-DOS and PUN80 system variables; otherwise up to 320
+	bytes of BASIC memory may be consumed.</p>
 	<label class="ufddos">
 	  <b>UFD-DOS ROM</b>
 	  <input is="x-box" name="abc.mem.abc80.ufddos" />

BIN
fpga/output/max80.fw


BIN
fpga/output/v1.fw


BIN
fpga/output/v2.fw