PDP10: Change display of CPU memory size to be in KW (1024) instead of (1000)

This commit is contained in:
Mark Pizzolato 2014-02-13 08:22:49 -08:00
parent 2b512818e9
commit d50d9529a8

View file

@ -336,7 +336,7 @@ extern t_stat tim_set_mod (UNIT *uptr, int32 val, char *cptr, void *desc);
cpu_mod CPU modifier list 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[] = { REG cpu_reg[] = {
{ ORDATA (PC, saved_PC, VASIZE) }, { ORDATA (PC, saved_PC, VASIZE) },