diff --git a/linuxlogo b/linuxlogo index 1b330fe..28be63e 100644 Binary files a/linuxlogo and b/linuxlogo differ diff --git a/linuxlogo.s b/linuxlogo.s index aa4700a..b13a4c4 100644 --- a/linuxlogo.s +++ b/linuxlogo.s @@ -67,11 +67,7 @@ DetectCPU detect_ram lda MACHINEID1 ; FBB3: $38 = ][, $EA = ][+, $06 = //e //c IIgs cmp #$38 ; '8' - bne apple_iiplus - -apple_ii - jsr IB_HGR ; HGR on original ][ only! - beq apple_ii_normal ; always, ends with BNE $D01B RTS + beq apple_ii apple_iiplus pha @@ -84,8 +80,9 @@ apple_iiplus bne set_apple_ii ; if we get here we're a ii+ or iii in emulation mode -apple_ii_normal - lda #" " ; $A0 +apple_ii + jsr IB_HGR ; HGR on original ][ only! + lda #" " ; "_6502" set_apple_ii ldx #"]" ldy #"[" @@ -113,7 +110,7 @@ detect_langcard sta $D000 RAM_64K - ldx #"6" + ldx #"6" ; "64K" ldy #"4" bne RAM_size apple_ii_48K @@ -144,7 +141,7 @@ apple_iie_enhanced ; //c+ jsr ModelPlus ; ^ done_detecting sta ROMIN ; Turn off Language Card - sta ROMIN ; if it was probed +; sta ROMIN ; if it was probed FIN ; ------------------------------------------------------------------------ diff --git a/ll_6502.dsk b/ll_6502.dsk index 1ec32e6..fc2182b 100644 Binary files a/ll_6502.dsk and b/ll_6502.dsk differ