From 56236ac5f00a748a1f772f266fcd12480cf43102 Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Sun, 21 Sep 2014 07:49:52 -0700 Subject: [PATCH] RTVAX1000: Finish making sure that a rtvax1000 can't have any part of a VCB01 (found by Dan Gahlinger) --- VAX/vax630_sysdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VAX/vax630_sysdev.c b/VAX/vax630_sysdev.c index 3160b4ec..e3804ae2 100644 --- a/VAX/vax630_sysdev.c +++ b/VAX/vax630_sysdev.c @@ -1053,7 +1053,7 @@ return SCPE_OK; t_stat cpu_set_model (UNIT *uptr, int32 val, char *cptr, void *desc) { -#if defined(HAVE_LIBSDL) +#if defined(USE_SIM_VIDEO) && defined(HAVE_LIBSDL) char gbuf[CBUFSIZE]; if ((cptr == NULL) || (!*cptr))