1
0
mirror of https://github.com/simh/simh.git synced 2026-01-31 05:43:06 +00:00

PDP11: Update help for DLCJI device to include DLV11-E/DLV11-F on Qbus

This commit is contained in:
Mark Pizzolato
2022-07-30 11:01:09 -10:00
parent 8862263d7c
commit de84896469

View File

@@ -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))];
}