Ejemplo n.º 1
0
DRIVER_INIT_MEMBER(igs_m027_state,slqz3)
{
	slqz3_decrypt(machine());
	//sdwx_gfx_decrypt(machine());
	pgm_create_dummy_internal_arm_region();
}
Ejemplo n.º 2
0
void igs_m027_state::init_slqz3()
{
	slqz3_decrypt(machine());
	//sdwx_gfx_decrypt(machine());
	pgm_create_dummy_internal_arm_region();
}