]> git.sur5r.net Git - cc65/commitdiff
Changed #10 to #-basha for clarity. 621/head
authorMarco van den Heuvel <blackystardust68@yahoo.com>
Sun, 1 Apr 2018 20:14:44 +0000 (13:14 -0700)
committerMarco van den Heuvel <blackystardust68@yahoo.com>
Sun, 1 Apr 2018 20:14:44 +0000 (13:14 -0700)
libsrc/common/getcpu.s

index 2acff0635284fc605ca4ba56210742d08129fb04..169c56bbdee6f63c752d999ab58b29f94b237cc6 100644 (file)
@@ -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