aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2022-04-27 21:21:09 +0100
committerJuan J. Martinez <jjm@usebox.net>2022-04-27 21:21:09 +0100
commitf652cf05b08db8d2fdae2897775561c1b8b1112d (patch)
treed05ff820d40bc5acb5596043b66b041726b654e4
parenta6744b0f8d8a0372021df87a7dc81d158d79afc6 (diff)
downloadubox-msx-lib-f652cf05b08db8d2fdae2897775561c1b8b1112d.tar.gz
ubox-msx-lib-f652cf05b08db8d2fdae2897775561c1b8b1112d.zip
Tested SDCC 4.2.0
-rw-r--r--README.md12
-rw-r--r--config.env2
2 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index 15e9863..5810485 100644
--- a/README.md
+++ b/README.md
@@ -22,12 +22,12 @@ deep knowledge of the system.
The [SDCC](http://sdcc.sourceforge.net/) compiler is also needed. Check the
following table for some hints on compatibility.
-| Version | Compatible | Comments |
-| --- | --- | --- |
-| 3.9.0 | yes | - |
-| 4.0.0 | yes | - |
-| 4.1.0 | no | At least on Linux amd64 it generates broken Z80 code |
-| sdcc-20211031-12748 | yes | Needs option in `config.env`, edit the file for details |
+| Version | Compatible | Comments |
+| --- | --- | --- |
+| 3.9.0 | yes | - |
+| 4.0.0 | yes | - |
+| 4.1.0 | no | At least on Linux amd64 it generates broken Z80 code |
+| 4.2.0 | yes | Needs option in `config.env`, edit the file for details |
If you want to build the example you will also need:
diff --git a/config.env b/config.env
index d9b3bbd..3cdc92c 100644
--- a/config.env
+++ b/config.env
@@ -3,5 +3,5 @@
# Size of the resulting ROM
ROM_MAX=0x8000
-# uncomment for sdcc-20211031-12748 or later
+# uncomment for sdcc 4.2.0 or later
#EXTRA_CFLAGS += --sdcccall 0