1
0
mirror of https://github.com/simh/simh.git synced 2026-01-14 07:39:29 +00:00

AltairZ80: Add Tarbell Double-Density controller to makefile.

This commit is contained in:
Howard M. Harte 2022-11-13 09:38:22 -08:00 committed by Mark Pizzolato
parent 47d95a7a6c
commit 9662321f08

View File

@ -1946,6 +1946,7 @@ ALTAIRZ80 = ${ALTAIRZ80D}/altairz80_cpu.c ${ALTAIRZ80D}/altairz80_cpu_nommu.c \
${ALTAIRZ80D}/s100_ss1.c ${ALTAIRZ80D}/s100_64fdc.c \
${ALTAIRZ80D}/s100_scp300f.c \
${ALTAIRZ80D}/s100_tarbell.c \
${ALTAIRZ80D}/s100_tdd.c \
${ALTAIRZ80D}/wd179x.c ${ALTAIRZ80D}/s100_hdc1001.c \
${ALTAIRZ80D}/s100_if3.c ${ALTAIRZ80D}/s100_adcs6.c \
${ALTAIRZ80D}/m68k/m68kcpu.c ${ALTAIRZ80D}/m68k/m68kdasm.c ${ALTAIRZ80D}/m68k/m68kasm.c \