1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-23 20:19:38 +00:00

working on call stack probe, ui tweaks

This commit is contained in:
Steven Hugg
2020-07-09 13:27:56 -05:00
parent 2e27b0d2bb
commit bf36fe2b7f
8 changed files with 126 additions and 74 deletions
+2 -6
View File
@@ -177,12 +177,9 @@ TODO:
- Safari: doesn't send good exception reasons ("undefined")
- probably XMLHttpRequest.timeout (https://github.com/getsentry/sentry-javascript/issues/2210)
- C64
- debugging at reset
- gotoxy goes to $EA24 (KIL) from PLOT (kplot.s) missing UPDCRAMPTR
- emu doesn't reset properly (after gotoxy() BIOS call)
- disk image support
- https://github.com/cc65/cc65/issues/946
- sample buffer skips (need to sync w/ vsync)
- need to sync advanceFrame() w/ vsync
- upgrade to ES2020?
- https://github.com/microsoft/TypeScript/issues/16577
@@ -194,8 +191,7 @@ TODO:
- ca65 line numbers are not aligned with source code
- segments not read properly
- Debug Browser
- hex viewer
- show 16/32 typed arrays
- more stuff like 7800 display lists
WEB WORKER FORMAT