Home
last modified time | relevance | path

Searched refs:ntscmode (Results 1 – 25 of 52) sorted by relevance

123

/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/gui-gtk/
H A Dchipsettypepanel.c130 … panel->ntscmode = gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (panel->frequency_widget[0])); in on_frequency_changed()
157 void chipsettypepanel_set_ntscmode (ChipsetTypePanel *panel, guint ntscmode) in chipsettypepanel_set_ntscmode() argument
159 int buttonno = ntscmode == false ? 1 : 0; in chipsettypepanel_set_ntscmode()
H A Dchipsettypepanel.h27 guint ntscmode; member
40 void chipsettypepanel_set_ntscmode (ChipsetTypePanel *panel, guint ntscmode);
H A Dgtkui.c289 chipsettypepanel_set_ntscmode (CHIPSETTYPEPANEL (chipsettype_panel), currprefs.ntscmode); in set_chipset_state()
1316 changed_prefs.ntscmode = CHIPSETTYPEPANEL (chipsettype_panel)->ntscmode; in on_chipset_changed()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/gui-qt/
H A Dpuae_mainwindow.cpp480 workprefs.ntscmode = ischecked; in on_IDC_NTSC_toggled()
936 f = workprefs.ntscmode ? 28636360.0 : 28375160.0; in getcpufreq()
1226 ui->IDC_NTSC->setChecked(workprefs.ntscmode); in values_to_chipsetdlg()
1278 if (workprefs.ntscmode != n) { in values_from_chipsetdlg()
1279 workprefs.ntscmode = n; in values_from_chipsetdlg()
1361 if (workprefs.ntscmode) in values_to_chipsetdlg2()
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dspecialmonitors.cpp195 isntsc = currprefs.ntscmode ? 1 : 0; in blank_generic()
416 isntsc = currprefs.ntscmode ? 1 : 0; in dctv()
667 isntsc = currprefs.ntscmode ? 1 : 0; in firecracker24()
1152 isntsc = currprefs.ntscmode ? 1 : 0; in avideo()
1447 isntsc = currprefs.ntscmode ? 1 : 0; in videodac18()
1542 isntsc = currprefs.ntscmode ? 1 : 0; in ham_e()
1767 isntsc = currprefs.ntscmode ? 1 : 0; in graffiti()
2319 isntsc = currprefs.ntscmode ? 1 : 0; in do_genlock()
H A Dcustom.cpp3950 isntsc = currprefs.ntscmode ? 1 : 0;
4163 isntsc = currprefs.ntscmode ? 1 : 0;
4564 if (currprefs.ntscmode)
8575 beamcon0 = new_beamcon0 = currprefs.ntscmode ? 0x00 : 0x20;
8687 _T("OCS"), currprefs.ntscmode ? _T("NTSC") : _T("PAL"));
9417 currprefs.ntscmode = changed_prefs.ntscmode = i & 1;
9924 currprefs.ntscmode != changed_prefs.ntscmode) {
9927 if (currprefs.ntscmode != changed_prefs.ntscmode) {
9928 currprefs.ntscmode = changed_prefs.ntscmode;
9929 new_beamcon0 = currprefs.ntscmode ? 0x00 : 0x20;
[all …]
H A Dcfgfile.cpp1699 cfgfile_write_bool (f, _T("ntsc"), p->ntscmode); in cfgfile_save_options()
6338 p->ntscmode = 0; in default_prefs()
6639 p->cs_ciaatod = p->ntscmode ? 2 : 1; in bip_a3000()
6685 p->cs_ciaatod = p->ntscmode ? 2 : 1; in bip_a4000()
6719 p->cs_ciaatod = p->ntscmode ? 2 : 1; in bip_a4000t()
7083 p->cs_ciaatod = p->ntscmode ? 2 : 1; in bip_super()
7302 p->cs_ciaatod = p->ntscmode ? 2 : 1; in built_in_chipset_prefs()
7309 p->cs_ciaatod = p->ntscmode ? 2 : 1; in built_in_chipset_prefs()
7325 p->cs_ciaatod = p->ntscmode ? 2 : 1; in built_in_chipset_prefs()
7334 p->cs_ciaatod = p->ntscmode ? 2 : 1; in built_in_chipset_prefs()
[all …]
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/sd-sdl/
H A Dsound.c144 update_sound (fake_vblank_hz, 1, currprefs.ntscmode); in open_sound()
/dports/games/libretro-hatari/hatari-561c07e/src/cpu/
H A Doptions_cpu.h125 bool ntscmode; member
/dports/audio/uade/uade-2.13/src/include/
H A Doptions.h74 int ntscmode; member
/dports/emulators/tiemu3/tiemu-3.03/src/core/uae/
H A Doptions.h97 int ntscmode;
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dcustom.c3062 isntsc = currprefs.ntscmode ? 1 : 0; in get_chipset_refresh()
3263 isntsc = currprefs.ntscmode ? 1 : 0; in init_hz()
3585 if (currprefs.ntscmode) in VPOSR()
6878 beamcon0 = new_beamcon0 = currprefs.ntscmode ? 0x00 : 0x20; in custom_reset()
6991 _T("OCS"), currprefs.ntscmode ? _T("NTSC") : _T("PAL")); in custom_reset()
7713 currprefs.ntscmode = changed_prefs.ntscmode = i & 1; in restore_custom()
8190 currprefs.ntscmode != changed_prefs.ntscmode) { in check_prefs_changed_custom()
8193 if (currprefs.ntscmode != changed_prefs.ntscmode) { in check_prefs_changed_custom()
8194 currprefs.ntscmode = changed_prefs.ntscmode; in check_prefs_changed_custom()
8195 new_beamcon0 = currprefs.ntscmode ? 0x00 : 0x20; in check_prefs_changed_custom()
[all …]
H A Dspecialmonitors.c95 isntsc = currprefs.ntscmode ? 1 : 0; in graffiti()
H A Dcfgfile.c1059 cfgfile_write_bool (f, _T("ntsc"), p->ntscmode); in cfgfile_save_options()
3040 || cfgfile_yesno (option, value, _T("ntsc"), &p->ntscmode) in cfgfile_parse_hardware()
4913 p->ntscmode = 0; in default_prefs()
5226 p->cs_ciaatod = p->ntscmode ? 2 : 1; in bip_a3000()
5260 p->cs_ciaatod = p->ntscmode ? 2 : 1; in bip_a4000()
5294 p->cs_ciaatod = p->ntscmode ? 2 : 1; in bip_a4000t()
5542 p->cs_ciaatod = p->ntscmode ? 2 : 1; in bip_super()
5709 p->cs_ciaatod = p->ntscmode ? 2 : 1; in built_in_chipset_prefs()
5724 p->cs_ciaatod = p->ntscmode ? 2 : 1; in built_in_chipset_prefs()
5732 p->cs_ciaatod = p->ntscmode ? 2 : 1; in built_in_chipset_prefs()
[all …]
/dports/audio/uade/uade-2.13/src/
H A Dcfgfile.c189 fprintf (f, "ntsc=%s\n", p->ntscmode ? "true" : "false"); in save_options()
334 || cfgfile_yesno (option, value, "ntsc", &p->ntscmode) in cfgfile_parse_option()
H A Dcustom.c78 static int ntscmode = 0;
343 unsigned int csbit = ntscmode ? 0x1000 : 0;
1339 new_beamcon0 = ntscmode ? 0x00 : 0x20;
/dports/emulators/uae/uae-0.8.29/src/include/
H A Doptions.h120 int ntscmode; member
/dports/emulators/fs-uae/fs-uae-3.1.35/src/od-fs/
H A Dparser.cpp932 …if (parflush / ((currprefs.ntscmode ? MAXVPOS_NTSC : MAXVPOS_PAL) * MAXHPOS_PAL / maxhpos) >= curr… in hsyncstuff()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/include/
H A Doptions.h381 bool ntscmode; member
/dports/emulators/fs-uae/fs-uae-3.1.35/src/include/
H A Doptions.h441 bool ntscmode; member
/dports/emulators/uae/uae-0.8.29/src/
H A Dcfgfile.c257 cfgfile_write (f, "ntsc=%s\n", p->ntscmode ? "true" : "false"); in save_options()
765 || cfgfile_yesno (option, value, "ntsc", &p->ntscmode) in cfgfile_parse_hardware()
H A Dcustom.c2091 unsigned int csbit = currprefs.ntscmode ? 0x1000 : 0; in VPOSR()
3589 currprefs.ntscmode = changed_prefs.ntscmode; in customreset()
3590 new_beamcon0 = currprefs.ntscmode ? 0x00 : 0x20; in customreset()
/dports/emulators/hatari/hatari-2.2.1/src/cpu/
H A Doptions_cpu.h573 bool ntscmode; member
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/gui-cocoa/
H A Dcocoaui.m898 if (changed_prefs.ntscmode) [menuItem setState:NSOnState];
1514 changed_prefs.ntscmode = quickstart_ntsc != 0;
1604 changed_prefs.ntscmode = !changed_prefs.ntscmode;
/dports/games/libretro-uae/libretro-uae-8333daa/libretro/
H A Dlibretro.c1059 changed_prefs.ntscmode=0; in update_variables()
1061 changed_prefs.ntscmode=1; in update_variables()

123