mirror of
https://github.com/simh/simh.git
synced 2026-05-02 22:22:48 +00:00
VAXStations: Fix set model message text when video isn't available
This commit is contained in:
@@ -551,7 +551,7 @@ else if (MATCH_CMD(gbuf, "VAXSTATION") == 0) {
|
|||||||
strcpy (sim_name, "VAXStation I (KA610)");
|
strcpy (sim_name, "VAXStation I (KA610)");
|
||||||
reset_all (0); /* reset everything */
|
reset_all (0); /* reset everything */
|
||||||
#else
|
#else
|
||||||
return sim_messagef(SCPE_ARG, "Simulator built without Graphic Device Support");
|
return sim_messagef(SCPE_ARG, "Simulator built without Graphic Device Support\n");
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
@@ -1025,7 +1025,7 @@ else if (MATCH_CMD(gbuf, "VAXSTATION") == 0) {
|
|||||||
strcpy (sim_name, "VAXStation II (KA630)");
|
strcpy (sim_name, "VAXStation II (KA630)");
|
||||||
reset_all (0); /* reset everything */
|
reset_all (0); /* reset everything */
|
||||||
#else
|
#else
|
||||||
return sim_messagef(SCPE_ARG, "Simulator built without Graphic Device Support");
|
return sim_messagef(SCPE_ARG, "Simulator built without Graphic Device Support\n");
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
@@ -1848,7 +1848,7 @@ else if (MATCH_CMD(gbuf, "VAXSTATION") == 0) {
|
|||||||
vs_dev.flags = vs_dev.flags & ~DEV_DIS; /* enable mouse */
|
vs_dev.flags = vs_dev.flags & ~DEV_DIS; /* enable mouse */
|
||||||
reset_all (0); /* reset everything */
|
reset_all (0); /* reset everything */
|
||||||
#else
|
#else
|
||||||
return sim_messagef(SCPE_ARG, "Simulator built without Graphic Device Support");
|
return sim_messagef(SCPE_ARG, "Simulator built without Graphic Device Support\n");
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user