Created
July 29, 2019 23:55
-
-
Save blondie7575/ced7c7f6bdcc8cfbc5975dccfbc3ab68 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;;;;;;;;;;;;;;;;;;;;;;; | |
; 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