From de84896469b609349fe1401239d078ccf6c103e1 Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Sat, 30 Jul 2022 11:01:09 -1000 Subject: [PATCH] PDP11: Update help for DLCJI device to include DLV11-E/DLV11-F on Qbus --- PDP11/pdp11_dl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PDP11/pdp11_dl.c b/PDP11/pdp11_dl.c index 6b7ff283..a4771964 100644 --- a/PDP11/pdp11_dl.c +++ b/PDP11/pdp11_dl.c @@ -915,7 +915,7 @@ static const char *devices[] = { "KL11/DL11-A/DL11-B", "DL11-C/DL11-D/DL11-E", "DLV11-E/DLV11-F", - "DLV11-J", + "DLV11-J/DLV11-E/DLV11-F", }; return devices[((UNIBUS == 0) << 1) + ((dptr != &dli_dev) & (dptr != &dlo_dev))]; }