VAX8200: Standardize model output strings for consistency
This commit is contained in:
parent
487e78ef36
commit
998f2a5254
1 changed files with 1 additions and 1 deletions
|
@ -811,7 +811,7 @@ return SCPE_OK;
|
|||
|
||||
t_stat cpu_print_model (FILE *st)
|
||||
{
|
||||
fprintf (st, "model=%s", (sys_model ? "8250" : "8200"));
|
||||
fprintf (st, "VAX %s", (sys_model ? "8250" : "8200"));
|
||||
return SCPE_OK;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue