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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user