Use tile 1 for entire background

This commit is contained in:
Greg Shuflin 2022-06-15 11:08:30 -07:00
parent 26d66e9b8d
commit 33bd61d62a
1 changed files with 2 additions and 3 deletions

View File

@ -69,7 +69,8 @@ start:
ldx #(VRAM_BG1)
@loop:
stx VMADDL
stz VMDATAL
lda #$01
sta VMDATAL
stz VMDATAH
inx
cpx #(VRAM_BG1 + 32 * 29)
@ -89,8 +90,6 @@ start:
sta TM
lda #$0f
sta INIDISP