Visual Studio Projects: Update PDP11 for NG and DAZ devices
Also update README.md to mention new PDP11 devices
This commit is contained in:
parent
a070a5375c
commit
a7e5791077
2 changed files with 22 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
. . [New Functionality](#new-functionality)
|
||||
. . . . [Remote Console Facility](#remote-console-facility)
|
||||
. . . . [VAX/PDP11 Enhancements](#vaxpdp11-enhancements)
|
||||
. . . . [PDP11 Specific Enhancements](#pdp11-specific-enhancements)
|
||||
. . . . [PDP10 Enhancements](#pdp10-enhancements)
|
||||
. . . . [SDS 940 Enhancements](#sds-940-enhancements)
|
||||
. . . . [Terminal Multiplexer additions](#terminal-multiplexer-additions)
|
||||
|
@ -132,6 +133,11 @@ A remote console session will close when an EOF character is entered (i.e. ^D or
|
|||
MicroVAX I has a SET CPU MODEL=(MicroVAX|VAXSTATION) command to change between system types
|
||||
MicroVAX II has a SET CPU MODEL=(MicroVAX|VAXSTATION) command to change between system types
|
||||
|
||||
#### PDP11 Specific Enhancements
|
||||
ROM (from Lars Brinkhoff) I/O page ROM support
|
||||
NG (from Lars Brinkhoff) Knight vector display
|
||||
DAZ (from Lars Brinkhoff) Dazzle Dart Input device
|
||||
|
||||
#### PDP10 Enhancements
|
||||
KDP11 (from Timothe Litt) for DECnet connectivity to simulators with DMC, DUP or KDP devices
|
||||
DMR11 for DECnet connectivity to simulators with DMC, DUP or KDP devices on TOPS10.
|
||||
|
|
|
@ -196,6 +196,10 @@
|
|||
RelativePath="..\display\display.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\display\ng.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\PDP11\pdp11_ch.c"
|
||||
>
|
||||
|
@ -216,6 +220,10 @@
|
|||
RelativePath="..\PDP11\pdp11_cr.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\PDP11\pdp11_daz.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\PDP11\pdp11_dc.c"
|
||||
>
|
||||
|
@ -268,6 +276,10 @@
|
|||
RelativePath="..\PDP11\pdp11_lp.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\PDP11\pdp11_ng.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\PDP11\pdp11_pclk.c"
|
||||
>
|
||||
|
@ -620,6 +632,10 @@
|
|||
RelativePath="..\display\display.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\display\ng.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\PDP11\pdp11_cpumod.h"
|
||||
>
|
||||
|
|
Loading…
Add table
Reference in a new issue