From: Marco van den Heuvel Date: Sun, 1 Apr 2018 20:14:44 +0000 (-0700) Subject: Changed #10 to #-basha for clarity. X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=61e5b9d218c2893f38fe65878b95f933f3b5ed89;p=cc65 Changed #10 to #-basha for clarity. --- diff --git a/libsrc/common/getcpu.s b/libsrc/common/getcpu.s index 2acff0635..169c56bbd 100644 --- a/libsrc/common/getcpu.s +++ b/libsrc/common/getcpu.s @@ -52,7 +52,7 @@ _getcpu: clc adc #1 ; $01+$09 = $10 on 6502, $01+$09 = $0A on 2a03/2a07 cld - cmp #10 + cmp #$0a beq @L5 lda #0 ; CPU_6502 constant beq @L9