diff options
author | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2025-10-05 02:46:29 +0300 |
---|---|---|
committer | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2025-10-05 02:46:29 +0300 |
commit | be7966c8fb0470c87453914d52fccf6168749650 (patch) | |
tree | e4a5792e692f3199539062e8107c58dbd64f7b8e | |
parent | d4b8634136355205591131be6d0df52b85f04879 (diff) | |
download | videoteco-fork-be7966c8fb0470c87453914d52fccf6168749650.tar.gz |
README: minor updates
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |