1
0
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:
Mark Pizzolato 2020-03-01 12:07:34 -08:00
parent 471dbc5f66
commit 6da28c516f
2 changed files with 0 additions and 4 deletions

View File

@ -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 }
};

View File

@ -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 }
};