Skip to content

Commit c46737b

Browse files
authored
Merge pull request #154 from Pinjontall94/feature/fix-typo
fixed typo in macro.h
2 parents 628ac98 + ac29773 commit c46737b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

machines/atari2600/macro.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ VERSION_MACRO = 110
9393
.VSLP1 sta WSYNC ; 1st '0' bit resets Vsync, 2nd '0' bit exit loop
9494
sta VSYNC
9595
lsr
96-
bne .VSLP1 ; branch until VYSNC has been reset
96+
bne .VSLP1 ; branch until VSYNC has been reset
9797
ENDM
9898

9999
;-------------------------------------------------------------------------------

0 commit comments

Comments
 (0)