예제 #1
0
파일: igs_m027.c 프로젝트: kkklatu/mame
DRIVER_INIT_MEMBER(igs_m027_state,slqz3)
{
	slqz3_decrypt(machine());
	//sdwx_gfx_decrypt(machine());
	pgm_create_dummy_internal_arm_region();
}
예제 #2
0
파일: igs_m027.cpp 프로젝트: MASHinfo/mame
void igs_m027_state::init_slqz3()
{
	slqz3_decrypt(machine());
	//sdwx_gfx_decrypt(machine());
	pgm_create_dummy_internal_arm_region();
}