예제 #1
0
파일: sid6581.c 프로젝트: bji/libmame
static DEVICE_START( sid8580 )
{
	sid_start(device, MOS8580);
}
예제 #2
0
파일: sid6581.c 프로젝트: broftkd/mess-cvs
static void *sid8580_start(int sndindex, int clock, const void *config)
{
	return sid_start(sndindex, clock, config, MOS8580);
}
예제 #3
0
파일: sid6581.c 프로젝트: bji/libmame
static DEVICE_START( sid6581 )
{
	sid_start(device, MOS6581);
}
예제 #4
0
파일: sid6581.c 프로젝트: broftkd/mess-cvs
static void *sid6581_start(int sndindex, int clock, const void *config)
{
	return sid_start(sndindex, clock, config, MOS6581);
}