Home
last modified time | relevance | path

Searched refs:kickshifter (Results 1 – 19 of 19) sorted by relevance

/dports/emulators/uae/uae-0.8.29/configs/
H A Da1200.uae13 kickshifter=false
H A Da500-expanded.uae13 kickshifter=false
H A Da500.uae13 kickshifter=false
H A Da500plus.uae15 kickshifter=false
H A Dpoweruser.uae19 kickshifter=false
H A Da4000.uae22 kickshifter=false
/dports/games/libretro-hatari/hatari-561c07e/src/cpu/
H A Doptions_cpu.h229 bool kickshifter; member
/dports/emulators/tiemu3/tiemu-3.03/src/core/uae/
H A Doptions.h126 int kickshifter;
/dports/emulators/uae/uae-0.8.29/src/include/
H A Doptions.h154 int kickshifter; member
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/include/
H A Doptions.h508 bool kickshifter; member
/dports/emulators/fs-uae/fs-uae-3.1.35/src/include/
H A Doptions.h605 bool kickshifter; member
/dports/emulators/uae/uae-0.8.29/src/
H A Dcfgfile.c209 cfgfile_write (f, "kickshifter=%s\n", p->kickshifter ? "true" : "false"); in save_options()
764 || cfgfile_yesno (option, value, "kickshifter", &p->kickshifter) in cfgfile_parse_hardware()
H A Dmemory.c958 if (kickmem_size >= 524288 && currprefs.kickshifter) in patch_kick()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/gui-qt/
H A Dpuae_mainwindow.cpp288 workprefs.kickshifter = ischecked; in on_IDC_KICKSHIFTER_toggled()
1829 ui->IDC_KICKSHIFTER->setChecked(workprefs.kickshifter); in values_to_kickstartdlg()
/dports/emulators/hatari/hatari-2.2.1/src/cpu/
H A Doptions_cpu.h761 bool kickshifter; member
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dmemory.c1834 if (kickmem_size >= 524288 && currprefs.kickshifter) in patch_kick()
H A Dcfgfile.c755 cfgfile_write_bool (f, _T("kickshifter"), p->kickshifter); in cfgfile_save_options()
3038 || cfgfile_yesno (option, value, _T("kickshifter"), &p->kickshifter) in cfgfile_parse_hardware()
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dmemory.cpp1493 if (kickmem_bank.allocated >= ROM_SIZE_512 && currprefs.kickshifter) in patch_kick()
H A Dcfgfile.cpp1326 cfgfile_write_bool (f, _T("kickshifter"), p->kickshifter); in cfgfile_save_options()
4379 || cfgfile_yesno (option, value, _T("kickshifter"), &p->kickshifter) in cfgfile_parse_hardware()