Changelog:
r43243 | fabbo | 2023-02-19 20:11:33 +0000 (Sun, 19 Feb 2023) | 2 lines
Fix one line in joymap
------------------------------------------------------------------------
r43241 | gpz | 2023-02-19 17:39:21 +0000 (Sun, 19 Feb 2023) | 1 line
Add new BASIC 65 keywords, patch by Dan Sanderson
------------------------------------------------------------------------
r43240 | rhialto | 2023-02-19 17:06:25 +0000 (Sun, 19 Feb 2023) | 2 lines
Whitespace and tab fixes...
------------------------------------------------------------------------
r43239 | rhialto | 2023-02-19 17:00:13 +0000 (Sun, 19 Feb 2023) | 2 lines
Apply a similar change to viacore_peek().
------------------------------------------------------------------------
r43238 | rhialto | 2023-02-19 16:51:22 +0000 (Sun, 19 Feb 2023) | 15 lines
Add (but disabled) change for latching from Massimiliano Zattera (bug 1828).
Latching was and still is disabled, because apparently no known software uses it.
However I have added the suggested changes from Massimiliano Zattera.
Because the order of the code clears the interrupt flag before checking it,
I needed to add an extra variable, and to make sure it doesn't get overwritten
for the no-handshake case, a goto to skip its assignment.
Perhaps it would make more sense to reverse the order of doing the handshake
and interrupt clearing vs the reading of the port. Certainly it would make sense
to read the port first and then signal the handshake that it has been read.
But I didn't change that at this time. I would need to test if something depends
on this order.
------------------------------------------------------------------------