cobram3: fixed an assert in the debug build

This commit is contained in:
Robbbert 2022-03-27 19:58:48 +11:00 committed by Vas Crabb
parent b6df0d2d3d
commit 5edff6b302

View File

@ -1913,8 +1913,8 @@ void gottlieb_state::cobram3(machine_config &config)
m_screen->set_screen_update("laserdisc", FUNC(laserdisc_device::screen_update));
/* sound hardware */
subdevice<dac_8bit_r2r_device>("r2sound:dac")->reset_routes();
subdevice<dac_8bit_r2r_device>("r2sound:dac")->add_route(ALL_OUTPUTS, "r2sound", 1.00);
subdevice<ad7528_device>("r2sound:dac")->reset_routes();
subdevice<ad7528_device>("r2sound:dac")->add_route(ALL_OUTPUTS, "r2sound", 1.00);
}