1
0
mirror of https://github.com/open-simh/simh.git synced 2026-01-27 12:42:45 +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-06-08 17:18:58 -04:00
committed by Paul Koning
parent 5904fceddc
commit f1fb14d350
6 changed files with 748 additions and 1 deletions

View File

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