Beispiel #1
0
INPUT_PORTS_END


static MACHINE_START( globalfr )
{
	//We assume this is a 16 seg display, but could be 14.
	ROC10937_init(0, MSC1937,1);
}
Beispiel #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);//?

}