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