Another fix for rewind in new rwts.

This commit is contained in:
Martin Haye 2021-02-27 08:57:42 -08:00
parent fbf63e1c77
commit 83c3746ff7

View File

@ -233,7 +233,7 @@ _writeMarks: !zone
bne .outer ; always taken
.end lda #0
sta bufStart ; clear buffer of marks
ldx #3 ; reseek
ldx #4 ; reseek
- sta rwts_mark,x
dex
bpl -