示例#1
0
文件: globalfr.c 项目: j4y4r/j4ymame
INPUT_PORTS_END


static MACHINE_START( globalfr )
{
	//We assume this is a 16 seg display, but could be 14.
	ROC10937_init(0, MSC1937,1);
}
示例#2
0
static MACHINE_START( bfm_sys85 )
{
	int i;
	for ( i = 0; i < 4; i++ )
	{
		stepper_config(machine, i, &starpoint_interface_48step);
	}

	ROC10937_init(0,MSC1937,1);//?

}