In applesoft_basic:
authorNick Downing <nick@ndcode.org>
Tue, 14 Nov 2023 23:44:47 +0000 (10:44 +1100)
committerNick Downing <nick@ndcode.org>
Sun, 19 Nov 2023 12:39:49 +0000 (23:39 +1100)
commit48f59d923014c3d9b537ef31a0b6b343c0b90ee6
tree6e981c9072abdd4013d5c1c0e28434f7ee0f8241
parent1847a402359de68f36514911a25d76d7f6f0b967
In applesoft_basic:
* Rename /hrcg to /terminal and terminal* to hrcg_terminal*, add forgotten script
* Move tone.obj and bootable.dsk generation into /util instead of duplicating
* Refactor CALL implementation, to auto-detect tone routine, and be more readable
* Add a convenience script for each game showing how to launch it, with comments
* Make ctrl-c available all the time, improve cleanup to reset scrolling region
* Improve ROMs handling for the emulator, add CG ROM (not used yet)
* Implement text mode and make soft switches more generic (no split screen yet)
* Add forgotten /util directory, forgotten files /terminal/gr_terminal.asm and /terminal/gr_terminal_asm.txt, new .gitignore entries for /orig
* Add /deps.sh, in /linapple remove full-screen mode to make it run properly on recent X server

In c_to_python:
* Update Makefile to make it compile with recent pilex

In pilex, pitree, piyacc:
* Add /fix_bootstrap.sh and run it due to reserved ast and _ast in recent python3
applesoft_basic
c_to_python
pilex
pitree
piyacc