1
0
mirror of https://github.com/cc65/cc65.git synced 2025-02-08 11:31:34 +00:00

Issue 814

This commit is contained in:
Scott Hutter 2018-12-18 16:16:22 -06:00 committed by Oliver Schmidt
parent 0012b6d811
commit 9160b8ddc2

View File

@ -11,8 +11,8 @@
.include "geossym.inc" .include "geossym.inc"
_SetNewMode: _SetNewMode:
lda graphMode lda graphMode
eor #$80 eor #$80
sta graphMode sta graphMode
jsr SetNewMode jmp SetNewMode
rts