mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-23 03:32:32 +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--;
|
number_of_cycles--;
|
||||||
}
|
}
|
||||||
|
|
||||||
while(number_of_cycles > 2)
|
while(number_of_cycles >= 2)
|
||||||
{
|
{
|
||||||
phase1();
|
phase1();
|
||||||
phase2();
|
phase2();
|
||||||
|
Loading…
Reference in New Issue
Block a user