예제 #1
0
파일: tiaintf.c 프로젝트: nitrologic/emu
static DEVICE_STOP( tia )
{
	tia_state *info = get_safe_token(device);
	tia_sound_free(info->chip);
}
예제 #2
0
void tia_device::device_stop()
{
	tia_sound_free(m_chip);
}