From 4fc52a11f25ff35fe3722c339040aa656f2162b0 Mon Sep 17 00:00:00 2001 From: Steven Hugg Date: Wed, 3 Apr 2019 22:23:58 -0400 Subject: [PATCH] nes preset updates; switched to Toolbar class for main ui --- css/ui.css | 2 +- doc/notes.txt | 5 ++- index.html | 19 +------- presets/nes/flicker.c | 6 +-- presets/nes/irq.c | 20 +++++---- presets/nes/musicdemo.asm | 9 ++-- presets/nes/neslib.h | 2 +- presets/nes/shoot2.c | 40 +---------------- presets/nes/statusbar.c | 2 +- src/emu.ts | 25 ++++++----- src/ui.ts | 91 +++++++++++++++------------------------ 11 files changed, 76 insertions(+), 145 deletions(-) diff --git a/css/ui.css b/css/ui.css index 4ac98a1a..7dabaa9f 100644 --- a/css/ui.css +++ b/css/ui.css @@ -138,7 +138,7 @@ div.mem_info a.selected { color: #ff9933 !important; } .btn_recording { - color: #ff3333; + color: #ff6666 !important; } .btn_toolbar { margin:4px; diff --git a/doc/notes.txt b/doc/notes.txt index 339f2221..159ac1d7 100644 --- a/doc/notes.txt +++ b/doc/notes.txt @@ -110,10 +110,11 @@ TODO: - throw errors when bad/no refs - capture so we get mouseUp() out of frame - per-View keyboard shortcuts -- crt0.s compiled each time? -- debug highlight doesn't go away when debugging -> running - parse labels - editing too fast refreshes kills the editor +- crt0.s compiled each time? +- debug highlight doesn't go away when debugging -> running +- replay doesn't work for nes WEB WORKER FORMAT diff --git a/index.html b/index.html index 024fc120..dead9a37 100644 --- a/index.html +++ b/index.html @@ -137,24 +137,7 @@ if (window.location.host.endsWith('8bitworkshop.com')) { - - +