This is an old revision of the document!


ZZ80RC, A Z280 Single-board Computer in Z80-Compatible Mode for RC2014

Introduction

ZZ80RC (Double-Z80 for RC2014) is a single-board Z280 computer configured to Z80-bus compatible mode. It has a RC2014-compatible connector and is designed to interface with RC2014 I/O modules. ZZ80RC is based on through-hole components and the same form factor as a standard RC2014 board (100mm x 50mm).

www.retrobrewcomputers.org_lib_plugins_ckgedit_fckeditor_userfiles_image_builderpages_plasmo_zz80rc_dsc_37300803.jpg

Features

  • Z280 CPU configured to Z80-compatible mode running at 24MHz with bus speed of 12 MHz.
  • 1/2 megbyte of non-volatile RAM
  • RAM-only system, programs are loaded into the non-volatile RAM in UART-bootstrap mode.
  • CP/M 2.2 ready.
  • Two drives mapped to non-volatile RAM. Drive A: contains CP/M2.2 system files; drive B: is 256Kbyte of RAM drive.
  • One internal UART at 115200 baud, odd parity, no handshake
  • bootstrap to ZZ80Mon, a simple monitor
  • A standalone single-board computer with I/O expansion bus compatible with RC2014 I/O bus

Modes of Operation

ZZ80RC has two modes of operation as determined by the Bootstrap jumper at power up (see picture below for location of bootstrapjumper). Jumper moved to the corner of the board (T11) set the UART bootstrap mode; jumper moved to (T9) set the RAM bootstrap mode.

UART Bootstrap

At power up the Z280 CPU is held in idle state until 256 bytes of instruction is uploaded to UART (115200 baud, odd parity, and no handshake) which is then copied to memory starting from location 0x0. Afterward the CPU starts execution from 0x0. In UART bootstrap mode, the program “LoadnGo.run” is send to the UART. LoadnGo contains a 256 bytes binary file that loads the following ZZ80Mon in Intel Hex format and then jump to the starting address of ZZ80Mon. This is the mode to load programs into the non-volatile RAM prior to booting via the RAM bootstrap mode.

RAM Bootstrap

This is normal mode of operation. At powerup, the MMU is disabled and CPU fetches program from physical location 0 which contains the bootstrap monitor. The bootstrap monitor enables the MMU and write protect physical page 0 where bootstrap monitor resides. It then makes a copy of itself to 0xB000-0xBFFF and jump to it. Lastly the physical page 0 is replaced with logical page 0 which mapped to different physical page. This way the physical page 0 containing the bootstrap monitor is write protected and moved out of way. The application program will have unfettered access to all 64K space of ZZ80.

www.retrobrewcomputers.org_lib_plugins_ckgedit_fckeditor_userfiles_image_builderpages_plasmo_zz80rc_zz80_annotated_copy.jpg

Design Files

Schematic

Gerber photoplots, the pc board was manufactured by Seeed Studio

Bill of Materials

Engineering Changes

Build log

Software

This is place holder for various ZZ80RC software. For now the software are unmodified Z280RC software. While there are differences between Z280RC and ZZ80RC, they share many commonalities such that the software run well enough to checkout the hardware.

UART Bootstrap software, LoadnGo.run, loads the 256-byte bootstrap first which, in turn, loads ZZMon and transfer control to it. If TeraTerm is the terminal software, set the serial port transmission delay to 1 msec/line and check the 'Binary' box in Send file menu. The transmission delay and checked Binary box are necessary only for loading LoadnGo.run. All subsequent file loads are with zero transmission delay and Binary box unchecked.

SCMonitor is a sophisticated monitor developed by Steve Cousins. It has many features, among them a version of MS BASIC that runs well on ZZ80RC. This version of SCMonitor is compiled for Z280RC but works well in ZZ80RC.

Manuals

References

builderpages/plasmo/zz80rc.1533784166.txt.gz · Last modified: 2018/08/08 23:09 by plasmo
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0