Update README.md

This commit is contained in:
2026-05-07 10:00:52 +12:00
parent b0220c579a
commit 181f828ebc
+19 -1
View File
@@ -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 # 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. 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 <mist64@mac.com>, [www.pagetable.com](https://www.pagetable.com/) This version is maintained by Michael Steil <mist64@mac.com>, [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.