1
0
mirror of https://github.com/simh/simh.git synced 2026-01-11 23:52:58 +00:00

KA10: Removed REG_UNIT.

This commit is contained in:
Richard Cornwell 2022-06-21 19:32:53 -04:00 committed by Mark Pizzolato
parent 1a8029996b
commit 6c919c41e1

View File

@ -109,8 +109,8 @@ UNIT ptr_unit = {
};
REG ptr_reg[] = {
{ DRDATA (STATUS, ptr_unit.STATUS, 18), PV_LEFT | REG_UNIT},
{ DRDATA (TIME, ptr_unit.wait, 24), PV_LEFT | REG_UNIT},
{ URDATA (STATUS, ptr_unit.STATUS, 8, 18, 0, 1, PV_LEFT) },
{ URDATA (TIME, ptr_unit.wait, 10, 24, 0, 1, PV_LEFT) },
{ NULL }
};