diff --git a/README.md b/README.md
index 52973433..39252c9a 100644
--- a/README.md
+++ b/README.md
@@ -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.
diff --git a/Visual Studio Projects/PDP11.vcproj b/Visual Studio Projects/PDP11.vcproj
index ed509607..54a99c95 100644
--- a/Visual Studio Projects/PDP11.vcproj
+++ b/Visual Studio Projects/PDP11.vcproj
@@ -196,6 +196,10 @@
RelativePath="..\display\display.c"
>
+
+
@@ -216,6 +220,10 @@
RelativePath="..\PDP11\pdp11_cr.c"
>
+
+
@@ -268,6 +276,10 @@
RelativePath="..\PDP11\pdp11_lp.c"
>
+
+
@@ -620,6 +632,10 @@
RelativePath="..\display\display.h"
>
+
+