[Coco] Recovering a damaged cassette file

Darren A mechacoco at gmail.com
Thu Sep 6 16:34:28 EDT 2012


On Thu, Sep 6, 2012 at 8:23 AM, Robert Gault wrote:
>
> I managed to get a few more lines from the program.
>
> 1030 CLOSE
> 1040 RETURN
> 1100 'RECUPERAR
> 1110 OPEN"I",#1,"LABERINT"
> 1120 INPUT#  rest of the line lost
>
>


The last several lines (following 640) appear to be:

1000 ' SALVAR
1010 OPEN"O",#-1,"LABERINT"
1020 PRINT#-1,H;V;X;Y
1030 CLOSE
1040 RETURN
1100 ' RECUPERAR
1110 OPEN"I",#-1,"LABERINT"
1120 INPUT #-1,H,V,X,Y
1130 CLOSE
1140 RETURN

Darren



More information about the Coco mailing list