1
0
mirror of https://github.com/simh/simh.git synced 2026-04-15 16:11:13 +00:00

BESM6 and VAX: Cleanup for building on VMS

This commit is contained in:
Mark Pizzolato
2015-02-12 12:32:39 -08:00
parent 3dce4e1210
commit 9accae5905
9 changed files with 63 additions and 16 deletions

View File

@@ -1818,13 +1818,13 @@ while (_show_stat == -1)
return _show_stat;
}
#else
#else /* !defined(HAVE_LIBSDL) */
/* Non-implemented versions */
uint32 vid_mono_palette[2]; /* Monochrome Color Map */
t_stat vid_open (DEVICE *dptr, uint32 width, uint32 height, int32 flags)
t_stat vid_open (DEVICE *dptr, uint32 width, uint32 height, int flags)
{
return SCPE_NOFNC;
}
@@ -1886,6 +1886,8 @@ fprintf (st, "video support unavailable");
return SCPE_OK;
}
#endif
#endif /* defined(HAVE_LIBSDL) */
#endif /* USE_SIM_VIDEO */
#else /* !defined(USE_SIM_VIDEO) */
static char *dummy_declaration = "Something to compile";
#endif /* defined(USE_SIM_VIDEO) */