mirror of
https://github.com/TomHarte/CLK.git
synced 2024-12-23 20:29:42 +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.
|
||||
pending |= TestInputNow;
|
||||
break;
|
||||
case 0x40: // Count timer A unerflows.
|
||||
case 0x40: // Count timer A reloads.
|
||||
pending |= chained_input ? TestInputNow : 0;
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user