Skip to content

Instantly share code, notes, and snippets.

@gnacu
Created June 27, 2024 20:36
Show Gist options
  • Save gnacu/27d23695dfb84c1016438cf9127dff45 to your computer and use it in GitHub Desktop.
Save gnacu/27d23695dfb84c1016438cf9127dff45 to your computer and use it in GitHub Desktop.
thisdirt #setflag this,dflags,df_dirty
rts
chkdirt lda tkenv+te_flags
and #tf_dirty
bne mkdirt+8
sec ;not dirty
rts
mkdirt lda tkenv+te_flags
ora #tf_dirty
sta tkenv+te_flags
ldx scrlayer+slindx
jsr markredraw
clc ;dirty
rts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment