diff --git a/src/model.c b/src/model.c index d893bc21..d5cf633e 100644 --- a/src/model.c +++ b/src/model.c @@ -276,7 +276,7 @@ static void tube_init(void) { if (curtube!=-1) { TUBE_MODEL *tube = &tubes[curtube]; - if (!tube->bootrom[0]) { // no boot ROM needed + if (!(tube->bootrom && tube->bootrom[0])) { // no boot ROM needed tube->cpu->init(NULL); tube_updatespeed(); tube_reset();