Issue 814
This commit is contained in:
parent
0012b6d811
commit
9160b8ddc2
1 changed files with 5 additions and 5 deletions
|
@ -11,8 +11,8 @@
|
|||
.include "geossym.inc"
|
||||
|
||||
_SetNewMode:
|
||||
lda graphMode
|
||||
eor #$80
|
||||
sta graphMode
|
||||
jsr SetNewMode
|
||||
rts
|
||||
lda graphMode
|
||||
eor #$80
|
||||
sta graphMode
|
||||
jmp SetNewMode
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue