Don't clear all vectors, see #639.
;
INSTALL:
- rts
+; rts ; fall through
; ------------------------------------------------------------------------
sta VBASE+$1C00,y
sta VBASE+$1D00,y
sta VBASE+$1E00,y
- sta VBASE+$1F00,y
iny
bne @L1
+@L2: sta VBASE+$1F00,y
+ iny
+ cpy #$40
+ bne @L2
rts
; ------------------------------------------------------------------------
;
SETVIEWPAGE:
- rts
+; rts ; fall through
; ------------------------------------------------------------------------
; SETDRAWPAGE: Set the drawable page. Called with the new page in A (0..n).