1
0
mirror of https://github.com/open-simh/simh.git synced 2026-01-26 04:02:39 +00:00

Updated Makefile and Visual Studio project to include extra devices on KL10.

This commit is contained in:
Richard Cornwell
2022-06-21 09:51:19 -04:00
parent d88aab9ae2
commit 60d2eaf42b
2 changed files with 27 additions and 6 deletions

View File

@@ -213,6 +213,14 @@
RelativePath="..\PDP10\kx10_cpu.c"
>
</File>
<File
RelativePath="..\PDP10\kx10_cp.c"
>
</File>
<File
RelativePath="..\PDP10\kx10_cr.c"
>
</File>
<File
RelativePath="..\PDP10\kx10_dc.c"
>
@@ -221,6 +229,14 @@
RelativePath="..\PDP10\kx10_df.c"
>
</File>
<File
RelativePath="..\PDP10\kx10_dp.c"
>
</File>
<File
RelativePath="..\PDP10\kx10_dt.c"
>
</File>
<File
RelativePath="..\PDP10\kx10_disk.c"
>
@@ -237,6 +253,10 @@
RelativePath="..\PDP10\kx10_mt.c"
>
</File>
<File
RelativePath="..\PDP10\kx10_pt.c"
>
</File>
<File
RelativePath="..\PDP10\kx10_rh.c"
>