p->fpu_model = 0;
p->cpu_model = 68000;
p->m68k_speed_throttle = 0;
- p->cpu_clock_multiplier = 0;
+ p->cpu_clock_multiplier = 2 * 256;
p->cpu_frequency = 0;
p->mmu_model = 0;
p->cpu060_revision = 6;
if (!input_get_default_keyboard(l))
disableifempty2 (&keyboards[l]);
}
+ // Configuration #1-#3
prefs->internalevent_settings[0]->enabled = true;
+ prefs->internalevent_settings[1]->enabled = true;
+ prefs->internalevent_settings[2]->enabled = true;
}
static void matchdevices(struct uae_prefs *p, struct inputdevice_functions *inf, struct uae_input_device *uid, int devnum, int match_mask)
inputdevice_init ();
copy_prefs(&currprefs, &changed_prefs);
+ inputdevice_updateconfig(&currprefs, &changed_prefs);
no_gui = ! currprefs.start_gui;
if (restart_program == 2 || restart_program == 4)