From 181f828ebc6835d91daa6feb2501ac73f4af0ccd Mon Sep 17 00:00:00 2001 From: insanity Date: Thu, 7 May 2026 10:00:52 +1200 Subject: [PATCH] Update README.md --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index acadf2c..b6f6f0c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,21 @@ +Forked by retrotechinsanity, blasted in some wozmon, savagely ripped out tape and rs232 support. There may still be some little pieces of tape and rs232 in there, need to clean up some more. Passed diag cart test, ccgms seems to run with the swiftlink driver and run a few demos. Initial version was 0.2. + +Iterated through 0.3, 0.4 and currently calling this thing 0.5. There some free space being padded after some of the modules that could be broken out into smaller files. + + + wozmon.asm + + Originally from Apple-1 Operation Manual, Steve Wozniak, 1976 + Revised 2024 May 8 for Commodore 64/VIC/128 by David R. Van Wagner davevw.com + Imported to integrated KERNAL segment by retrotechinsanity youtube.com/@retrotechinsanity + * Using C64 KERNAL (instead of MC6520 and KBD/CRT) + * extra processing for expected mark parity, software caps lock, and revised newline/carriage return processing + * revised to expect terminal line edit mode instead of echo off character processing + * revised to acme syntax + * different zero page usage + * changed l/h to wl/wh because vice didn't like that symbol + * reverse toggle instead of spaces only on vic-20 (like HESMON) because too few columns + # Commodore 64 BASIC and KERNAL Source This repository contains the Commodore 64 BASIC and KERNAL source in a format that is easy to edit and can be built using modern tools on modern systems. It is derived from the [original sources](https://www.github.com/mist64/cbmsrc), with all original symbols and comments intact. @@ -42,4 +60,4 @@ Any ROMs after 1983 (so also all ROMs we create today) should be checksummed usi This version is maintained by Michael Steil , [www.pagetable.com](https://www.pagetable.com/) -Forked by insanity213, blasted in some wozmon, savagely ripped out tape and rs232 support. There may still be some little pieces of tape and rs232 in there, need to clean up some more. Passed diag cart test, ccgms seems to run with the swiftlink driver and run a few demos. Initial version 0.2. 0.3 in progress, hope to shuffle some more stuff around to make the free blocks as large as possible. +