Do not attempt to initialize the on-board Vibra 16C if its PnP rom is not present

This commit is contained in:
OBattler
2023-10-10 00:22:40 +02:00
parent 54fb0f2976
commit d00d39b9e8
2 changed files with 3 additions and 3 deletions

View File

@@ -3910,7 +3910,7 @@ const device_t sb_vibra16c_onboard_device = {
.init = sb_vibra16_pnp_init,
.close = sb_close,
.reset = NULL,
{ .available = NULL },
{ .available = sb_vibra16c_available },
.speed_changed = sb_speed_changed,
.force_redraw = NULL,
.config = sb_16_pnp_config