PDP11: Fix NG modifier wrong text.
This commit is contained in:
parent
d07cf9563f
commit
2a9826c265
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ UNIT ng_unit = {
|
|||
REG ng_reg[] = {
|
||||
{ DRDATAD (CYCLE, ng_unit.wait, 24, "NG cycle"), REG_NZ + PV_LEFT },
|
||||
{ GRDATAD(TYPE, ng_type, 16, 16, 0, "Hardware type"), REG_FIT},
|
||||
{ GRDATAD(SCALE, ng_scale, 16, 16, 0, "Hardware type"), REG_FIT},
|
||||
{ GRDATAD(SCALE, ng_scale, 16, 16, 0, "Pixel Scale Factor"), REG_FIT},
|
||||
{ NULL }
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue