Oliver Schmidt
5493c9e7c2
Don't empty the Receive Data Register on filling the Transmit Data Register
...
The Receive Data Register and the Transmit Data Register share share a single address. Accessing that address with STA abs,X in order to fill the Transmit Data Register causes a 6502 false read which causes the Receive Data Register to be emptied.
The simplest way to work around that issue - which I chose here - is to move the base address for all ACIA accesses from page $C0 to page $BF. However, that adds an additional cycle to all read accesses. An alternative approach would be to only modify the single line `sta ACIA_DATA,x`.
2022-09-08 17:11:30 +02:00
..
2014-06-04 23:50:18 +02:00
2018-05-21 13:30:27 +02:00
2020-06-15 19:31:18 +02:00
2022-04-17 16:06:22 +02:00
2022-09-08 17:11:30 +02:00
2021-02-17 10:50:22 +01:00
2020-05-04 22:23:01 +02:00
2013-05-09 13:57:12 +02:00
2016-03-25 21:57:06 +01:00
2018-11-06 11:13:23 +01:00
2016-06-05 14:58:38 +02:00
2018-09-08 18:45:20 +02:00
2018-08-20 00:30:17 +02:00
2013-05-09 13:57:12 +02:00
2013-05-09 13:57:12 +02:00
2013-05-09 13:57:12 +02:00
2022-04-16 19:51:48 +02:00
2013-05-09 13:57:12 +02:00
2020-07-12 22:19:55 +02:00
2018-08-20 00:30:17 +02:00
2016-03-17 21:07:19 +01:00
2012-10-21 14:35:17 +00:00
2018-08-20 00:30:17 +02:00
2018-07-26 14:31:17 +02:00
2013-05-09 13:57:12 +02:00
2018-09-08 23:14:54 +02:00
2013-05-09 13:57:12 +02:00
2013-05-09 13:57:12 +02:00
2013-05-09 13:57:12 +02:00
2013-05-09 13:57:12 +02:00
2013-05-09 13:57:12 +02:00
2013-05-09 13:57:12 +02:00
2016-06-05 13:01:42 +02:00
2020-04-02 09:45:11 +02:00
2022-04-17 16:06:22 +02:00
2018-03-07 23:05:21 +01:00
2013-05-09 13:57:12 +02:00
2013-05-09 13:57:12 +02:00
2020-06-18 21:44:57 +02:00
2018-09-02 23:07:26 +02:00
2019-09-10 09:49:06 +02:00
2018-11-06 11:13:23 +01:00
2016-06-05 14:58:38 +02:00
2013-05-09 13:57:12 +02:00
2013-05-09 13:57:12 +02:00
2018-09-08 23:14:54 +02:00
2022-04-17 16:06:22 +02:00
2016-03-27 18:27:53 +02:00
2012-10-15 21:59:51 +00:00
2013-05-09 13:57:12 +02:00
2013-05-09 13:57:12 +02:00
2020-06-04 23:24:24 +02:00
2020-06-04 23:24:24 +02:00
2018-08-20 22:24:48 +02:00
2016-03-16 16:28:32 +01:00
2022-04-17 16:06:22 +02:00
2013-05-09 13:57:12 +02:00
2018-09-08 23:29:59 +02:00
2013-05-09 13:57:12 +02:00
2013-05-09 13:57:12 +02:00
2016-03-06 21:27:19 +01:00
2022-04-17 16:06:22 +02:00
2013-05-09 13:57:12 +02:00
2016-06-13 20:40:01 +02:00
2013-05-09 13:57:12 +02:00
2013-05-09 13:57:12 +02:00
2020-12-19 19:54:12 +01:00
2013-05-09 13:57:12 +02:00
2016-03-06 21:27:19 +01:00
2013-05-09 13:57:12 +02:00
2013-05-09 13:57:12 +02:00
2018-05-20 15:30:18 +02:00
2019-09-10 09:49:06 +02:00
2013-05-09 13:57:12 +02:00
2013-05-09 13:57:12 +02:00
2013-05-09 13:57:12 +02:00
2013-05-09 13:57:12 +02:00
2013-05-09 13:57:12 +02:00
2013-05-09 13:57:12 +02:00
2013-05-09 13:57:12 +02:00
2013-05-09 13:57:12 +02:00
2020-03-05 14:38:36 +01:00
2013-05-09 13:57:12 +02:00
2020-06-18 21:44:57 +02:00
2013-05-09 13:57:12 +02:00
2013-05-09 13:57:12 +02:00
2022-04-17 16:06:22 +02:00