z180 - relocate to Third Party/Z88DK

This commit is contained in:
Phillip Stevens 2020-04-21 14:02:11 +10:00
parent 2308387a34
commit c9f5e7f23d
3 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1,13 @@
<h1>z180 support</h1>
Description
-----------
This PR establishes support for a Zilog z180 port, using the Programmable Reload Timer 1, configured at 256 Hz.
Because of the generality of the z180, the address of the Interrupt Vector for PRT1 is configurable, and must be configured by the `crt0.asm` outside of this port. A configuration assumption has been made.
The two compilers ([used by the z88dk](https://github.com/z88dk/z88dk)) are supported. The sccz80 compiler and the sdcc compiler. The PR is located under Z88dk.
Background
-----------
This PR is based on running code for the [SC130](https://smallcomputercentral.wordpress.com/sc130-z180-motherboard/)/[SC131](https://smallcomputercentral.wordpress.com/sc131-z180-pocket-computer/) and [YAZ180](https://github.com/feilipu/yaz180) platforms, and is maintained by the z88dk team in this [z88dk-libraries](https://github.com/feilipu/z88dk-libraries/tree/master/freertos) repository.