mirror of
https://github.com/simh/simh.git
synced 2026-01-26 12:02:14 +00:00
Unibus and Qbus VAXen: Add DUP-11/DPV-11 device
These devices start disabled and will be that way in essentially all working systems, but there apparently was a DECnet Phase V support for this device, so it is added to all systems. The DPV should now be readily testable. As mentioned in #1152. That PR will fix the DUP device.
This commit is contained in:
@@ -200,6 +200,10 @@
|
||||
RelativePath="..\PDP11\pdp11_cr.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\PDP11\pdp11_dup.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\PDP11\pdp11_dz.c"
|
||||
>
|
||||
@@ -560,6 +564,10 @@
|
||||
RelativePath="..\PDP11\pdp11_cr_dat.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\PDP11\pdp11_dup.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\PDP11\pdp11_io_lib.h"
|
||||
>
|
||||
|
||||
@@ -95,7 +95,7 @@
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Copy result to Model based binary name (MicroVAX3900.exe)"
|
||||
CommandLine="if exist "$(TargetPath)" copy "$(TargetPath)" "$(TargetDir)MicroVAX3900$(TargetExt)" 
Post-Build-Event.cmd VAX "$(TargetDir)$(TargetName).exe" vax-diag_test"
|
||||
CommandLine="if exist "$(TargetPath)" copy "$(TargetPath)" "$(TargetDir)MicroVAX3900$(TargetExt)"
Post-Build-Event.cmd VAX "$(TargetDir)$(TargetName).exe" vax-diag_test
"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
@@ -185,7 +185,7 @@
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Copy result to Model based binary name (MicroVAX3900.exe)"
|
||||
CommandLine="if exist "$(TargetPath)" copy "$(TargetPath)" "$(TargetDir)MicroVAX3900$(TargetExt)" 
Post-Build-Event.cmd VAX "$(TargetDir)$(TargetName).exe" vax-diag_test"
|
||||
CommandLine="if exist "$(TargetPath)" copy "$(TargetPath)" "$(TargetDir)MicroVAX3900$(TargetExt)"
Post-Build-Event.cmd VAX "$(TargetDir)$(TargetName).exe" vax-diag_test
"
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
@@ -200,6 +200,10 @@
|
||||
RelativePath="..\PDP11\pdp11_cr.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\PDP11\pdp11_dup.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\PDP11\pdp11_dz.c"
|
||||
>
|
||||
@@ -548,6 +552,10 @@
|
||||
RelativePath="..\PDP11\pdp11_cr_dat.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\PDP11\pdp11_dup.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\PDP11\pdp11_io_lib.h"
|
||||
>
|
||||
|
||||
@@ -206,6 +206,10 @@
|
||||
RelativePath="..\PDP11\pdp11_dmc.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\PDP11\pdp11_dup.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\PDP11\pdp11_dz.c"
|
||||
>
|
||||
|
||||
@@ -206,6 +206,10 @@
|
||||
RelativePath="..\PDP11\pdp11_dmc.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\PDP11\pdp11_dup.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\PDP11\pdp11_dz.c"
|
||||
>
|
||||
|
||||
@@ -206,6 +206,10 @@
|
||||
RelativePath="..\PDP11\pdp11_dmc.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\PDP11\pdp11_dup.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\PDP11\pdp11_dz.c"
|
||||
>
|
||||
|
||||
@@ -206,6 +206,10 @@
|
||||
RelativePath="..\PDP11\pdp11_dmc.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\PDP11\pdp11_dup.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\PDP11\pdp11_dz.c"
|
||||
>
|
||||
|
||||
@@ -206,6 +206,10 @@
|
||||
RelativePath="..\PDP11\pdp11_dmc.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\PDP11\pdp11_dup.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\PDP11\pdp11_dz.c"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user