1
0
mirror of https://github.com/open-simh/simh.git synced 2026-01-26 04:02:39 +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

@@ -410,6 +410,10 @@
RelativePath="..\AltairZ80\s100_tdd.c"
>
</File>
<File
RelativePath="..\AltairZ80\s100_tuart.c"
>
</File>
<File
RelativePath="..\AltairZ80\s100_vdm1.c"
>

View File

@@ -292,6 +292,7 @@
<ClCompile Include="..\AltairZ80\s100_ss1.c" />
<ClCompile Include="..\AltairZ80\s100_tarbell.c" />
<ClCompile Include="..\AltairZ80\s100_tdd.c" />
<ClCompile Include="..\AltairZ80\s100_tuart.c" />
<ClCompile Include="..\AltairZ80\s100_vdm1.c" />
<ClCompile Include="..\AltairZ80\sol20.c" />
<ClCompile Include="..\AltairZ80\vfdhd.c" />