mirror of
https://github.com/holub/mame
synced 2025-07-05 09:57:47 +03:00
cobram3: fixed an assert in the debug build
This commit is contained in:
parent
b6df0d2d3d
commit
3c2c0826e4
@ -1913,8 +1913,8 @@ void gottlieb_state::cobram3(machine_config &config)
|
|||||||
m_screen->set_screen_update("laserdisc", FUNC(laserdisc_device::screen_update));
|
m_screen->set_screen_update("laserdisc", FUNC(laserdisc_device::screen_update));
|
||||||
|
|
||||||
/* sound hardware */
|
/* sound hardware */
|
||||||
subdevice<dac_8bit_r2r_device>("r2sound:dac")->reset_routes();
|
subdevice<ad7528_device>("r2sound:dac")->reset_routes();
|
||||||
subdevice<dac_8bit_r2r_device>("r2sound:dac")->add_route(ALL_OUTPUTS, "r2sound", 1.00);
|
subdevice<ad7528_device>("r2sound:dac")->add_route(ALL_OUTPUTS, "r2sound", 1.00);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user