From 31356a7b5f2f55ef57883a99bb2715601e421bfd Mon Sep 17 00:00:00 2001 From: Steven Hugg Date: Tue, 21 May 2019 13:06:48 -0400 Subject: [PATCH] use #emuscreen to place emulator video --- doc/notes.txt | 1 + embed.html | 3 ++ index.html | 3 ++ presets/nes/attributes.c | 4 +- src/embedui.ts | 2 +- src/profileview.js | 112 --------------------------------------- src/ui.ts | 3 +- 7 files changed, 11 insertions(+), 117 deletions(-) delete mode 100644 src/profileview.js diff --git a/doc/notes.txt b/doc/notes.txt index 56cd4611..10ff4113 100644 --- a/doc/notes.txt +++ b/doc/notes.txt @@ -122,6 +122,7 @@ TODO: - toolbar overlaps scope - CPU debugging - use $readmem for inline asm programs? + - can't add control instructions b/c of split - single-stepping vector games makes screen fade - break on stack overflow, bad op, bad access, etc - PPU/TIA register write visualization diff --git a/embed.html b/embed.html index 92431fbf..2b0a4fd7 100644 --- a/embed.html +++ b/embed.html @@ -35,6 +35,9 @@ if (window.location.host.endsWith('8bitworkshop.com')) {
+ +
+
+ +
+