diff --git a/Components/6526/Implementation/6526Storage.hpp b/Components/6526/Implementation/6526Storage.hpp index 3030c8346..6386d76ac 100644 --- a/Components/6526/Implementation/6526Storage.hpp +++ b/Components/6526/Implementation/6526Storage.hpp @@ -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;