Esempio n. 1
0
static DEVICE_STOP( tia )
{
	tia_state *info = get_safe_token(device);
	tia_sound_free(info->chip);
}
Esempio n. 2
0
void tia_device::device_stop()
{
	tia_sound_free(m_chip);
}