From f5bc3e7aed7e93cce9d3f85af4461a757889508d Mon Sep 17 00:00:00 2001 From: Michaelangel007 Date: Tue, 18 Jul 2017 11:56:03 -0700 Subject: [PATCH] Cleanup comments, line code/data --- linuxlogo.s | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/linuxlogo.s b/linuxlogo.s index 57b1726..e54600d 100644 --- a/linuxlogo.s +++ b/linuxlogo.s @@ -72,13 +72,12 @@ detect_ram apple_ii pla - jsr IB_HGR ; HGR on ][, ends with BNE $D01B - beq apple_ii_normal + jsr IB_HGR ; HGR on ][ + beq apple_ii_normal ; always, ends with BNE $D01B RTS apple_iiplus jsr AS_HGR ; ][ = $D000, Only on Apple ][+ - pla cmp #$EA ; apple ][+? bne apple_iie ; if so keep going @@ -96,15 +95,8 @@ set_apple_ii sty ModType-1 sta ModType ; erase last 'e' in 'Apple IIe' -; ldx #3-1 -;SetCpu6502 -; lda CpuTye6502,X -; sta CpuType,X -; dex -; bne SetCpu6502 - - lda #" " ; $A0 - sta CpuType ; '_6502' + lda #" " ; "_6502" + sta CpuType ; ^^^ ldx #"6" ldy #"5" stx CpuType+1 @@ -228,6 +220,7 @@ CopyTextLine dec zCursorY +; ------------------------------------------------------------------------ ; End of String offse for Model ; IN: X = 0 II+ ; ^ @@ -372,7 +365,7 @@ FitSameByte rts -; ------------------------------------------------------------------------ +; ======================================================================== CpuType = * + 13 + 40 RamSize = * + 30 + 40