From 132147b1a4ed14e52c386f688b0fbe3a4d22c290 Mon Sep 17 00:00:00 2001 From: Steven Hugg Date: Tue, 28 Aug 2018 21:41:51 -0400 Subject: [PATCH] making astro c pgms --- doc/notes.txt | 2 ++ index.html | 2 +- presets/astrocade/01-helloworlds.asm | 2 +- presets/astrocade/acheader.s | 11 ++++++++ presets/astrocade/skeleton.sdcc | 8 ++++++ presets/astrocade/skeleton.zmac | 35 +++++++++++++++++++++++++ src/platform/astrocade.ts | 39 +++++++++++++++++++++------- src/worker/workermain.js | 3 +++ 8 files changed, 91 insertions(+), 11 deletions(-) create mode 100644 presets/astrocade/acheader.s create mode 100644 presets/astrocade/skeleton.sdcc create mode 100644 presets/astrocade/skeleton.zmac diff --git a/doc/notes.txt b/doc/notes.txt index 75f44270..cde0fa00 100644 --- a/doc/notes.txt +++ b/doc/notes.txt @@ -58,6 +58,8 @@ TODO: - bring back the profiler! - vcs disasm is broken - links to external tools in ide +- error msg when #link doesn't work +- figure out folders for projects for real 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/index.html b/index.html index 1de33d4a..b8c78c81 100644 --- a/index.html +++ b/index.html @@ -318,7 +318,7 @@ function require(modname) { - +