1
0
mirror of https://github.com/simh/simh.git synced 2026-04-26 12:07:16 +00:00

Renamed the VAX860 simulator to VAX8600, and used the VAX system model names for all simulators

This commit is contained in:
Mark Pizzolato
2013-01-26 13:24:28 -08:00
parent c4251bd53b
commit 6dcf5ba7d9
11 changed files with 46 additions and 525 deletions

View File

@@ -1628,7 +1628,7 @@ return SCPE_OK;
t_stat cpu_print_model (FILE *st)
{
fprintf (st, "MicroVAX 3900");
fprintf (st, "MicroVAX 3900 (KA655)");
return SCPE_OK;
}