1
0
mirror of https://github.com/simh/simh.git synced 2026-01-27 20:37:50 +00:00

AltairZ80: Adds Cromemco TUART devices

Adds the following devices to AltairZ80:

TUART0: Cromemco FDC controller TUART console port at I/O address 0x00.
TUART1: Cromemco TU-ART port A at I/O address 0x20.
TUART2: Cromemco TU-ART port B at I/I address 0x50.

These devices are fully TMXR capable.
This commit is contained in:
Patrick Linstruth
2024-05-23 13:08:43 -10:00
committed by Mark Pizzolato
parent bcf854ee10
commit a79fc59d06
4 changed files with 764 additions and 1 deletions

View File

@@ -2072,6 +2072,7 @@ ALTAIR_OPT = -I ${ALTAIRD}
ALTAIRZ80D = ${SIMHD}/AltairZ80
ALTAIRZ80 = ${ALTAIRZ80D}/altairz80_cpu.c ${ALTAIRZ80D}/altairz80_cpu_nommu.c \
${ALTAIRZ80D}/s100_tuart.c \
${ALTAIRZ80D}/s100_jair.c \
${ALTAIRZ80D}/sol20.c \
${ALTAIRZ80D}/s100_vdm1.c \