mirror of
https://github.com/rcornwell/sims.git
synced 2026-03-10 20:34:47 +00:00
KA10: Add DN20 device to KL10 makefile.
This commit is contained in:
@@ -209,6 +209,10 @@
|
||||
RelativePath="..\PDP10\kl10_fe.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\PDP10\kl10_dn.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\PDP10\kl10_nia.c"
|
||||
>
|
||||
|
||||
2
makefile
2
makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user