From c360b065f932ffc3a1c0e12f20e856ce3f201899 Mon Sep 17 00:00:00 2001 From: Steven Hugg Date: Mon, 25 May 2020 13:04:04 -0500 Subject: [PATCH] c64: updated help, clock freq --- doc/notes.txt | 11 +++++++++++ index.html | 2 +- presets/c64/siegegame.c | 6 ++++-- src/machine/c64.ts | 4 +++- src/platform/c64.ts | 9 +++++++++ 5 files changed, 28 insertions(+), 4 deletions(-) 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')) {
-