From f17a3488ed89a38dc9169ec582925829270adeab Mon Sep 17 00:00:00 2001 From: Steven Hugg Date: Mon, 4 Mar 2019 09:35:33 -0500 Subject: [PATCH] nes: fixed presets, added to platforms menu --- doc/notes.txt | 1 + index.html | 1 + presets/nes/climber.c | 18 ++++++++---------- presets/nes/ex1.asm | 5 +++-- presets/nes/ex2.asm | 3 ++- presets/nes/ex3.asm | 2 ++ presets/nes/ex4.asm | 20 ++++++++++---------- presets/nes/metacursor.c | 3 --- presets/nes/metatrigger.c | 8 +++++--- presets/nes/neslib.h | 12 +++++++++++- presets/nes/shoot2.c | 16 +++++----------- presets/nes/vrambuf.c | 11 +++++------ 12 files changed, 53 insertions(+), 47 deletions(-) diff --git a/doc/notes.txt b/doc/notes.txt index 59d61f4f..e47d9a06 100644 --- a/doc/notes.txt +++ b/doc/notes.txt @@ -96,6 +96,7 @@ TODO: - open ROM from URL? - NES: disassembly not aligned on PC - NES: vrambuf.c for Solarian +- game starts even if switched away before first load WEB WORKER FORMAT diff --git a/index.html b/index.html index c7167cda..da02b346 100644 --- a/index.html +++ b/index.html @@ -109,6 +109,7 @@ if (window.location.host.endsWith('8bitworkshop.com')) {