We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 628ac98 + ac29773 commit c46737bCopy full SHA for c46737b
machines/atari2600/macro.h
@@ -93,7 +93,7 @@ VERSION_MACRO = 110
93
.VSLP1 sta WSYNC ; 1st '0' bit resets Vsync, 2nd '0' bit exit loop
94
sta VSYNC
95
lsr
96
- bne .VSLP1 ; branch until VYSNC has been reset
+ bne .VSLP1 ; branch until VSYNC has been reset
97
ENDM
98
99
;-------------------------------------------------------------------------------
0 commit comments