aboutsummaryrefslogtreecommitdiff
path: root/portstat.s
diff options
context:
space:
mode:
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