C64 SpeedSearch "No Speedscript Files Found" Error Fix
Channel:
Subscribers:
6,960
Published on ● Video Link: https://www.youtube.com/watch?v=DrU_nkB-rg0
SpeedSearch searches all the Speedscript files on the disk for a word or phrase and identifies the files containing the phrase. It works with unmodified Speedscript 3.X word processing programs. I have installed the "Instant 80" modification patch on my version of Speedscript 3.2, so I had to find the starting address of my Speedscript documents using MetaBASIC and find the high/low bytes of that starting address. Links to those videos are in a pinned post below. After that, start SpeedSearch but don't run it. Poke the low byte into location 2534 (POKE 2534, LB) and poke the high byte into location 2542 (POKE 2542, HB). If that works for you, you can save SpeedSearch to disk and it will remember these addresses.