Skip to content

Commit

Permalink
Minor: fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcw committed Jun 6, 2021
1 parent 4af8ca2 commit 3ff33be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chip-6522.a
Original file line number Diff line number Diff line change
Expand Up @@ -2593,11 +2593,11 @@ T6522_15
; Test#15
; . Poll for T1 IRQ, then check that IRQ is:
; . not cleared by:
; . writing T1C_L (via 'STA ABS'), T1L_L
; . writing T1C_L (via 'STA ABS'), T1L_L
; . cleared by:
; . writing T1C_L (via 'STA (ZP),Y')
; . reading T1C_L
; . writing T1C_H, T1L_H
; . reading T1C_L
; . writing T1C_H, T1L_H

lda MBBaseL
bne +
Expand Down

0 comments on commit 3ff33be

Please sign in to comment.