mirror of
https://github.com/simh/simh.git
synced 2026-01-13 23:35:57 +00:00
PDP10: Change display of CPU memory size to be in KW (1024) instead of (1000)
This commit is contained in:
parent
2b512818e9
commit
d50d9529a8
@ -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…
x
Reference in New Issue
Block a user