MicroVAX2: Cleanup build of rtvax1000 avoiding QDSS which isn't supported
This commit is contained in:
parent
06d78600b3
commit
ad9cb1d42d
2 changed files with 7 additions and 1 deletions
|
@ -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) */
|
||||
|
|
Loading…
Add table
Reference in a new issue