diff --git a/homebrew-tutorial/main.asm b/homebrew-tutorial/main.asm index b8977ee..2fa0637 100644 --- a/homebrew-tutorial/main.asm +++ b/homebrew-tutorial/main.asm @@ -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