1
0
mirror of https://github.com/open-simh/simh.git synced 2026-04-24 19:40:22 +00:00

VAX, MicroVAX1, MicroVAX2: Provide consistent messages when attempting to change CPU Model.

As discussed in issue #269
This commit is contained in:
Mark Pizzolato
2016-01-21 07:37:06 -08:00
parent 2459a4c697
commit 688416a4d7
6 changed files with 16 additions and 12 deletions

View File

@@ -1845,7 +1845,7 @@ else if (MATCH_CMD(gbuf, "VAXSTATION") == 0) {
vs_dev.flags = vs_dev.flags & ~DEV_DIS; /* enable mouse */
reset_all (0); /* reset everything */
#else
return SCPE_ARG;
return sim_messagef(SCPE_ARG, "Simulator built without Graphic Device Support");
#endif
}
else