Skip to content

v0.9.0

Compare
Choose a tag to compare
@skx skx released this 27 May 16:21
· 93 commits to master since this release
2458e06

This release improves the way that we handle the cpmulater-specific binaries. There are some binaries I've produced which use the available custom BIOS functionss, and these are now bundled directly within our release.

That means you will always see A:CTRLC.COM, A:QUIET.COM, and the other custom-binaries - the source of which is available within static/.

We've also added support for running scripts at startup:

  • If A:SUBMIT.COM exists and A:AUTOEXEC.SUB then the latter will be executed automatically.

What's Changed

This is a list of pull-requests merged:

  • Simplify our embedding of the CCPs by @skx in #93
  • Drop zork binaries and cleanup references to them by @skx in #94
  • Added CLI flag for controlling quiet-behaviour by @skx in #97
  • Allow running AUTOEXEC.SUB on-startup by @skx in #98
  • Ensure we're running under cpmulator before invoking functions by @skx in #100
  • Always use drive-remapping (internally) by @skx in #103
  • Implement a naive virtual filesystem by @skx in #105

Full Changelog: v0.8.0...v0.9.0