mirror of
https://github.com/Michaelangel007/6502_linux_logo.git
synced 2024-11-28 19:49:47 +00:00
Cleanup iie iic label
This commit is contained in:
parent
bcbe510ed1
commit
ada3877e85
@ -78,7 +78,7 @@ apple_iiplus
|
|||||||
jsr AS_HGR ; HGR on Apple ][+ or newer
|
jsr AS_HGR ; HGR on Apple ][+ or newer
|
||||||
pla
|
pla
|
||||||
cmp #$EA ; 'j' apple ][+?
|
cmp #$EA ; 'j' apple ][+?
|
||||||
bne apple_iie ; if so keep going
|
bne apple_iie_iic ; if so keep going
|
||||||
|
|
||||||
lda #"+"
|
lda #"+"
|
||||||
bne set_apple_ii
|
bne set_apple_ii
|
||||||
@ -127,7 +127,7 @@ RAM_size
|
|||||||
bne done_detecting
|
bne done_detecting
|
||||||
|
|
||||||
; Detect //e //e+ //c
|
; Detect //e //e+ //c
|
||||||
apple_iie
|
apple_iie_iic
|
||||||
lda MACHINEID2 ; FBC0: $00 = //c, $EA = //e, E0 = //e+
|
lda MACHINEID2 ; FBC0: $00 = //c, $EA = //e, E0 = //e+
|
||||||
beq apple_iic ; check for apple //c
|
beq apple_iic ; check for apple //c
|
||||||
cmp #$E0 ; if we're an Apple IIe (original)
|
cmp #$E0 ; if we're an Apple IIe (original)
|
||||||
|
Loading…
Reference in New Issue
Block a user