From 1e209b1f150c681c208c28ebd0f7641f9e6d0683 Mon Sep 17 00:00:00 2001 From: mrdudz Date: Wed, 25 Jun 2025 05:14:26 +0200 Subject: [PATCH] forgot, need sleep --- libsrc/c65/cputc.s | 1 + 1 file changed, 1 insertion(+) diff --git a/libsrc/c65/cputc.s b/libsrc/c65/cputc.s index 99a81b67d..d9f63c1dd 100644 --- a/libsrc/c65/cputc.s +++ b/libsrc/c65/cputc.s @@ -9,6 +9,7 @@ .export newline, plot .import gotoxy .import PLOT + .importzp ptr4 .include "c65.inc"