This is the listing of LCAT/K7, an Oric program to list the contents of tapes. It was scanned from Théoric #30 (1987-04). -- AYM 2001-01-14 ------------------------------- UPDATE --------------------------------- Jim Groom has made a .tap of it : > Message-ID: <3A6372AA.6030302@virgin.net> > From: Jim Groom > Newsgroups: comp.sys.oric > Subject: LCAT/K7 - Tape Cataloge program > Date: Mon, 15 Jan 2001 21:59:06 +0000 > > Ha ha, it works! > > Thanks to Andre Majorel for making the article available. I have entered > and tested the tape cataloguing program that appeared in Theoric. It > gives you the name, type (BASIC or machine code) and start and end > addresses of all files on the tape (you have to select fast or slow > recordings though). If anyone else would like a copy, I have placed a > copy on my website (as a zipped TAP file) at: > > http://freespace.virgin.net/james.groom/oric/download.htm > > I have tested it by cataloguing Cassette 50 from Cascade. BTW, contrary > to popular belief, there is one good game on this cassette - a decent > version of Space Invaders called Galactic Attack. He also posted the instructions : > Message-ID: <3A694743.61607FC@virgin.net> > From: Jim Groom > Newsgroups: comp.sys.oric > Subject: Using LCAT/K7 > Date: Sat, 20 Jan 2001 08:07:31 +0000 > > Hi all, > > To those wondering how to use this program to catalogue tapes, here are > a few things you need to know. > > 1. Load the program. > 2. Select the speed of the tape to be used. Use for POKE#24D,0 for fast > saved programs or POKE#24D,1 for slow programs. > 3. RUN the program - headings should appear at the top of the screen. > 4. Play the tape you want to catalogue. > 5. As the programs are found, they will be shown on screen and printed > to the printer. If you do not wish for printer output, enter > POKE#10CD,60 before running the program. > 6. When the tape has been catalogued, you will need to press the reset > button to regain control of the Oric. > > Hope this helps those of you who have had problems! The program works > fine on my Atmos, I have not tested it with Euphoric and tape images > though. Jim's zipped file has been mirrorred here (lcatk7.zip) -- AYM 2001-01-31