Hotfix for Boriel BASIC

This commit is contained in:
2026-02-02 00:10:52 +00:00
parent e6cb4ab37e
commit 97418fa1ef
3 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
# Development tools for the ZX Spectrum v5.0
# Development tools for the ZX Spectrum v5.1
The Dockerfile is the basis of the devcontainer and can be changed to add or remove tools. It will take a long time to build locally, so by default the devcontainer will pull a prebuilt version. Edit `.devcontainer/devcontainer.json` if you would rather build your own.
@@ -29,7 +29,7 @@ The devcontainer contains:
- tzxlist
- zx0 (binary compressor)
- dzx0 (binary decompressor)
- ZX BASIC (aka Boriel BASIC) version 1.18.5
- ZX BASIC (aka Boriel BASIC) version 1.18.6
- zxbc (BASIC compiler)
- zxbasm (assembler)
- zxbpp (preprocessor)
@@ -66,9 +66,9 @@ Thanks to the many authors of these wonderful tools and extensions; to think wha
Boriel BASIC (zxbasic) has been updated. There have been further bug fixes to array bounds which may break old code reliant on previous behaviour.
## New additions from v4.x
## New additions from v5.0
`sjasmplus` has been updated with new features.
Boriel BASIC updated for hotfix for broken zxnext builds.
## Install