Begin writing code to update the tiles

This commit is contained in:
hkz 2025-10-13 16:24:29 +02:00
commit 78604e6f7d
5 changed files with 55 additions and 14 deletions

View file

@ -282,6 +282,7 @@ VdpFound$:
;;;
;;; Clobbers:
;;; - A, Y, X
;;; - Zp 1, 2, 3, 4, 5, 6, 7
;;;
vdp_hide_sprites:
ldy #0
@ -294,6 +295,9 @@ HideLoop$:
cpy #25
bne HideLoop$
; Make sure the table gets updated in memory
jsr _vdp_write_interleaved_sat
rts
;;; vdp_hide_sprite: