1
0
mirror of https://github.com/simh/simh.git synced 2026-05-02 22:22:48 +00:00

Added sim_disk (and sim_tape) to all Visual Studio Projects since the help function is referenced by scp

This commit is contained in:
Mark Pizzolato
2013-01-01 06:32:12 -08:00
parent b1d306cff8
commit 5859df3128
26 changed files with 212 additions and 0 deletions

View File

@@ -265,6 +265,10 @@
RelativePath="..\sim_console.c"
>
</File>
<File
RelativePath="..\sim_disk.c"
>
</File>
<File
RelativePath="..\sim_ether.c"
>
@@ -314,6 +318,10 @@
RelativePath="..\sim_defs.h"
>
</File>
<File
RelativePath="..\sim_disk.h"
>
</File>
<File
RelativePath="..\sim_ether.h"
>