aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRobin Haberkorn <rhaberkorn@fmsbw.de>2025-10-05 02:46:29 +0300
committerRobin Haberkorn <rhaberkorn@fmsbw.de>2025-10-05 02:46:29 +0300
commitbe7966c8fb0470c87453914d52fccf6168749650 (patch)
treee4a5792e692f3199539062e8107c58dbd64f7b8e /README.md
parentd4b8634136355205591131be6d0df52b85f04879 (diff)
downloadvideoteco-fork-be7966c8fb0470c87453914d52fccf6168749650.tar.gz
README: minor updates
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index de7a4ab..dc50768 100644
--- a/README.md
+++ b/README.md
@@ -87,6 +87,8 @@ set up correctly (`. owsetenv.sh`):
If Video TECO fails to locate it, you can define the `VTECO` environment variable to
point to the installation directory (e.g. `set VTECO=C:\VTECO`).
See [README.OLD](README.OLD) for macro examples.
+* Q-Registers and numeric arguments are 32-bit wide and
+ you can load files larger than 64k.
* [Open Watcom v2.0](https://github.com/open-watcom/open-watcom-v2) is not yet supported -
generated binaries are still broken.
The v2.0 version is obviously not mature enough.
@@ -99,6 +101,8 @@ set up correctly (`. owsetenv.sh`):
### TODO
- [ ] Make use of ANSIPLUS scroll regions.
+- [ ] Give an estimate of available heap memory on `0EB` by mallocing up to 640
+ 1kb chunks until receiving NULL.
- [ ] Re-evaluate Video TECO's lookaside buffers.
But they probably don't make sense considering the memory constraints.
- [ ] Dosbox has problems with drawing the command line cursor.
@@ -108,5 +112,5 @@ set up correctly (`. owsetenv.sh`):
It also cannot deal with more than 25 rows.
Interestingly, this persists even after loading ANSIPLUS.
But perhaps it's not so important to support Dosbox.
-- [ ] ommand line help (`-h`)
+- [ ] Command line help (`-h`)
- [ ] SvarDOS package