Esempio n. 1
0
//static DEVICE_RESET( ym2151 )
void device_reset_ym2151(void *_info)
{
	//ym2151_state *info = get_safe_token(device);
	ym2151_state *info = (ym2151_state *)_info;
	ym2151_reset_chip(info->chip);
	//YM2151ResetChip(0x00);
}
Esempio n. 2
0
static DEVICE_RESET( ym2151 )
{
	ym2151_state *info = get_safe_token(device);
	ym2151_reset_chip(info->chip);
}