diff --git a/machines/atari2600/macro.h b/machines/atari2600/macro.h index a17c091..dd82abf 100644 --- a/machines/atari2600/macro.h +++ b/machines/atari2600/macro.h @@ -93,7 +93,7 @@ VERSION_MACRO = 110 .VSLP1 sta WSYNC ; 1st '0' bit resets Vsync, 2nd '0' bit exit loop sta VSYNC lsr - bne .VSLP1 ; branch until VYSNC has been reset + bne .VSLP1 ; branch until VSYNC has been reset ENDM ;-------------------------------------------------------------------------------