Compare commits

..

No commits in common. "14b496ae1c98fb8ce6b125b369e964b3dd62a991" and "379d1c88fcbec9c0e1f549e04cc6df855826af8d" have entirely different histories.

2 changed files with 0 additions and 13 deletions

View File

@ -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

View File

@ -1,9 +1,6 @@
default:
just --list
run-homebrew: homebrew-tutorial
mesen-s ./out/main.sfc
homebrew-tutorial:
mkdir -p out
ca65 ./homebrew-tutorial/main.asm -o ./out/main.o -g