1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-02-18 05:24:19 +00:00

KA10: Fix address of DUP11 interface.

This commit is contained in:
Richard Cornwell
2022-01-29 14:47:32 -05:00
parent 861d06effd
commit db9c0fa9ef

View File

@@ -313,7 +313,7 @@ static BITFIELD dup_txdbuf_bits[] = {
#define IOLN_DUP 010
DIB dup_dib = { 760300, 017, 0570, 5, 3, &dup_rd, &dup_wr, &dup_irq, 0, 0};
DIB dup_dib = { 0760300, 017, 0570, 5, 3, &dup_rd, &dup_wr, &dup_irq, 0, 0};
static UNIT dup_unit_template = {
UDATA (&dup_svc, UNIT_ATTABLE|UNIT_IDLE, 0),