From: Stephan Mühlstrasser Date: Sat, 14 Mar 2015 23:40:42 +0000 (+0100) Subject: Improved fix with suggestions by Greg King. X-Git-Tag: V2.15~15^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=refs%2Fpull%2F152%2Fhead;p=cc65 Improved fix with suggestions by Greg King. --- diff --git a/libsrc/osic1p/bootstrap.s b/libsrc/osic1p/bootstrap.s index 806532791..2a501b980 100644 --- a/libsrc/osic1p/bootstrap.s +++ b/libsrc/osic1p/bootstrap.s @@ -45,11 +45,10 @@ GETCHAR := $FFBF ; gets one character from ACIA FIRSTVISC = $85 ; Offset of first visible character in video RAM LINEDIST = $20 ; Offset in video RAM between two lines - lda #0 - sta load + ldy #<$0000 lda #load_addr - tay + sta load stx load+1 lda #load_addr - .byte CR, "A8", CR + .byte CR, "85", CR, "08", CR .byte "86", CR, "09", CR .byte "A9", CR hex2