From: uz Date: Tue, 2 Oct 2012 19:22:19 +0000 (+0000) Subject: Need to import ST since it is no longer declared in plus4.inc. X-Git-Tag: V2.14~235 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3470f230aed09fcfbf70f65c283f1c1ac2e5e961;p=cc65 Need to import ST since it is no longer declared in plus4.inc. git-svn-id: svn://svn.cc65.org/cc65/trunk@5839 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/libsrc/plus4/kreadst.s b/libsrc/plus4/kreadst.s index afebbc884..2571f80f5 100644 --- a/libsrc/plus4/kreadst.s +++ b/libsrc/plus4/kreadst.s @@ -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