mirror of
https://github.com/simh/simh.git
synced 2026-03-02 09:47:40 +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
|
||||
|
||||
@@ -31,6 +31,8 @@
|
||||
MP02083 - VCB02 Field Maintenance Print Set
|
||||
*/
|
||||
|
||||
#if !defined(VAX_620)
|
||||
|
||||
#include "vax_defs.h"
|
||||
#include "sim_video.h"
|
||||
#include "vax_gpx.h"
|
||||
@@ -1224,3 +1226,7 @@ const char *va_description (DEVICE *dptr)
|
||||
{
|
||||
return "VCB02 Colour Graphics Adapter";
|
||||
}
|
||||
|
||||
#else /* defined(VAX_620) */
|
||||
static const char *dummy_declaration = "Something to compile";
|
||||
#endif /* !defined(VAX_620) */
|
||||
|
||||
Reference in New Issue
Block a user