mirror of
https://github.com/simh/simh.git
synced 2026-03-01 17:36:49 +00:00
PDP11: Fix NG device to have just one interrupt vector.
This commit is contained in:
@@ -54,7 +54,7 @@ const char *ng_description (DEVICE *dptr);
|
||||
#define IOLN_NG 4
|
||||
DIB ng_dib = {
|
||||
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 = {
|
||||
|
||||
Reference in New Issue
Block a user