1
0
mirror of https://github.com/open-simh/simh.git synced 2026-05-01 22:16:21 +00:00

MicroVAX2: Cleanup build of rtvax1000 avoiding QDSS which isn't supported

This commit is contained in:
Mark Pizzolato
2019-04-12 06:11:06 -07:00
parent 06d78600b3
commit ad9cb1d42d
2 changed files with 7 additions and 1 deletions

View File

@@ -1104,7 +1104,7 @@ else if (MATCH_CMD(gbuf, "VAXSTATIONGPX") == 0) {
strcpy (sim_name, "VAXStation II/GPX (KA630)");
reset_all (0); /* reset everything */
#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
}
else