From 85b224155594c1172ff24ebbd286b5d2e99df0b7 Mon Sep 17 00:00:00 2001 From: Steven Hugg Date: Tue, 27 Nov 2018 17:37:45 -0500 Subject: [PATCH] added Makefile back to tools; vcs.mame --- css/ui.css | 2 +- doc/notes.txt | 2 ++ index.html | 2 +- tools/Makefile | 53 +++++++++++++++++++++++++++++++++++++++----------- 4 files changed, 46 insertions(+), 13 deletions(-) diff --git a/css/ui.css b/css/ui.css index a7c114d8..11b28929 100644 --- a/css/ui.css +++ b/css/ui.css @@ -239,7 +239,7 @@ div.emuspacer { .emuvideo { border-radius:20px; border: 4px solid #222; - outline-color: #666; + outline-color: #ccc; padding: 20px; background: #000; margin-top:40px; diff --git a/doc/notes.txt b/doc/notes.txt index 63e38da4..62795efe 100644 --- a/doc/notes.txt +++ b/doc/notes.txt @@ -82,6 +82,8 @@ TODO: - can't upload files already exist - upload files w/o new project - what if .c and .s names collide? +- live coding URL +- memory viewer: ROM/RAM/VRAM/etc WEB WORKER FORMAT diff --git a/index.html b/index.html index 5a3030f1..27712b3b 100644 --- a/index.html +++ b/index.html @@ -94,7 +94,7 @@ if (window.location.host.endsWith('8bitworkshop.com')) { Game Consoles