DRIVER_INIT_MEMBER(pgm_arm_type3_state,theglad)
{
	svg_basic_init();
	pgm_theglad_decrypt(machine());
	svg_latch_init();
	pgm_create_dummy_internal_arm_region();
}
DRIVER_INIT_MEMBER(pgm_arm_type3_state,theglad)
{
    svg_basic_init();
    pgm_theglad_decrypt(machine());
    svg_latch_init();
//  pgm_create_dummy_internal_arm_region(0x188);

    pgm_create_dummy_internal_arm_region_theglad(0);


    machine().device("prot")->memory().space(AS_PROGRAM).install_read_handler(0x1000000c, 0x1000000f, read32_delegate(FUNC(pgm_arm_type3_state::theglad_speedup_r),this));
}