From cdebf6baa754af0e446a2dd5242ec71e783c1491 Mon Sep 17 00:00:00 2001 From: Marco van den Heuvel Date: Thu, 3 May 2018 09:11:20 -0700 Subject: [PATCH] Harmonized the comments (as in added 1 space) ;) --- libsrc/c64/acc_detect_turbomaster.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/c64/acc_detect_turbomaster.s b/libsrc/c64/acc_detect_turbomaster.s index 2f8fb2294..431985a47 100755 --- a/libsrc/c64/acc_detect_turbomaster.s +++ b/libsrc/c64/acc_detect_turbomaster.s @@ -20,7 +20,7 @@ _detect_turbomaster: tax ; Make sure the current CPU is not a 6510 - .byte $1A ; NOP on 8502, INA on 65(S)C(E)02, 4510 and 65816 + .byte $1A ; NOP on 8502, INA on 65(S)C(E)02, 4510 and 65816 beq not_found ; Make sure the current CPU is not a 65816 -- 2.39.5