Skip to content

Commit ac29773

Browse files
authored
fixed typo in macro.h
1 parent 628ac98 commit ac29773

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)