mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-17 10:06:21 +00:00
This counts reloads, most accurately.
This commit is contained in:
parent
6bbbf43341
commit
8795719c18
@ -72,7 +72,7 @@ struct MOS6526Storage {
|
|||||||
case 0x00: // Count Phi2 pulses.
|
case 0x00: // Count Phi2 pulses.
|
||||||
pending |= TestInputNow;
|
pending |= TestInputNow;
|
||||||
break;
|
break;
|
||||||
case 0x40: // Count timer A unerflows.
|
case 0x40: // Count timer A reloads.
|
||||||
pending |= chained_input ? TestInputNow : 0;
|
pending |= chained_input ? TestInputNow : 0;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user