Exemplo n.º 1
0
static MACHINE_START( timelimt )
{
	soundlatch_setclearedvalue( machine, 0 );
}
Exemplo n.º 2
0
static MACHINE_INIT( timelimt )
{
	soundlatch_setclearedvalue( 0 );
	nmi_enabled = 0;
}