Creating a new CF disk for Z80SBC64 and Z80MB64 with a TeraTerm Macro
For people with Z80SBC64 and Z80MB64: attached is a TeraTerm Macro and files that allow you to install CP/M software in a new CF disk. This is the macro I ran when I want to create a new CF disk. Unzip and place all files in c:\teraterm\newcf; then run the macro “NewCF.TTL” in TeraTerm. It will perform the following tasks:
- Run RAM diagnostic for 5 seconds
- Format drives A:, B:, C:, D: <–please note all previous files will be erased
- Install CP/M2.2 BDOS/CCP/BIOS
- Install CP/M 3 CPMLDR
- Install SCMonitor
- Install XMODEM in new CF disk
- XMODEM UNARJ.COM to decompress subsequent files
- XMODEM CP/M 2.2 system files
- XMODEM CP/M 3 system files
- XMODEM ZORK1,2,3
- XMODEM HiTech C 3.09
- Decompress CPM 3 system files into drive A:
- Decompress CPM 2.2 system files into drive B:
- Decompress HiTech C files into drive C:
- Decompress ZORK1,2,3 into drive D:
It takes about 7 minutes to do all above, but they are all done automatically. Here is a YouTube video of the entire process. https://youtu.be/0L9N5JCj-V8
While this macro works well, it can use some improvements:
1. A way to slow down the 'send' command so there is small delay between each character sent. Right now I send 5 characters, wait 100mS, send 5 more, wait, etc. It works, but it is ugly.
2. A way to set the default directory for MACRO. Right now I specify the filepath to “c:\teraterm\newcf”; I like to have more flexibility where files are stored.
Software
All files required to create a new CF disk