]> git.sur5r.net Git - cc65/commitdiff
Issue 814
authorScott Hutter <scott.hutter@gmail.com>
Tue, 18 Dec 2018 22:16:22 +0000 (16:16 -0600)
committerOliver Schmidt <ol.sc@web.de>
Sun, 30 Dec 2018 17:57:46 +0000 (18:57 +0100)
libsrc/geos-cbm/setnewmode.s

index 58098a2995d246e20e7caac5206fb606289ae580..1d63cf78e48e5104fb5bc121077ea03eb7053089 100644 (file)
@@ -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
+