Turn this into warning for now

This commit is contained in:
Fabian 2020-12-31 19:14:29 -06:00
parent ab46037014
commit dfea644e94

View file

@ -915,7 +915,7 @@ CPU.prototype.init = function(settings, device_bus)
}
else
{
dbg_assert(false, "Unimplemented fw index: " + h(value));
dbg_log("Warning: Unimplemented fw index: " + h(value));
this.fw_value = i32(0);
}
});