Esempio n. 1
0
void YM3526_sh_stop(void)
{
	YM3526Shutdown();
}
Esempio n. 2
0
static void ym3526_stop(void *token)
{
	struct ym3526_info *info = token;
	YM3526Shutdown(info->chip);
}