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:
@@ -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))];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user