]> git.sur5r.net Git - cc65/commitdiff
correcting missing _
authorjede <jede@oric.org>
Sun, 24 Sep 2017 18:07:02 +0000 (20:07 +0200)
committerjede <jede@oric.org>
Sun, 24 Sep 2017 18:07:02 +0000 (20:07 +0200)
libsrc/telestrat/initcwd.s

index ae25817d9ef8b8cd99658b4bbc5497a90408ea05..df2ceb63bcd1ed56594a241ab74aa280d5571517 100644 (file)
@@ -24,5 +24,5 @@ loop:
         bne     loop
        
 done:   
-        sta     _cwd,y
+        sta     __cwd,y
         rts