From 60d2eaf42b1f9af8e7235817a6d7eaaa42726522 Mon Sep 17 00:00:00 2001 From: Richard Cornwell Date: Tue, 21 Jun 2022 09:51:19 -0400 Subject: [PATCH] Updated Makefile and Visual Studio project to include extra devices on KL10. --- Visual Studio Projects/PDP10-KL.vcproj | 20 ++++++++++++++++++++ makefile | 13 +++++++------ 2 files changed, 27 insertions(+), 6 deletions(-) diff --git a/Visual Studio Projects/PDP10-KL.vcproj b/Visual Studio Projects/PDP10-KL.vcproj index 7875ac5b..2c573e40 100644 --- a/Visual Studio Projects/PDP10-KL.vcproj +++ b/Visual Studio Projects/PDP10-KL.vcproj @@ -213,6 +213,14 @@ RelativePath="..\PDP10\kx10_cpu.c" > + + + + @@ -221,6 +229,14 @@ RelativePath="..\PDP10\kx10_df.c" > + + + + @@ -237,6 +253,10 @@ RelativePath="..\PDP10\kx10_mt.c" > + + diff --git a/makefile b/makefile index e876d2f4..43c51bf5 100644 --- a/makefile +++ b/makefile @@ -2047,12 +2047,13 @@ KI10_LDFLAGS = -lusb-1.0 endif KL10D = ${SIMHD}/PDP10 -KL10 = ${KL10D}/kx10_cpu.c ${KL10D}/kx10_sys.c ${KL10D}/kx10_df.c \ - ${KL10D}/kx10_mt.c ${KL10D}/kx10_dc.c ${KL10D}/kx10_rh.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 +KL10 = ${KL10D}/kx10_cpu.c ${KL10D}/kx10_sys.c ${KL10D}/kx10_df.c \ + ${KA10D}/kx10_dp.c ${KA10D}/kx10_mt.c ${KA10D}/kx10_lp.c \ + ${KA10D}/kx10_pt.c ${KA10D}/kx10_dc.c ${KL10D}/kx10_rh.c \ + ${KA10D}/kx10_dt.c ${KA10D}/kx10_cr.c ${KA10D}/kx10_cp.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}/kl10_nia.c ${KL10D}/kx10_disk.c KL10_OPT = -DKL=1 -DUSE_INT64 -I $(KL10D) -DUSE_SIM_CARD ${NETWORK_OPT} KS10D = ${SIMHD}/PDP10