1
0
mirror of https://github.com/cc65/cc65.git synced 2024-08-31 23:29:09 +00:00

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
; 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
.endscope