mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-08 14:25:05 +00:00
This counts reloads, most accurately.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user