https://github.com/roschmi/z80
Z80 Apps and Tests for Z80 Super EMUF and Z80 TERM 1
https://github.com/roschmi/z80
emuf retrocomputing term z80
Last synced: about 1 month ago
JSON representation
Z80 Apps and Tests for Z80 Super EMUF and Z80 TERM 1
- Host: GitHub
- URL: https://github.com/roschmi/z80
- Owner: RoSchmi
- Created: 2019-06-14T12:45:47.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-15T14:47:02.000Z (about 7 years ago)
- Last Synced: 2023-07-15T16:56:47.924Z (almost 3 years ago)
- Topics: emuf, retrocomputing, term, z80
- Language: Assembly
- Homepage:
- Size: 1.51 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Z80 Test-Apps for Z80 Super EMUF and Z80 TERM 1
Some applictations and tests made with Retro-Assembler and VS-Code for old (1983 and 1984) Z80 boards.
#### Z80 Super EMUF by W. Kanis GmbH
https://www.z80cpu.eu/mirrors/oldcomputers.dyndns.org/public/pub/manuals/info.html

and
#### Z80 Terminal and Graphik-Subsystem TERM 1 by Graf Elektronik Systeme GmbH
To find Google Search: mc-Grafik-Terminal
or at http://www.vintagecomputer.net/

Here are some little apps which can be used to for first test
### Z80_S_EMUF_Cmds_Interrupts.z80
Shows many basic functions of the S-EMUF board (Serial In/Out, Output to PIO,
Interrupt handling for a PIO Pin, Interrupt handling for Z80-CTC counter.
### Z80_Term_ReturnChar.z80
Shows how to run own code on the TERM 1 System.
The code must be transmitted to the board via the serial interface using the Windows Forms App:
Z80_Term_Utiliy (available in this Github Repo)
