From 3470f230aed09fcfbf70f65c283f1c1ac2e5e961 Mon Sep 17 00:00:00 2001 From: uz Date: Tue, 2 Oct 2012 19:22:19 +0000 Subject: [PATCH] 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 --- libsrc/plus4/kreadst.s | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5