PDP11: Fix NG device to have just one interrupt vector.

This commit is contained in:
Lars Brinkhoff 2019-09-17 21:24:25 +02:00
parent 65c098ed1c
commit d07cf9563f

View file

@ -54,7 +54,7 @@ const char *ng_description (DEVICE *dptr);
#define IOLN_NG 4 #define IOLN_NG 4
DIB ng_dib = { DIB ng_dib = {
IOBA_AUTO, IOLN_NG, &ng_rd, &ng_wr, IOBA_AUTO, IOLN_NG, &ng_rd, &ng_wr,
4, IVCL(NG), VEC_AUTO, {NULL}, IOLN_NG 1, IVCL(NG), VEC_AUTO, {NULL}, IOLN_NG
}; };
UNIT ng_unit = { UNIT ng_unit = {