mirror of
https://github.com/simh/simh.git
synced 2026-04-27 20:38:04 +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
|
#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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user