replaced constant

This commit is contained in:
xlar54 2024-06-19 23:52:25 -05:00
parent 3b494ad6f2
commit 3d5fd0489e

View File

@ -291,7 +291,7 @@ CLEAR:
sta VERA::CTRL sta VERA::CTRL
; set FX off (cache write bit 1 -> 0) ; set FX off (cache write bit 1 -> 0)
stz $9F29 ;VERA_FX_CTRL stz VERA::DISP::VIDEO ; VERA_FX_CTRL when DCSEL=2
stz VERA::CTRL stz VERA::CTRL
.endscope .endscope