From 55f0dd7369f08ab4db3505cf31f840dfe9fbad5c Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Sun, 27 Sep 2020 09:37:05 -0700 Subject: [PATCH] PDP11, VAX: Update XQ device help information --- PDP11/pdp11_xq.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/PDP11/pdp11_xq.c b/PDP11/pdp11_xq.c index 2ba72797..39a610cb 100644 --- a/PDP11/pdp11_xq.c +++ b/PDP11/pdp11_xq.c @@ -3373,9 +3373,10 @@ const char helpString[] = /****************************************************************************/ "1 Dependencies\n" #if defined(_WIN32) - " The WinPcap package must be installed in order to enable\n" + " The NPcap or WinPcap package must be installed in order to enable\n" " communication with other computers on the local LAN.\n" "\n" + " The NPcap package is available from https://github.com/nmap/npcap\n" " The WinPcap package is available from http://www.winpcap.org/\n" #else " To build simulators with the ability to communicate to other computers\n" @@ -3421,6 +3422,9 @@ const char helpString[] = " The other simulated Ethernet devices include:\n" "\n" "++DEUNA/DELUA Unibus PDP11 and VAX simulators\n" + "++XS VAX simulators\n" + "++NI AT&T 3b2 simulator\n" + "++NIA-20 KL10 simulator\n" "\n" ; return scp_help (st, dptr, uptr, flag, helpString, cptr);