Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save blondie7575/ced7c7f6bdcc8cfbc5975dccfbc3ab68 to your computer and use it in GitHub Desktop.
Save blondie7575/ced7c7f6bdcc8cfbc5975dccfbc3ab68 to your computer and use it in GitHub Desktop.
;;;;;;;;;;;;;;;;;;;;;;;
; graphicsModeText
;
; Begins text rendering mode
;
graphicsModeText:
SAVE_AX
F18AREGW $80,%00000000 ; Set M3 to 0 (dumb, but necessary)
F18AREGW $81,%01010000 ; Select Text mode (with M1,M2)
F18AREGW $87,$f0 ; Set white on black text color
RESTORE_AX
rts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment