From db9c0fa9ef7c3ed86cda885919afd62939f964c9 Mon Sep 17 00:00:00 2001 From: Richard Cornwell Date: Sat, 29 Jan 2022 14:47:32 -0500 Subject: [PATCH] KA10: Fix address of DUP11 interface. --- PDP10/ks10_dup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PDP10/ks10_dup.c b/PDP10/ks10_dup.c index c70e2a6..275169a 100644 --- a/PDP10/ks10_dup.c +++ b/PDP10/ks10_dup.c @@ -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),