Compare commits
No commits in common. "14b496ae1c98fb8ce6b125b369e964b3dd62a991" and "379d1c88fcbec9c0e1f549e04cc6df855826af8d" have entirely different histories.
14b496ae1c
...
379d1c88fc
@ -65,16 +65,6 @@ start:
|
||||
cpx #(charset_end - charset)
|
||||
bne @charset_loop
|
||||
|
||||
; Manually clear screen
|
||||
ldx #(VRAM_BG1)
|
||||
@loop:
|
||||
stx VMADDL
|
||||
stz VMDATAL
|
||||
stz VMDATAH
|
||||
inx
|
||||
cpx #(VRAM_BG1 + 32 * 29)
|
||||
bne @loop
|
||||
|
||||
; write tile to position (1, 1)
|
||||
TILE_X = 1
|
||||
TILE_Y = 1
|
||||
|
Loading…
Reference in New Issue
Block a user