diff --git a/doc/notes.txt b/doc/notes.txt index 40b55f56..502cd8fd 100644 --- a/doc/notes.txt +++ b/doc/notes.txt @@ -197,6 +197,7 @@ TODO: - emu doesn't reset properly (after gotoxy() BIOS call) - disk image support - https://github.com/cc65/cc65/issues/946 + - sample buffer skips WEB WORKER FORMAT @@ -395,3 +396,13 @@ Markdown (showdown) interface - cursor shows current state/errors (must map markdown->src lines) - show preview emulator at each step (play button? run when viewed?) + +DOCUMENTATION + +memory map +BIOS routines +cc65 standard libs +cc65 headers +example headers (presets/*/*.h) +libcv headers (src/worker/lib) +ASM includes diff --git a/index.html b/index.html index 99ad439b..923881e9 100644 --- a/index.html +++ b/index.html @@ -300,7 +300,7 @@ if (window.location.host.endsWith('8bitworkshop.com')) {
-