This is Release Version 2.4 of CP/M-IDE.
Updated June 2025 using z88dk v2.3 daily build and compiled with zsdcc v4.5.0.
Chose the appropriate HEX file for your RC2014 hardware, and write it to a 32kB or 64kB ROM.
- RC2014 Pro default hardware using CF Module -
rc2014-cpm22-z80-cf-sio.hex - RC2014 Pro with IDE Hard Drive Module -
rc2014-cpm22-z80-pata-sio.hex - RC2014 Classic with 64kB RAM, 64kB ROM Modules using ACIA Serial Module and CF Module -
rc2014-cpm22-z80-cf-acia.hex - RC2014 Pro with 8085 CPU Module and ACIA Serial Module using CF Module -
rc2014-cpm22-8085-cf-acia.hex
Using the YASH.COM, YASHCF.COM, or YASH85CF application appropriate for your system additional CP/M drives can be created, duplicated, or deleted on the host FAT drive from within CP/M. Upload the appropriate yash version for use, with the XMODEM.COM utility from the system utilities drive. The application can be customised or modified by compiling the yash.c file, using the instructions found in the source file. Otherwise, the cpmtools can be used to create, duplicate or delete CP/M drives with the IDE drive attached to a host computer.
- Added BDOS functions #37 Selectively reset disc drives, and #40 Write random with zero fill, which had been omitted.
- Made the initial shell disk access functions interrupt safe. No effect on CP/M.
- Updated FatFS to use version 15a patch 1 for shell disk access.
- Made BDOS entry compliant with convention, for compatiblity.
- Rework the BIOS serial I/O handling.
For detailed information on creating these builds and other background information, such as using z88dk, please read further.
UART builds have been held back pending release of a new UART Module version.