Skip to content

wwarthen/CPU280

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CPU280 System Software

Background

In the early 1990's, Tilmann Reh designed and produced a small number of single-board computers based on the Zilog Z280 CPU chip. The Z280 CPU was a significant successor to the populate Zilog Z80 CPU. However, the Z280 was never incorporated into any commercially producted computer. The CPU280 System represents the only known functional implementation of this CPU.

In 2016, Lamar Owens had a small new run of the CPU280 system PCB's created and is working with the RetroBrew Computers community (see http://www.retrobrewcomputers.org) to recreate this historically interesting system. The new PCBs have proven to be fully functional. This repository has been created to function as a central, version-controled location for ongoing development of the system software supporting the CPU280 computer.

The system software is built upon Digital Research CP/M Plus. Additionally, an adaptation of ZPM/ZCCP is also included. ZPM/ZCCP is an operating system created by Simeon Cran that provides compatibility with both CP/M Plus and ZCPR3.

Repository Contents

The contents of the repository are organized into the following directories:

Directory Description
SYSTEM contains both the ROM firmware and the CP/M Plus OS adaptation
FORMAT contains a custom floppy disk formatting tool for the CPU280
IDETEST contains a program to test the ECB-IDE companion board and IDE drives (German)
ZPM3 contains the ZPM OS adaptation
ZCCP contains the ZCCP Command Processor that pairs with ZPM3
Tools contains assorted programs used to build the software via Windows command line
Floppy contains scripts and files to create bootable floppy images

Note that there is a second branch in this repository named "zsm". This branch uses the ZSM assembler instead of the PRE280 and SLR180 combination. The ZSM assembler contains native support for Z280 instructions. The product of the ZSM based build is believed to be functionally identical to the standard build.

The source in the zsm branch has been modified as follows:

  1. Achive compatibility with the ZSM assembler
  2. Comments converted from German to English

Build Process

The build process currently assumes a Microsoft Windows environment (either 32 or 64 bit Windows). It is entirely possible to build under Linux (some people have done this), but will require adapting the build scripts.

In general, the software and firmware is built by opening a command prompt and issuing the command "Build" in each of the following directories. The build process has depencies, so it is necessary to follow the specified order. Some directories also have ReadMe.txt files that provide additional information.

If your system has more than just the CPU280 board, you must update the loader.mac and system.mac files in the SYSTEM directory. For example, if you want support for an IDE board, you need to change the "ide" equate from false to true in both files.

To build the firmware and software, run the "Build" command in these directories in the order listed:

  1. FORMAT: Creates the format.com program. This build utilizes Turbo Pascal and requires manual intervention -- see ReadMe.txt for more information.
  2. IDETEST: Creates the idetest.com program. This build utilizes Turbo Pascal and requires manual intervention -- see ReadMe.txt for more information.
  3. SYSTEM: Creates the ROM firmware for system booting and includes a ROM-based version of CP/M Plus. The files system.odd and system.evn are produced in this step which are the odd and even portions of the ROM firmware. This step also produces the cpm3.sys program for inclusion on floppy boot disks. Make sure to verify/edit the loader.mac and system.mac files before running "Build" here.
  4. ZPM3: Creates the ZPM/ZCCP variant of the system. It produces versions of system.odd and system.evn that can be used as system ROM firmware if you want to boot ZPM/ZCCP from ROM. This step also produces a variant of cpm3.sys which contains ZPM for inclusion on boot floppy disks.
  5. Floppy: Creates boot floppy images. Two floppy images are created: 1) CP/M Plus, and 2) ZPM/ZCCP. Both images are bootable and can be written to a standard IBM 1.44MB formatted floppy disk with a tool such as RawWrite for Windows.

Additional Information

The best source of information for this project is the RetroBrew Computers Community Forum which can be found at http://www.retrobrewcomputers.org/forum/