Skip to content

Commit b2b4131

Browse files
committed
Merge branch 'master' of https://github.com/dasm-assembler/dasm
2 parents 4d6c4b5 + c46737b commit b2b4131

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)