]> git.sur5r.net Git - cc65/commitdiff
Fixed typo.
authorol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 8 Feb 2012 17:01:59 +0000 (17:01 +0000)
committerol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 8 Feb 2012 17:01:59 +0000 (17:01 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@5501 b7a2c559-68d2-44c3-8de9-860c34a00d81

libsrc/geos-common/conio/_scrsize.s

index 6126cdaa88040d7afdd0923ebd6e46ab73e9122a..b0aeabeb6426332cb180a2e7d3af169565284d03 100644 (file)
@@ -8,7 +8,7 @@
 
        .export xsize, ysize
        .export screensize
-       .importz cursor_r, cursor_c
+       .importzp cursor_r, cursor_c
        .import _cursor
        .constructor initscrsize