From f5e434c6c815d4816813cafdb817c235946c29cf Mon Sep 17 00:00:00 2001 From: Stefan Date: Sat, 7 Sep 2024 19:14:59 +0200 Subject: [PATCH] Update waitvsync.s --- libsrc/pet/waitvsync.s | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/libsrc/pet/waitvsync.s b/libsrc/pet/waitvsync.s index 39b562e43..d74f76c9f 100644 --- a/libsrc/pet/waitvsync.s +++ b/libsrc/pet/waitvsync.s @@ -9,8 +9,7 @@ .include "pet.inc" _waitvsync: -@l1: - lda VIA_PB - and #%00100000 - bne @l1 + lda #%00100000 +: and VIA_PB + bne :- rts