Ejemplo n.º 1
0
/* Use this if the sound cpu is cpu 1 */
void seibu1_sound_init_1(void)
{
	sound_cpu=1;
	setvector_callback(VECTOR_INIT);
}
Ejemplo n.º 2
0
void m72_init_sound(void)
{
	setvector_callback(VECTOR_INIT);
}
Ejemplo n.º 3
0
static DEVICE_RESET( m72_audio )
{
	m72_audio_state *state = get_safe_token(device);

	setvector_callback(device->machine(), state, VECTOR_INIT);
}