Merge branch 'master' of https://git.code.sf.net/p/atari-action/code
Fix to set AUX2=0 for all IO operations
Fix to set AUX2=0 for all IO operations
Formatting and wording
I chose the route to clear all registers, because I didn't want to cause any changes in the file offsets. From the docs, my understanding was that setting D1/D0=$00 in SKCTL is required to perform the missing initialization. Now reading the docs again I understand that this only refers to the internal timer counters and the problem we have here is that D4=$1 in SKCTRL after SIO operations, creating unwanted behavior of "use timer 4 as input clock and reset timers 3+4 when waiting for start bit or...
I chose the route to clear all registers, because I didn't want to cause any changes in the file offsets. From the docs, my understanding was that setting D1/D0=$00 in SKCTL is required to perform the missing initialization. Now reading the docs again I understand that this only refer to the internal timer counters and the problem we have here is that D4=$1 in SKCTRL after SIO operations, creating unwanted behavior of "use timer 4 as input clock and reset timers 3+4 when waiting for start bit or...
Please delete the previous empty merge request
Fix proposal for POKEY initialization