From e2ea1b0c217a9714b6b5d231b202b5fd1eefa2c9 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 18 May 2021 13:43:25 -0400 Subject: Save 9 bytes, now 8834 --- portstat.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'portstat.s') diff --git a/portstat.s b/portstat.s index 9aa54ee..b5e7655 100644 --- a/portstat.s +++ b/portstat.s @@ -61,7 +61,7 @@ _redraw_port_stat: bne @pageloop ; copy last (partial) page. we know Y is 0 here. - sty _port_stat_dirty + ;sty _port_stat_dirty ; do not clear the flag, the caller will @partloop: lda (srcptr),y sta (dstptr),y -- cgit v1.2.3