1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-01-11 23:52:48 +00:00

KA10: Add DN20 device to KL10 makefile.

This commit is contained in:
Richard Cornwell 2022-01-29 13:58:23 -05:00
parent 0e19f8b499
commit ec5343c9f2
2 changed files with 5 additions and 1 deletions

View File

@ -209,6 +209,10 @@
RelativePath="..\PDP10\kl10_fe.c"
>
</File>
<File
RelativePath="..\PDP10\kl10_dn.c"
>
</File>
<File
RelativePath="..\PDP10\kl10_nia.c"
>

View File

@ -2153,7 +2153,7 @@ KL10 = ${KL10D}/kx10_cpu.c ${KL10D}/kx10_sys.c ${KL10D}/kx10_df.c \
${KL10D}/kx10_rp.c ${KL10D}/kx10_tu.c ${KL10D}/kx10_rs.c \
${KL10D}/kx10_imp.c ${KL10D}/kl10_fe.c ${KL10D}/ka10_pd.c \
${KL10D}/ka10_ch10.c ${KL10D}/kx10_lp.c ${KL10D}/kl10_nia.c \
${KL10D}/kx10_disk.c
${KL10D}/kx10_disk.c ${KL10D}/kl10_dn.c
KL10_OPT = -DKL=1 -DUSE_INT64 -I $(KL10D) ${NETWORK_OPT}
KS10D = ${SIMHD}/PDP10