Updated Makefile and Visual Studio project to include extra devices on KL10.
This commit is contained in:
parent
d88aab9ae2
commit
60d2eaf42b
2 changed files with 27 additions and 6 deletions
|
@ -213,6 +213,14 @@
|
||||||
RelativePath="..\PDP10\kx10_cpu.c"
|
RelativePath="..\PDP10\kx10_cpu.c"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\PDP10\kx10_cp.c"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\PDP10\kx10_cr.c"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\PDP10\kx10_dc.c"
|
RelativePath="..\PDP10\kx10_dc.c"
|
||||||
>
|
>
|
||||||
|
@ -221,6 +229,14 @@
|
||||||
RelativePath="..\PDP10\kx10_df.c"
|
RelativePath="..\PDP10\kx10_df.c"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\PDP10\kx10_dp.c"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\PDP10\kx10_dt.c"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\PDP10\kx10_disk.c"
|
RelativePath="..\PDP10\kx10_disk.c"
|
||||||
>
|
>
|
||||||
|
@ -237,6 +253,10 @@
|
||||||
RelativePath="..\PDP10\kx10_mt.c"
|
RelativePath="..\PDP10\kx10_mt.c"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\PDP10\kx10_pt.c"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\PDP10\kx10_rh.c"
|
RelativePath="..\PDP10\kx10_rh.c"
|
||||||
>
|
>
|
||||||
|
|
13
makefile
13
makefile
|
@ -2047,12 +2047,13 @@ KI10_LDFLAGS = -lusb-1.0
|
||||||
endif
|
endif
|
||||||
|
|
||||||
KL10D = ${SIMHD}/PDP10
|
KL10D = ${SIMHD}/PDP10
|
||||||
KL10 = ${KL10D}/kx10_cpu.c ${KL10D}/kx10_sys.c ${KL10D}/kx10_df.c \
|
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 \
|
${KA10D}/kx10_dp.c ${KA10D}/kx10_mt.c ${KA10D}/kx10_lp.c \
|
||||||
${KL10D}/kx10_rp.c ${KL10D}/kx10_tu.c ${KL10D}/kx10_rs.c \
|
${KA10D}/kx10_pt.c ${KA10D}/kx10_dc.c ${KL10D}/kx10_rh.c \
|
||||||
${KL10D}/kx10_imp.c ${KL10D}/kl10_fe.c ${KL10D}/ka10_pd.c \
|
${KA10D}/kx10_dt.c ${KA10D}/kx10_cr.c ${KA10D}/kx10_cp.c \
|
||||||
${KL10D}/ka10_ch10.c ${KL10D}/kx10_lp.c ${KL10D}/kl10_nia.c \
|
${KL10D}/kx10_rp.c ${KL10D}/kx10_tu.c ${KL10D}/kx10_rs.c \
|
||||||
${KL10D}/kx10_disk.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}
|
KL10_OPT = -DKL=1 -DUSE_INT64 -I $(KL10D) -DUSE_SIM_CARD ${NETWORK_OPT}
|
||||||
|
|
||||||
KS10D = ${SIMHD}/PDP10
|
KS10D = ${SIMHD}/PDP10
|
||||||
|
|
Loading…
Add table
Reference in a new issue