Пример #1
0
void exidy_sh8253_sound_device::device_start()
{
	common_sh_start();

	/* 8253 */
	m_freq_to_step = (1 << 24) / SH8253_CLOCK;

	sh8253_register_state_globals();
}
Пример #2
0
void exidy_sound_device::device_start()
{
	/* indicate no additional hardware */
	m_has_sh8253  = FALSE;
	m_tms = nullptr;
	m_cvsd = nullptr;

	common_sh_start();
}
Пример #3
0
void exidy_sound_device::device_start()
{
	common_sh_start();
}