mirror of
https://github.com/open-simh/simh.git
synced 2026-05-02 22:33:04 +00:00
Clean up output formatting for SHOW DEVICE, SHOW CONFIG and changed SHOW SYSTEM to SHOW FEATURES
This commit is contained in:
@@ -1628,7 +1628,7 @@ return SCPE_OK;
|
||||
|
||||
t_stat cpu_print_model (FILE *st)
|
||||
{
|
||||
fprintf (st, "VAX 3900");
|
||||
fprintf (st, "MicroVAX 3900");
|
||||
return SCPE_OK;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user