Skip to content

Instantly share code, notes, and snippets.

@gyuque
Created March 30, 2019 17:32
Show Gist options
  • Save gyuque/125bdd82af3713717f17fde38e31d42a to your computer and use it in GitHub Desktop.
Save gyuque/125bdd82af3713717f17fde38e31d42a to your computer and use it in GitHub Desktop.
.macro mEnableHighClockMode
sep #$20
.a8
lda #1
sta $420d
jml f:$800000+high_mode_start
high_mode_start:
nop
rep #$20
.a16
.endmacro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment