Commit Graph

7 Commits

Author SHA1 Message Date
Oliver Schmidt
ae5cb754fb Avoid unwanted i/o access.
Depending on the 6502, LDA addr,X and/or STA addr,X produce additional phantom reads. In order to avoid those phantom reads to do i/o access, I used the "classic" approach of moving those reads from page $C0 to page $BF.
2022-08-16 12:08:05 +02:00
Terence Boldt
da04931665 Add error handling 2022-04-27 22:36:27 -04:00
Terence Boldt
55d94dd1f0 Update RPi.Command and driver for it 2022-03-03 22:34:45 -05:00
Terence Boldt
b1dc22c838 Auto-detect slot number for RPI.COMMAND 2022-02-06 21:06:22 -05:00
Terence Boldt
c6fc90e21f Update copyright notices 2022-01-10 23:00:58 -05:00
Terence Boldt
285d23af55 Initial mostly working RPI command 2021-12-28 16:23:27 -05:00
Terence Boldt
a80939355b Initial attempt at adding command to basic 2021-12-28 09:49:12 -05:00