]> git.sur5r.net Git - cc65/blobdiff - libsrc/atari/scroll.s
The spans do now contain the size of a span, no longer the end offset.
[cc65] / libsrc / atari / scroll.s
index 7aa37876d3229d65af8dc1e1f08b1d3ebfac1511..8f58e190c7c9652ecf89c1b00a70299a7aed03ce 100644 (file)
@@ -1,7 +1,7 @@
 ;
-; Christian Groessler, June 2000
+; Christian Groessler, June 2004
 ;
-; void __fastcall__ scroll (signed char numlines);
+; void __fastcall__ _scroll (signed char numlines);
 ; numlines > 0  scrolls up
 ; numlines < 0  scrolls down
 ;
@@ -9,9 +9,9 @@
        .include        "atari.inc"
        .importzp       tmp1,tmp4,ptr1,ptr2
        .import         mul40,_clrscr
-       .export         _scroll
+       .export         __scroll
 
-.proc  _scroll
+.proc  __scroll
 
        cmp     #0
        beq     jmpfin