Cleanup comments, line code/data

This commit is contained in:
Michaelangel007 2017-07-18 11:56:03 -07:00
parent 99cd56e160
commit f5bc3e7aed
1 changed files with 6 additions and 13 deletions

View File

@ -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