From ac29773bc9fba6ed64bc76cf94f6197e615a6242 Mon Sep 17 00:00:00 2001 From: Sam Johnson Date: Sat, 21 Jun 2025 02:45:05 +0000 Subject: [PATCH] fixed typo in macro.h --- machines/atari2600/macro.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ;-------------------------------------------------------------------------------