From 3221d43cdc7282dc443df1d5e4504804aa8da01f Mon Sep 17 00:00:00 2001 From: Steven Hugg Date: Fri, 6 Jul 2018 18:12:58 -0500 Subject: [PATCH] cache result of failed web load; fixed tour --- doc/notes.txt | 2 +- index.html | 6 +++--- pixels.html | 2 +- src/project.ts | 45 +++++++++++++++++++++++++++------------------ src/ui.js | 24 ++++++++++++++++-------- src/views.ts | 3 +-- 6 files changed, 49 insertions(+), 33 deletions(-) diff --git a/doc/notes.txt b/doc/notes.txt index b5054c7c..b63a9613 100644 --- a/doc/notes.txt +++ b/doc/notes.txt @@ -22,7 +22,6 @@ TODO: - run apple CPU until boot - better disasm/listing selection - disasm for z80 -- projects w/ include files - watchpoints - breakpoints - debug inspector @@ -45,6 +44,7 @@ TODO: - more UI tests - base-36 encoding for LZG - disassembler for uploaded ROMs +- show tool-specific (readonly) include files WEB WORKER FORMAT diff --git a/index.html b/index.html index c5d2a890..7b492e99 100644 --- a/index.html +++ b/index.html @@ -41,7 +41,7 @@ if (window.location.host.endsWith('8bitworkshop.com')) {
- - -