diff options
Diffstat (limited to 'portstat.s')
-rw-r--r-- | portstat.s | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |