From 80cc39ec4a367704e829d0ce422f8fe3b8a329ee Mon Sep 17 00:00:00 2001 From: Steven Hugg Date: Tue, 26 Jun 2018 17:57:03 -0600 Subject: [PATCH] file upload --- doc/notes.txt | 4 +--- index.html | 4 ++++ src/ui.js | 35 +++++++++++++++++++++++++++++++++++ 3 files changed, 40 insertions(+), 3 deletions(-) diff --git a/doc/notes.txt b/doc/notes.txt index e33a060c..19b71230 100644 --- a/doc/notes.txt +++ b/doc/notes.txt @@ -18,10 +18,7 @@ TODO: - can't step after reset (or when funky frame; TIA frame is out of sync) - break on BRK/illegal opcode? - multiple breakpoints, expression breakpoints -- use localForage (https://github.com/localForage/localForage) - - run apple CPU until boot -- cc65 listing file parsing - better disasm/listing selection - disasm for z80 - projects w/ include files @@ -32,6 +29,7 @@ TODO: - step over - slowdown beam for all platforms? - kbd shortcuts +- PC x86 support WEB WORKER FORMAT diff --git a/index.html b/index.html index fec2ee47..9e2de388 100644 --- a/index.html +++ b/index.html @@ -34,6 +34,9 @@ ga('send', 'pageview'); + + +