]> git.sur5r.net Git - cc65/commitdiff
Need to import ST since it is no longer declared in plus4.inc.
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 2 Oct 2012 19:22:19 +0000 (19:22 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 2 Oct 2012 19:22:19 +0000 (19:22 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@5839 b7a2c559-68d2-44c3-8de9-860c34a00d81

libsrc/plus4/kreadst.s

index afebbc88451a4d220c2959046ee9fb39bf345580..2571f80f5c09a9d4c915ac5cf686bd75e4e7bb5f 100644 (file)
@@ -7,6 +7,7 @@
         .export         READST
 
         .include        "plus4.inc"
+        .importzp       ST
 
 ; Read the status byte from the zero page instead of banking in the ROM