1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-04 18:29:40 +00:00

Adds a TODO on what I think might be an incorrect implementation?

This commit is contained in:
Thomas Harte 2019-05-08 15:06:40 -04:00
parent 2ba0364850
commit 8293b18278

View File

@ -286,6 +286,7 @@ template <typename T> void MOS6522<T>::do_phase1() {
timer_is_running_[1] = false;
// If the shift register is shifting according to this timer, do a shift.
// TODO: "shift register is driven by only the low order 8 bits of timer 2"?
switch((registers_.auxiliary_control >> 2)&7) {
default: break;
case 1: shift_in(); break;