mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-15 14:27:29 +00:00
Fix final timer B test.
This commit is contained in:
@@ -242,7 +242,7 @@ struct MOS6526Storage {
|
|||||||
pending |= chained_input ? TestInputNow : 0;
|
pending |= chained_input ? TestInputNow : 0;
|
||||||
break;
|
break;
|
||||||
case 0x60: // Count timer A transitions when CNT is low.
|
case 0x60: // Count timer A transitions when CNT is low.
|
||||||
pending |= chained_input && cnt_edge ? TestInputNow : 0;
|
pending |= chained_input && cnt_state ? TestInputNow : 0;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user