From 4836cf9842722bde1d5ac760ef91b80c6fe8fd15 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Stephan=20M=C3=BChlstrasser?= Date: Sat, 14 Mar 2015 00:06:00 +0100 Subject: [PATCH] Fix bad tabbing --- libsrc/osic1p/bootstrap.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libsrc/osic1p/bootstrap.s b/libsrc/osic1p/bootstrap.s index b7c10a525..806532791 100644 --- a/libsrc/osic1p/bootstrap.s +++ b/libsrc/osic1p/bootstrap.s @@ -45,8 +45,8 @@ 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 + lda #0 + sta load lda #load_addr tay -- 2.39.5