1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-29 00:29:34 +00:00

This counts reloads, most accurately.

This commit is contained in:
Thomas Harte 2021-08-03 17:12:08 -04:00
parent 6bbbf43341
commit 8795719c18

View File

@ -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;