Merge branch 'x16-r47' of github.com:pzembrod/VolksForth into x16-r47

This commit is contained in:
Philip Zembrod 2024-07-01 02:27:50 +02:00
commit 1bd0d81138

View File

@ -73,8 +73,8 @@ when the X16 Kernal changes. The only remaining Kernal variable used is
$0376 - BkgPenCol. $0376 - BkgPenCol.
* Clearing the IOStatus is now possible through the ExtApi call ($FEAB, thanks * Clearing the IOStatus is now possible through the ExtApi call ($FEAB, thanks
to *** for implementing this), so the dependency on the address of IOStatus to mooinglemur for implementing this), so the dependency on the address of
could be removed. IOStatus could be removed.
* The implementation of line input in EXPECT was changed from switching cursor * The implementation of line input in EXPECT was changed from switching cursor
on and off and using GETIN to using BASIN - which automatically handles the on and off and using GETIN to using BASIN - which automatically handles the
cursor and also makes use of the CBM screen editor. The Kernal var dependency cursor and also makes use of the CBM screen editor. The Kernal var dependency