mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-22 12:33:29 +00:00
Fixed 6522 countdown.
This commit is contained in:
parent
613b5b3f98
commit
ad00304e8a
@ -285,7 +285,7 @@ template <class T> class MOS6522 {
|
||||
number_of_cycles--;
|
||||
}
|
||||
|
||||
while(number_of_cycles > 2)
|
||||
while(number_of_cycles >= 2)
|
||||
{
|
||||
phase1();
|
||||
phase2();
|
||||
|
Loading…
Reference in New Issue
Block a user