diff --git a/applecorn.po b/applecorn.po index e1651b7..b631ab8 100644 Binary files a/applecorn.po and b/applecorn.po differ diff --git a/mainmem.wild.s b/mainmem.wild.s index f1d600a..26ef44d 100644 --- a/mainmem.wild.s +++ b/mainmem.wild.s @@ -55,6 +55,8 @@ SEGMENT LDY #$00 INY BRA :L1 :DONE STY SEGBUF ; Record the length + LDA #$00 + STA SEGBUF+1,Y ; Null terminate for MATCH INX ; Skip the slash CLC ; Not the last one RTS