v0.13.0 #156
skx
announced in
Announcements
v0.13.0
#156
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This release is probably the last one for a while, I now regard this project as "complete":
Of course if there are bug-reports, reporting bogus results, or an inability to run CP/M binaries (excluding the case of disk sector/head/track functionality) then of course I will attempt to resolve them. Please file an issue if you're in that situation.
Changes compared to the previous release largely revolve around improved test-coverage, and minor bug-fixes. We've now introduced integration tests, in addition to the core package-tests. However there are a couple of new, and visible changes:
LIST
,PEEK
,POKE
, and#
as built-in functions.-quiet
flag has been removed, along with the embedded binaryA:!QUIET.COM
.Finally if you build from source you can add
ZORK1.DAT
andZORK1.COM
tostatic/A/
before you build the code - then once you've done so you'll have a self-contained CP/M emulator with embedded & always-available ZORK! (You can repeat with other binaries too of course.)Changes merged via PRs
What's Changed
Full Changelog: v0.12.0...v0.13.0
This discussion was created from the release v0.13.0.
Beta Was this translation helpful? Give feedback.
All reactions