moved to better folder location

This commit is contained in:
Scott Hutter
2018-12-30 05:23:17 -06:00
committed by Oliver Schmidt
parent 9160b8ddc2
commit a6725edb15

View File

@@ -0,0 +1,18 @@
;
; Scott Hutter
;
; 18.12.18
; void SetNewMode(void);
.export _SetNewMode
.include "jumptab.inc"
.include "geossym.inc"
_SetNewMode:
lda graphMode
eor #$80
sta graphMode
jmp SetNewMode