4 ;* NB: All screen functions assume Graphics Mode 1 in a default configuration.
5 ;* Therefore, this is hard coded to use $1000-$12FF as screen VRAM.
8 .include "creativision.inc"
12 sei ; Disable interrupts. Default INT handler reads VDP_STATUS
13 ; and would lose any setup done here.
15 lda #$00 ; VRAM offset low
18 lda #$50 ; VRAM offset high ($10 OR $40)
21 lda #$C0 ; Space from ROM setup
32 cli ; Let interrupts go again