diff --git a/css/ui.css b/css/ui.css index 6dc21e55..fa3f750e 100644 --- a/css/ui.css +++ b/css/ui.css @@ -93,8 +93,6 @@ div.mem_info { z-index: 12; font-family: "Andale Mono", "Menlo", "Lucida Console", monospace; font-size: 12pt; - -webkit-box-shadow: 3px 3px 5px rgba(0,0,0,.5); - -moz-box-shadow: 3px 3px 5px rgba(0,0,0,.5); box-shadow: 3px 3px 5px rgba(0,0,0,.5); } div.mem_info a { @@ -316,12 +314,11 @@ a.dropdown-toggle:hover { font-weight: 400; } div.replaydiv { - position:absolute; - padding:15px; - left:50%; + width:100%; bottom:0; - right:0; - background-color: #666; + z-index:1; + background-color: #333; + padding:0.5em; } .slider { margin-left: 1em; diff --git a/doc/notes.txt b/doc/notes.txt index a12c401c..ac5ad971 100644 --- a/doc/notes.txt +++ b/doc/notes.txt @@ -15,14 +15,12 @@ TODO: - can't step after reset (or when funky frame; TIA frame is out of sync) - break on BRK/illegal opcode? - multiple breakpoints, expression breakpoints -- better disasm/listing selection - watchpoints - breakpoints - debug inspector - MAME single step (?) - step over - slowdown beam for all platforms? -- more kbd shortcuts - PC x86 support - show errors in list (maybe window list?) - can't see 1st line in editor sometimes (when scrolling cursor past bottom of screen) @@ -47,7 +45,6 @@ TODO: - navigator.getGamepads - VCS library - better VCS single stepping, maybe also listings -- New File (include file) - VCS skips step on lsr/lsr after run to line - bring back the profiler! - links to external tools in ide @@ -56,7 +53,6 @@ TODO: - why loadState() on verilog kill perf? - click to break on raster position - restructure src/ folders -- spinner disappears sometimes (and compiles even when not spinning...) (undo?) - quantify verilog "graph iterations" - debug bankswitching for funky formats - spaces in filename don't parse code listing (DASM, maybe more) @@ -65,21 +61,20 @@ TODO: - astrocade: run to cursor in hello world messes up emulation - requestInterrupt needs to be disabled after breakpoint? - verilog: when paused scope doesn't work -- resize memory dump window - C/asm formatter - fix WebAudio (https://news.ycombinator.com/item?id=18066474) -- Safari: verilog scope doesn't work - share playable link w/ verilog? - allow download of JSASM output -- update bootstrap/jquery +- update bootstrap - clean BOM from verilog - $readmemb/h -- maybe don't have grey space with line numbers until inline ASM used? -- batariBasic: proper line numbers, listing, syntax highlighting +- batariBasic: proper line numbers, debugging - show player controls for each platform, allow touch support - granular control over time scrubbing, show CPU state - error showing replay div before rom starts - compiler flags for final ROM build +- coleco sprites need brev +- workermain: split build functions, better msg types WEB WORKER FORMAT diff --git a/index.html b/index.html index 18648281..5a3030f1 100644 --- a/index.html +++ b/index.html @@ -171,7 +171,7 @@ if (window.location.host.endsWith('8bitworkshop.com')) {