mirror of
https://github.com/simh/simh.git
synced 2026-04-16 08:27:21 +00:00
RTVAX1000: Finish making sure that a rtvax1000 can't have any part of a VCB01 (found by Dan Gahlinger)
This commit is contained in:
@@ -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))
|
||||||
|
|||||||
Reference in New Issue
Block a user