Bootstrap - From cassette to disk

This project was based on my need for a Model I NEWDOS/80 v2.0 Boot Disk. Since a Model I uses a data address mark (DAM) that regular floppy disk controllers on a PC cannot create, I wouldn't be able to use an old PC to make the disk from an image.
Today I know that SYSTEM 0 BN=Y is enough to create such a floppy on a PC with a 5¼" drive, but that is a different story.

For those who need boot disks, but do not want to use this instruction, Ira Goldklang is offering a diskette request service on his TRS-80 site.

I began to think about whether it would be possible to create on a Model I using data from a cassette. As I got more experienced with the cassette functions I realized that the answer to that question is YES (for those with full 48K RAM)!

With intensiv help of Amardeep Chana (Indiana / USA), I was able to extend my program to support Model III & 4 too.

The complete process to create the disk takes about 35 minutes. This <ZIP archive> contains WAV files to permit you to create a Model I, III & 4 boot disk from cassette! The first WAV file is the bootstrap program and the other WAV files are different DOS's which are available for use with the bootstrap program. Since an entire floppy disk cannot fit into the 32K of RAM present in a Model I, the floppy disk was divided into tracks.

The first step is to protect the RAM which will hold the track data. To do so, set the MEMORY SIZE to 40000.

The next step is to set up the TRS-80 so that it can load data from a WAV file. There are a number of ways to this.

  1. You could plug a cassette recorder (make sure it is mono and not stereo) LINE IN into your PC's LINE OUT and use any WAV playing program to send the two WAV files through the LINE OUT to the tape player. Volume is key and it may take many tries to get everything correct.
  2. use a utility called PLAYCAS
    PLAYCAS (http://knut.one/PlayCAS.htm) allows you to use your PC as a cassette player for your TRS-80 by connecting your TRS-80 cassette input ('Ear' Output) into the PC's headphones output. This <ZIP archive> contains several CAS files. One is the bootstrap program and the others are some DOS versions.
  3. use a Linux system like a Raspberry Pi
    You need one cable and three commands.

    3.5mm jack plug 4i

    amixer sset Headphone 100% aplay bootstrap.v7.5.500.wav aplay "Model I - LDOS 5.3.1 (2012).500.wav"

Once you have set the MEMORY SIZE and set up your Model I so that it can load the WAV file. For those using a Model III & 4, the datarate should be set to high (1500 Baud). One can use this commandPOKE 16913,1 The next step is to type in SYSTEM from the READY prompt. At the first '*?' prompt, type 'B' and hit enter. There should be 2 stars in the upper right hand corner of the screen, with one of the two flashing periodically. If one of the stars changes to 'C', there was an error and you will need to try again.
If you do not get a 'C' and then another '*?' prompt shows up, you need to prepare the system for the next WAV file. If you put them back to back on the same cassette, then it is all ready. If you are using PlayCAS or an emulator such as XTRS, you need to load the second CAS file so it is ready to go.

Once the data WAV file is ready, respond to the second '*?' prompt by typing type / and hitting enter. You should see 'Bootstrap v7.5' appearing on the screen.

As the Model 4 starts with the Model III BASIC ROM, the screen is identical.

Now is the time to be very patient ... for about 35 minutes ... with a Model III & 4 even more, as the floppies contain more data.
If all goes well, you will have a boot disk.

This is what the screen will show when everything went well. Now just reboot the system, this time from the new floppy disk.
Have fun!