示例#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);
}