aboutsummaryrefslogtreecommitdiff
path: root/portstat.s
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2021-05-18 13:43:25 -0400
committerB. Watson <yalhcru@gmail.com>2021-05-18 13:43:25 -0400
commite2ea1b0c217a9714b6b5d231b202b5fd1eefa2c9 (patch)
tree6020940d63bd74a08ddc57b9a74fb46e3ad3250d /portstat.s
parent8a3de209e14424683d06f443d9ceb74ce0e93366 (diff)
downloadtaipan-e2ea1b0c217a9714b6b5d231b202b5fd1eefa2c9.tar.gz
Save 9 bytes, now 8834
Diffstat (limited to 'portstat.s')
-rw-r--r--portstat.s2
1 files changed, 1 insertions, 1 deletions
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