From c9f5f8406c10cbfbf4e112196606a300d83fc680 Mon Sep 17 00:00:00 2001 From: Philip Zembrod Date: Sun, 29 Sep 2024 19:16:46 +0200 Subject: [PATCH] Update 6502/C64/RELEASE_NOTES.md --- 6502/C64/RELEASE_NOTES.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/6502/C64/RELEASE_NOTES.md b/6502/C64/RELEASE_NOTES.md index 9933989..d0dc762 100644 --- a/6502/C64/RELEASE_NOTES.md +++ b/6502/C64/RELEASE_NOTES.md @@ -20,6 +20,11 @@ The latest release zip file `volksforth-6502-c64-release.zip` contains * `v4th-x16e` - Commander X16 kernel with added X16Edit and DOS commands +* `doc/` - documentation, the beginning of an English translation + of the original German VolksForth/UltraForth manual for C64 and C16, + with some X16 specifics added. + * [`tasker.md`](doc/tasker.md) - the chapter about the multitasker + * `src/` - sources * `v4th*.fth` - the binaries' main files * `vf-*.fth` - sources from which VolksForth @@ -80,6 +85,11 @@ when the X16 Kernal changes. A secondary topic if this release is more bundled Forth sources, which are now also better described (see Release content above). +And a third topic is the beginning of an English translation of the +original German VolksForth/UltraForth manual for C64 and C16. +Since this release affects some multitasking behaviour, the translation +was started with the [chapter about the multitasker](doc/tasker.md). + Changes affecting only the X16 VolksForth kernel: * Clearing the IOStatus is now possible through the ExtApi call ($FEAB, thanks