RTVAX1000: Finish making sure that a rtvax1000 can't have any part of a VCB01 (found by Dan Gahlinger)

This commit is contained in:
Mark Pizzolato 2014-09-21 07:49:52 -07:00
parent 0b89e63d41
commit 56236ac5f0

View file

@ -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))