mirror of
https://github.com/open-simh/simh.git
synced 2026-01-17 00:34:02 +00:00
PDP11 and VAX: Fix TD device IBUF and OBUF register definitions
This commit is contained in:
parent
90eddfc733
commit
f07015078c
@ -702,8 +702,8 @@ static REG td_reg[] = {
|
||||
{ RDATA (OFFSET, offset, 16, "offset into current transfer") },
|
||||
{ RDATA (UNITNO, unitno, 16, "active unit number") },
|
||||
|
||||
{ BRDATAD (IBUF, td_ctlr[0].ibuf,16, 8, 512, "input buffer"), },
|
||||
{ BRDATAD (OBUF, td_ctlr[0].obuf,16, 8, 512, "output buffer"), },
|
||||
{ BRDATAD (IBUF, td_ctlr[0].ibuf,16, 8, TD_NUMBY+1, "input buffer"), },
|
||||
{ BRDATAD (OBUF, td_ctlr[0].obuf,16, 8, TD_NUMBY+1, "output buffer"), },
|
||||
{ NULL }
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user