mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-22 12:33:29 +00:00
Adds a TODO on what I think might be an incorrect implementation?
This commit is contained in:
parent
2ba0364850
commit
8293b18278
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user