RTVAX1000: Finish making sure that a rtvax1000 can't have any part of a VCB01 (found by Dan Gahlinger)
This commit is contained in:
parent
0b89e63d41
commit
56236ac5f0
1 changed files with 1 additions and 1 deletions
|
@ -1053,7 +1053,7 @@ return SCPE_OK;
|
||||||
|
|
||||||
t_stat cpu_set_model (UNIT *uptr, int32 val, char *cptr, void *desc)
|
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];
|
char gbuf[CBUFSIZE];
|
||||||
|
|
||||||
if ((cptr == NULL) || (!*cptr))
|
if ((cptr == NULL) || (!*cptr))
|
||||||
|
|
Loading…
Add table
Reference in a new issue