mirror of
https://github.com/simh/simh.git
synced 2026-04-20 09:36:17 +00:00
PDP10, PDP11, VAX: const cleanup
This commit is contained in:
@@ -567,7 +567,7 @@ fprintf (st, (sys_model ? "VAXstation I" : "MicroVAX I"));
|
||||
return SCPE_OK;
|
||||
}
|
||||
|
||||
t_stat cpu_model_help (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, char *cptr)
|
||||
t_stat cpu_model_help (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, const char *cptr)
|
||||
{
|
||||
fprintf (st, "Initial memory size is 4MB.\n\n");
|
||||
fprintf (st, "The simulator is booted with the BOOT command:\n\n");
|
||||
|
||||
Reference in New Issue
Block a user