mirror of
https://github.com/simh/simh.git
synced 2026-01-25 19:56:25 +00:00
I1401, I7094, ID16, ID32, HP2100 and S3: Correct register definitions for checking
This commit is contained in:
@@ -83,7 +83,7 @@ REG cdr_reg[] = {
|
||||
{ FLDATA (S2, s2sel, 0) },
|
||||
{ DRDATA (POS, cdr_unit.pos, T_ADDR_W), PV_LEFT },
|
||||
{ DRDATA (TIME, cdr_unit.wait, 24), PV_LEFT },
|
||||
{ BRDATA (BUF, rbuf, 8, 8, CDR_WIDTH) },
|
||||
{ BRDATA (BUF, rbuf, 8, 8, sizeof (rbuf)) },
|
||||
{ NULL }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user