1
0
mirror of https://github.com/open-simh/simh.git synced 2026-05-05 15:43:58 +00:00

PDP11,VAX: Corrected the KRQ50 controller id code (from Bob Armstrong)

This commit is contained in:
Mark Pizzolato
2013-12-04 09:55:28 -08:00
parent 577f921014
commit 7ebc991b5d

View File

@@ -677,8 +677,8 @@ x RA73 70(+1) 21 2667+ 21 1 ? 3920490
// There was actually a UNIBUS RRD50 controller too, but I don't know if it // There was actually a UNIBUS RRD50 controller too, but I don't know if it
// used the same MSCP type as the QBUS version or not... // used the same MSCP type as the QBUS version or not...
#define KRQ50_CTYPE 6 // QBUS RRD40/50 CDROM controller #define KRQ50_CTYPE 6 // QBUS RRD40/50 CDROM controller
#define KRQ50_UQPM 13 #define KRQ50_UQPM 16
#define KRQ50_MODEL 13 #define KRQ50_MODEL 16
struct drvtyp { struct drvtyp {
int32 sect; /* sectors */ int32 sect; /* sectors */