From 3b4f933d208a86cf95b43719a93dbf112239f912 Mon Sep 17 00:00:00 2001 From: Steven Hugg Date: Tue, 4 Sep 2018 22:28:12 -0400 Subject: [PATCH] added error alerts; fixed window list; fixed z80 stack; astrocade .c bios --- doc/notes.txt | 2 +- index.html | 4 + presets/astrocade/bios.c | 452 ++++++++++++++++++++++++++++++++++++++ src/baseplatform.ts | 6 +- src/platform/astrocade.ts | 16 +- src/project.ts | 4 +- src/tools/uifont.ts | 60 +++-- src/ui.ts | 18 +- src/views.ts | 2 +- src/worker/workermain.js | 11 +- tools/fontgen/index.html | 2 +- 11 files changed, 546 insertions(+), 31 deletions(-) create mode 100644 presets/astrocade/bios.c diff --git a/doc/notes.txt b/doc/notes.txt index ff0d7181..ff33b28b 100644 --- a/doc/notes.txt +++ b/doc/notes.txt @@ -65,7 +65,7 @@ TODO: - click to break on raster position - restructure folders - update memory browser window if view before 1st compile, update symbols -- spinner disappears sometimes +- spinner disappears sometimes (and compiles even when not spinning...) WEB WORKER FORMAT diff --git a/index.html b/index.html index e68ea79c..e9e8d81e 100644 --- a/index.html +++ b/index.html @@ -195,6 +195,10 @@ if (window.location.host.endsWith('8bitworkshop.com')) { +