Releases: skx/z80-playground-cpm-fat
Releases · skx/z80-playground-cpm-fat
v1.10
v1.10
This release includes the following changes from the upstream source:
- Fixed bug in ERA for other users
- Release 1.10
v1.09
v1.09
This release matches the upstream release v1.09, with the additions I've made along the way.
Upstream changes:
- If
uart.txt
containsAUTO x
will inject the characterx
into the input buffer on-boot.- So
AUTO c
will load CP/M,AUTO t
will load Tinybasic, etc. - z80playground#50
- So
- License (GPL-3) added to upstream repository, my changes will be the same.
- Bugfix for GORILLA.BAS.
- Fixes for the PIP command.
- Removal of
symbol
files.
My changes remain as documented in the README, mostly the addition of documentation and rejigging of the disk-contents.
v1.08
v1.08
This release is identical to that of the upstream project, I've just added some changes to make new releases more simple:
- Added Makefile to build the binaries.
- Added a script, .github/build, to automate installation of dependencies and compile the various sources.
- Added a workflow file, .github/workflows/release.yml to ensure new tags to the repository build and upload the binaries.