mirror of
https://github.com/simh/simh.git
synced 2026-01-26 12:02:14 +00:00
PDP11: Fix NG modifier wrong text.
This commit is contained in:
@@ -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 }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user