1
0
mirror of https://github.com/simh/simh.git synced 2026-04-26 03:57:11 +00:00

VAX410, VAX420, VAX43: Further naming corrections to simulators

This commit is contained in:
Matt Burke
2019-04-30 01:26:01 +01:00
parent 8832511204
commit 0cc6f85937
4 changed files with 13 additions and 12 deletions

View File

@@ -955,7 +955,7 @@ else if (MATCH_CMD(gbuf, "VAXSTATIONGPX") == 0) {
va_dev.flags = va_dev.flags & ~DEV_DIS; /* enable GPX */
lk_dev.flags = lk_dev.flags & ~DEV_DIS; /* enable keyboard */
vs_dev.flags = vs_dev.flags & ~DEV_DIS; /* enable mouse */
strcpy (sim_name, "VAXstation 2000 GPX (KA410)");
strcpy (sim_name, "VAXstation 2000/GPX (KA410)");
reset_all (0); /* reset everything */
#else
return sim_messagef (SCPE_ARG, "Simulator built without Graphic Device Support\n");