From 9d3e658a7b7e8e89627155804bf9de358c522341 Mon Sep 17 00:00:00 2001 From: Steven Hugg Date: Thu, 16 Aug 2018 22:45:59 -0400 Subject: [PATCH] added vcs .h files; can repeat Run to Line --- doc/notes.txt | 1 + editstorage.html | 66 ------------ index.html | 5 +- presets/nes/scrollrt.asm | 176 +++++++++++++++++++++++++++++++ presets/nes/skeleton.dasm | 8 +- {include => presets/vcs}/macro.h | 0 {include => presets/vcs}/vcs.h | 0 presets/vcs/xmacro.h | 24 +++++ src/baseplatform.ts | 4 +- src/emu.ts | 2 +- 10 files changed, 212 insertions(+), 74 deletions(-) delete mode 100644 editstorage.html create mode 100644 presets/nes/scrollrt.asm rename {include => presets/vcs}/macro.h (100%) rename {include => presets/vcs}/vcs.h (100%) create mode 100644 presets/vcs/xmacro.h diff --git a/doc/notes.txt b/doc/notes.txt index cb50e293..d0426e19 100644 --- a/doc/notes.txt +++ b/doc/notes.txt @@ -49,6 +49,7 @@ TODO: - go to error in include files - BOM in upload/download? - stack view for Z80 platforms using memory map +- online tools for music etc FYI: Image links for the books on http://8bitworkshop.com/ are broken On the website the additional grey spacing next to the program line numbers is not dynamically resized when the web browser window size is changed. Intentional? diff --git a/editstorage.html b/editstorage.html deleted file mode 100644 index 0474a9ec..00000000 --- a/editstorage.html +++ /dev/null @@ -1,66 +0,0 @@ - - - -8bitworkshop - - - - -

8bitworkshop Local Storage Editor

-

- -

- -

- - - - - - - - - - - - - - - - - - - diff --git a/index.html b/index.html index 79ea5563..ee21718f 100644 --- a/index.html +++ b/index.html @@ -159,10 +159,11 @@ if (window.location.host.endsWith('8bitworkshop.com')) { + - +