From 9db6f059ace9ea2dd6538a48e150fe4ca4e76a5a Mon Sep 17 00:00:00 2001 From: Marco van den Heuvel Date: Sat, 31 Mar 2018 18:59:15 -0700 Subject: [PATCH] Fixed cpu detection. --- libsrc/common/getcpu.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/common/getcpu.s b/libsrc/common/getcpu.s index 7fe002f65..2acff0635 100644 --- a/libsrc/common/getcpu.s +++ b/libsrc/common/getcpu.s @@ -53,7 +53,7 @@ _getcpu: adc #1 ; $01+$09 = $10 on 6502, $01+$09 = $0A on 2a03/2a07 cld cmp #10 - bne @L5 + beq @L5 lda #0 ; CPU_6502 constant beq @L9 @L5: