1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-21 21:16:51 +00:00

c64: reset() fixed for ROM cart

This commit is contained in:
Steven Hugg
2020-06-07 15:23:31 -05:00
parent 3eb942e926
commit abb1c3fb3e
2 changed files with 15 additions and 4 deletions
+2 -1
View File
@@ -196,13 +196,14 @@ TODO:
- emu doesn't reset properly (after gotoxy() BIOS call)
- disk image support
- https://github.com/cc65/cc65/issues/946
- sample buffer skips
- sample buffer skips (need to sync w/ vsync)
- upgrade to ES2020?
- https://github.com/microsoft/TypeScript/issues/16577
- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules
- need Edge 79+
- no import in workers
- copy to gen/ directory (allowJs is weird)
WEB WORKER FORMAT