1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-24 11:16:38 +00:00

added error alerts; fixed window list; fixed z80 stack; astrocade .c bios

This commit is contained in:
Steven Hugg
2018-09-04 22:28:12 -04:00
parent 51021b5a67
commit 3b4f933d20
11 changed files with 546 additions and 31 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ if (window.location.host.endsWith('8bitworkshop.com')) {
<li>Select a font below (check out the search and filter options.)</li>
<li>Choose a platform from the Presets menu, or choose your own encoding options.</li>
<li>Select a range of characters to encode.</li>
<li>Check out the preview bitmap to make sure none of your characters are visibly cut off, or increase your height/width (if your platform supports it.)</li>
<li>If you have out-of-range errors you want to fix, adjust the Y Offset value, or increase your height/width (if your platform supports it.)</li>
<li>Copy the output to the clipboard.</li>
<li>Paste it into your code.</li>
</ol>