mirror of
https://github.com/cc65/cc65.git
synced 2024-12-24 11:31:31 +00:00
Fixed cpu detection.
This commit is contained in:
parent
8886e6f100
commit
9db6f059ac
@ -53,7 +53,7 @@ _getcpu:
|
|||||||
adc #1 ; $01+$09 = $10 on 6502, $01+$09 = $0A on 2a03/2a07
|
adc #1 ; $01+$09 = $10 on 6502, $01+$09 = $0A on 2a03/2a07
|
||||||
cld
|
cld
|
||||||
cmp #10
|
cmp #10
|
||||||
bne @L5
|
beq @L5
|
||||||
lda #0 ; CPU_6502 constant
|
lda #0 ; CPU_6502 constant
|
||||||
beq @L9
|
beq @L9
|
||||||
@L5:
|
@L5:
|
||||||
|
Loading…
Reference in New Issue
Block a user