mirror of
https://github.com/Michaelangel007/6502_linux_logo.git
synced 2024-11-28 19:49:47 +00:00
Cleanup comments, line code/data
This commit is contained in:
parent
99cd56e160
commit
f5bc3e7aed
19
linuxlogo.s
19
linuxlogo.s
@ -72,13 +72,12 @@ detect_ram
|
|||||||
|
|
||||||
apple_ii
|
apple_ii
|
||||||
pla
|
pla
|
||||||
jsr IB_HGR ; HGR on ][, ends with BNE $D01B
|
jsr IB_HGR ; HGR on ][
|
||||||
beq apple_ii_normal
|
beq apple_ii_normal ; always, ends with BNE $D01B RTS
|
||||||
|
|
||||||
apple_iiplus
|
apple_iiplus
|
||||||
jsr AS_HGR ; ][ = $D000, Only on Apple ][+
|
jsr AS_HGR ; ][ = $D000, Only on Apple ][+
|
||||||
|
|
||||||
|
|
||||||
pla
|
pla
|
||||||
cmp #$EA ; apple ][+?
|
cmp #$EA ; apple ][+?
|
||||||
bne apple_iie ; if so keep going
|
bne apple_iie ; if so keep going
|
||||||
@ -96,15 +95,8 @@ set_apple_ii
|
|||||||
sty ModType-1
|
sty ModType-1
|
||||||
sta ModType ; erase last 'e' in 'Apple IIe'
|
sta ModType ; erase last 'e' in 'Apple IIe'
|
||||||
|
|
||||||
; ldx #3-1
|
lda #" " ; "_6502"
|
||||||
;SetCpu6502
|
sta CpuType ; ^^^
|
||||||
; lda CpuTye6502,X
|
|
||||||
; sta CpuType,X
|
|
||||||
; dex
|
|
||||||
; bne SetCpu6502
|
|
||||||
|
|
||||||
lda #" " ; $A0
|
|
||||||
sta CpuType ; '_6502'
|
|
||||||
ldx #"6"
|
ldx #"6"
|
||||||
ldy #"5"
|
ldy #"5"
|
||||||
stx CpuType+1
|
stx CpuType+1
|
||||||
@ -228,6 +220,7 @@ CopyTextLine
|
|||||||
|
|
||||||
dec zCursorY
|
dec zCursorY
|
||||||
|
|
||||||
|
; ------------------------------------------------------------------------
|
||||||
; End of String offse for Model
|
; End of String offse for Model
|
||||||
; IN: X = 0 II+
|
; IN: X = 0 II+
|
||||||
; ^
|
; ^
|
||||||
@ -372,7 +365,7 @@ FitSameByte
|
|||||||
rts
|
rts
|
||||||
|
|
||||||
|
|
||||||
; ------------------------------------------------------------------------
|
; ========================================================================
|
||||||
|
|
||||||
CpuType = * + 13 + 40
|
CpuType = * + 13 + 40
|
||||||
RamSize = * + 30 + 40
|
RamSize = * + 30 + 40
|
||||||
|
Loading…
Reference in New Issue
Block a user