This App writes CP/M v2.2 operating system to a formated compact flash card. Note this is based on Grant Searle’s implementation of CP/M and is not the same format used by RomWBW. This format is compatible with the official distributions for RC2014 systems, LiNC80 systems, and Z50Bus systems.
- The latest versions can be found here.
Older versions
Below are the recommended versions for:
- Z50Bus systems (Z80, Serial=SIO, CF=128MB+)
- Z50Bus systems (Z80, Serial=SIO, CF=64MB)
- RC2014 systems (Z80, Serial=SIO, CF=128MB+)
- RC2014 systems (Z80, Serial=SIO, CF=64MB)
- RC2014 systems (Z80, Serial=ACIA, CF=128MB+)
- RC2014 systems (Z80, Serial=ACIA, CF=64MB)
- RC2014 systems (Z80, Serial=BITBANG, CF=128MB)
- RC2014 systems (Z80, Serial=BITBANG, CF=64MB)
- LiNC80 SBC1 system (Z80, Serial=SIO, CF=128MB+)
- LiNC80 SBC1 system (Z80, Serial=SIO, CF=64MB)
Recommended for Z50Bus systems (SIO, 128MB+) |
Requirements: Small Computer Monitor (SCM) v1.0 or later Z80 processor (eg. SC516, SC518) Z80 SIO serial port (eg. SC511, SC521) Compact flash card at address 0x90 (eg. SC504) Compact Flash card size 128MB or larger |
PutSysPlus_Z50Bus_Z80_SIOx80_CFx90_CF128_code8000.hex |
Version 2022-03-01 |
Recommended for Z50Bus systems (SIO, 64MB) |
Requirements: Small Computer Monitor (SCM) v1.0 or later Z80 processor (eg. SC516, SC518) Z80 SIO serial port (eg. SC511, SC521) Compact flash card at address 0x90 (eg. SC504) Compact Flash card size 64MB or larger |
PutSysPlus_Z50Bus_Z80_SIOx80_CFx90_CF64_code8000.hex |
Version 2022-03-01 |
Recommended for RC2014 systems (SIO, 128MB+) |
Requirements: Small Computer Monitor (SCM) v1.0 or later Z80 processor Z80 SIO serial port (at 0x80) Compact flash card (at 0x10) Compact Flash card size 128MB or larger |
PutSysPlus_RC2014_Z80_SIOx80_CFx10_CF128_code8000.hex |
Version 2022-03-01 |
Recommended for RC2014 systems (SIO, 64MB) |
Requirements: Small Computer Monitor (SCM) v1.0 or later Z80 processor Z80 SIO serial port (at 0x80) Compact flash card (at 0x10) Compact Flash card size 64MB or larger |
PutSysPlus_RC2014_Z80_SIOx80_CFx90_CF64_code8000.hex |
Version 2022-03-01 |
Recommended for RC2014 systems (ACIA, 128MB+) |
Requirements: Small Computer Monitor (SCM) v1.0 or later Z80 processor ACIA serial port (at 0x80) Compact flash card (at 0x10) Compact Flash card size 128MB or larger |
PutSysPlus_RC2014_Z80_ACIAx80_CFx10_CF128_code8000.hex |
Version 2022-03-01 |
Recommended for RC2014 systems (ACIA, 64MB) |
Requirements: Small Computer Monitor (SCM) v1.0 or later Z80 processor ACIA serial port (at 0x80) Compact flash card (at 0x10) Compact Flash card size 64MB or larger |
PutSysPlus_RC2014_Z80_ACIAx80_CFx10_CF64_code8000.hex |
Version 2022-03-01 |
Recommended for RC2014 systems (BITBANG, 128MB) |
Requirements: Small Computer Monitor (SCM) v1.0 or later Z80 processor BITBANG serial port (at 0x28) eg. SC114 Compact flash card (at 0x10) Compact Flash card size 128MB or larger |
PutSysPlus_RC2014_Z80_BITBANGx28_CFx10_CF128_code8000.hex |
Version 2022-03-01 |
Recommended for RC2014 systems (BITBANG, 64MB) |
Requirements: Small Computer Monitor (SCM) v1.0 or later Z80 processor BITBANG serial port (at 0x28) eg. SC114 Compact flash card (at 0x10) Compact Flash card size 64MB or larger |
PutSysPlus_RC2014_Z80_BITBANGx28_CFx10_CF64_code8000.hex |
Version 2022-03-01 |
Recommended for LiNC80 SBC1 system (SIO, 128MB+) |
Requirements: Small Computer Monitor (SCM) v1.0 or later Z80 processor Z80 SIO serial port (at 0x00) Compact flash card (at 0x10) Compact Flash card size 128MB or larger |
PutSysPlus_LiNC80_Z80_SIOx00_CFx10_CF128_code8000.hex |
Version 2022-03-01 |
Recommended for LiNC80 SBC1 system (SIO, 64MB) |
Requirements: Small Computer Monitor (SCM) v1.0 or later Z80 processor Z80 SIO serial port (at 0x00) Compact flash card (at 0x10) Compact Flash card size 128MB or larger |
PutSysPlus_LiNC80_Z80_SIOx00_CFx10_CF64_code8000.hex |
Version 2022-03-01 |
Source code |
The source code is include in the SCWorkshop download |
Source code version 2022-03-01 |