4x1 scanline output debugged

This commit is contained in:
Luxferre
2022-07-29 22:29:23 +03:00
parent 544bc355a5
commit d7d7b60b45
2 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ html, body {
<h1>Essential Stack-Operated Phone</h1>
<canvas id=C width=84 height=48></canvas>
<div>
<input type=file id=appselect><br>
<input type=file id=appselect accept=".eso"><br>
<button type=button id=apprun>Run!</button>
</div>
<script src=uxncore.js></script>