mirror of
https://github.com/open-simh/simh.git
synced 2026-01-15 08:04:00 +00:00
VAX730, VAX750: Remove invalid REGister definitions in console TU58 (TD) device
This commit is contained in:
parent
471dbc5f66
commit
6da28c516f
@ -386,8 +386,6 @@ REG td_reg[] = {
|
||||
{ DRDATAD (STIME, td_regval,24, "seek, per block"), PV_LEFT },
|
||||
{ DRDATAD (XTIME, td_regval,24, "tr set time"), PV_LEFT },
|
||||
{ DRDATAD (ITIME, td_regval,24, "init time"), PV_LEFT },
|
||||
{ BRDATAD (IBUF, &td_regval,16, 8, 512, "input buffer"), },
|
||||
{ BRDATAD (OBUF, &td_regval,16, 8, 512, "output buffer"), },
|
||||
{ NULL }
|
||||
};
|
||||
|
||||
|
||||
@ -379,8 +379,6 @@ REG td_reg[] = {
|
||||
{ DRDATAD (STIME, td_regval,24, "seek, per block"), PV_LEFT },
|
||||
{ DRDATAD (XTIME, td_regval,24, "tr set time"), PV_LEFT },
|
||||
{ DRDATAD (ITIME, td_regval,24, "init time"), PV_LEFT },
|
||||
{ BRDATAD (IBUF, &td_regval,16, 8, 512, "input buffer"), },
|
||||
{ BRDATAD (OBUF, &td_regval,16, 8, 512, "output buffer"), },
|
||||
{ NULL }
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user