v0.12.0 #140
skx
announced in
Announcements
v0.12.0
#140
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This release features a couple of internal changes which increase our accuracy and allow the original (unmodified) binary release of BBC BASIC to work correctly.
In the past we embedded some binaries which were always present on A:, these include those utilities which change our runtime behaviour - these utilities are still present but now have a
!
prefix to avoid name collisions with other binaries you might have:!CCP
- Change the CCP at runtime.!CONSOLE
- Change the console-driver at runtime.!CTRLC
- Change the number of Ctrl-C characters that trigger a reboot.!DEBUG
- Enable/Disable the "quick debugging" log.!QUIET
- Enable/Disable the quiet-mode.With regard to loggin we now avoid logging the console I/O functions by default, as these tend to be incredibly noisy. They can be logged via the
-log-all
command-line flag.Merged Pull Requests
Here are pull-requests which were merged as part of this release:
Full Changelog: v0.11.0...v0.12.0
This discussion was created from the release v0.12.0.
Beta Was this translation helpful? Give feedback.
All reactions