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