Update Sphinx docs with v0.14.0 roadmap and fix stale references

Expand roadmap with detailed implementation plans for the next three
features: MBF binary file compatibility (token-stream conversion at
load/save boundary), hardware I/O simulator (portio.c with PIT/speaker/
CGA/joystick port emulation), and DRAW command fixes (M parsing bug,
scale semantics, A rotation, TA/variable substitution). Remove hardware
I/O from known limitations (moving to planned). Fix stale test counts
(64 -> 66) and version string (0.11.0 -> 0.13.0) across docs.
This commit is contained in:
Eremey Valetov
2026-03-11 08:11:13 -04:00
parent 000116b2a2
commit c488cb526d
4 changed files with 72 additions and 12 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ version is structured as modular C suitable for new feature development.
- **Printer output** — `LPRINT`/`LLIST` to file or real hardware via `--lpt`
- **Classic programs** — Hamurabi, Lunar Lander, Gunner, and Diamond from
David Ahl's *BASIC Computer Games* (1978) run out of the box
- **64 test programs** with golden-file regression testing and DOSBox-X
- **66 test programs** with golden-file regression testing and DOSBox-X
compatibility testing against real GWBASIC.EXE
- **MIT License**