PDP10: Change display of CPU memory size to be in KW (1024) instead of (1000)
This commit is contained in:
parent
2b512818e9
commit
d50d9529a8
1 changed files with 1 additions and 1 deletions
|
@ -336,7 +336,7 @@ extern t_stat tim_set_mod (UNIT *uptr, int32 val, char *cptr, void *desc);
|
|||
cpu_mod CPU modifier list
|
||||
*/
|
||||
|
||||
UNIT cpu_unit = { UDATA (NULL, UNIT_FIX, MAXMEMSIZE) };
|
||||
UNIT cpu_unit = { UDATA (NULL, UNIT_FIX + UNIT_BINK, MAXMEMSIZE) };
|
||||
|
||||
REG cpu_reg[] = {
|
||||
{ ORDATA (PC, saved_PC, VASIZE) },
|
||||
|
|
Loading…
Add table
Reference in a new issue