mirror of
https://github.com/simh/simh.git
synced 2026-01-26 12:02:14 +00:00
PDP10: Change display of CPU memory size to be in KW (1024) instead of (1000)
This commit is contained in:
@@ -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) },
|
||||
|
||||
Reference in New Issue
Block a user