Skip to content

Commit

Permalink
Minor: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcw committed Jun 6, 2021
1 parent 3ff33be commit 0c02f0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chip-6522.a
Original file line number Diff line number Diff line change
Expand Up @@ -2646,8 +2646,8 @@ T6522_15

+ jsr incSubTestNum ; subTest #3
lda #$00
ldy #SY6522_TIMER1L_LATCH
sta (MBBase),y ; mustn't clear IFR.T1
ldy #SY6522_TIMER1L_LATCH ; mustn't clear IFR.T1
sta (MBBase),y
jsr @checkIFR_T1
beq @error

Expand Down

0 comments on commit 0c02f0e

Please sign in to comment.