Home
last modified time | relevance | path

Searched refs:vblank_hz (Results 1 – 25 of 29) sorted by relevance

12

/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dstatusline.cpp339 statusline_delay = STATUSLINE_MS * vblank_hz / (1000 * 1); in statusline_add_message()
361 statusline_delay = STATUSLINE_MS * vblank_hz / (1000 * 1); in statusline_vsync()
362 if (statusline_delay > STATUSLINE_MS * vblank_hz / (1000 * 1)) in statusline_vsync()
363 statusline_delay = STATUSLINE_MS * vblank_hz / (1000 * 1); in statusline_vsync()
364 if (statusline_delay > STATUSLINE_MS * vblank_hz / (1000 * 3) && statusline_text[1]) in statusline_vsync()
365 statusline_delay = STATUSLINE_MS * vblank_hz / (1000 * 3); in statusline_vsync()
H A Dcustom.cpp3843 if (getvsyncrate (vblank_hz, &mult) != vblank_hz) {
3844 vblank_hz = getvsyncrate (vblank_hz, &vblank_hz_mult);
3980 vblank_hz = vblank_hz_lof;
3982 vblank_hz = vblank_hz_shf;
4025 v = vblank_hz;
4123 vblank_hz,
4283 if (vblank_hz < 10)
4284 vblank_hz = 10;
4285 if (vblank_hz > 300)
4286 vblank_hz = 300;
[all …]
H A Dcdtvcr.cpp906 readcnt = (int)(maxvpos * vblank_hz / cdspeed); in CDTVCR_hsync_handler()
916 subqcnt = (int)(maxvpos * vblank_hz / 75 - 1); in CDTVCR_hsync_handler()
H A Dakiko.cpp1181 framecounter += (float)maxvpos * vblank_hz / (75.0 * cdrom_speed); in AKIKO_hsync_handler()
1213 subcodecounter = maxvpos * vblank_hz / (75 * cdrom_speed) - 5; in AKIKO_hsync_handler()
H A Dcia.cpp606 rate = (int)(vblank_hz + 0.5); in do_tod_hack()
710 resetwarning_timer = 10 * maxvpos_nom * vblank_hz; in resetwarning_check()
H A Dcdtv.cpp1145 int cntmax = (int)(maxvpos * vblank_hz / 75 - 6); in CDTV_hsync_handler()
/dports/emulators/uae/uae-0.8.29/src/od-acorn/
H A Dsound.c36 scaled_sample_evtime = (unsigned long)maxhpos * maxvpos * vblank_hz * CYCLE_UNIT / rate; in init_sound()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dinputrecord.c945 …lasthsync / (vblank_hz * mvp * 60), ((int)(lasthsync / (vblank_hz * mvp)) % 60), (lasthsync / mvp)… in inprec_getstatus()
946 …endhsync / (vblank_hz * mvp * 60), ((int)(endhsync / (vblank_hz * mvp)) % 60), (endhsync / mvp) % … in inprec_getstatus()
H A Dcustom.c2979 if (!fake_vblank_hz && getvsyncrate (vblank_hz, &mult) != vblank_hz) { in compute_vsynctime()
2980 vblank_hz = getvsyncrate (vblank_hz, &vblank_hz_mult); in compute_vsynctime()
3129 v = vblank_hz; in compute_framesync()
3223 vblank_hz, in compute_framesync()
3243 double ovblank = vblank_hz; in init_hz()
3268 vblank_hz = VBLANK_HZ_PAL; in init_hz()
3282 vblank_hz = vblank_hz * (maxvpos * 2 + 1) / ((maxvpos + lof_current) * 2); in init_hz()
3325 if (vblank_hz < 10) in init_hz()
3326 vblank_hz = 10; in init_hz()
3327 if (vblank_hz > 300) in init_hz()
[all …]
H A Dakiko.c1334 framecounter += (float)maxvpos * vblank_hz / (75.0 * cdrom_speed); in AKIKO_hsync_handler()
1364 subcodecounter = maxvpos * vblank_hz / (75 * cdrom_speed) - 5; in AKIKO_hsync_handler()
H A Dcia.c546 rate = (int)(vblank_hz + 0.5); in do_tod_hack()
638 resetwarning_timer = 10 * maxvpos_nom * vblank_hz; in resetwarning_check()
H A Dcdtv.c1140 int cntmax = (int)(maxvpos * vblank_hz / 75 - 6); in CDTV_hsync_handler()
H A Dpicasso96.c3184 p96syncrate = maxvpos_nom * vblank_hz / p96vblank; in init_hz_p96()
3185 …(_T("P96FREQ: %d*%.4f = %.4f / %.1f = %d\n"), maxvpos_nom, vblank_hz, maxvpos_nom * vblank_hz, p96… in init_hz_p96()
/dports/audio/uade/uade-2.13/src/include/
H A Dcustom.h90 extern int maxhpos, maxvpos, minfirstline, vblank_endline, numscrlines, vblank_hz;
/dports/emulators/uae/uae-0.8.29/src/
H A Dtimemgr.c101 vsynctime = syncbase / vblank_hz; in compute_vsynctime()
H A Dcustom.c80 int vblank_hz = VBLANK_HZ_PAL; variable
1956 vblank_hz = VBLANK_HZ_PAL; in init_hz()
1962 vblank_hz = VBLANK_HZ_NTSC; in init_hz()
1972 vblank_hz = 227 * 312 * 50 / (maxvpos * maxhpos); in init_hz()
1987 isntsc ? "NTSC" : "PAL", vblank_hz, maxhpos, maxvpos); in init_hz()
H A Daudio.c909 update_sound (vblank_hz); in init_audio()
/dports/emulators/uae/uae-0.8.29/src/include/
H A Dcustom.h99 extern int maxhpos, maxvpos, minfirstline, vblank_endline, numscrlines, vblank_hz;
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/include/
H A Dcustom.h124 extern double vblank_hz, fake_vblank_hz;
/dports/emulators/fs-uae/fs-uae-3.1.35/src/include/
H A Dcustom.h142 extern double vblank_hz, fake_vblank_hz;
/dports/emulators/fs-uae/fs-uae-3.1.35/src/dosbox/
H A Dcmos.cpp150 extern double vblank_hz;
/dports/emulators/uae/uae-0.8.29/src/od-amiga/
H A Dsound.c317 scaled_sample_evtime = (unsigned long)maxhpos * maxvpos * vblank_hz * CYCLE_UNIT / rate;
/dports/audio/uade/uade-2.13/src/
H A Dcustom.c75 int vblank_hz = VBLANK_HZ_PAL;
265 vblank_hz = VBLANK_HZ_PAL;
271 vblank_hz = VBLANK_HZ_NTSC;
/dports/emulators/uae/uae-0.8.29/src/od-beos/
H A Dbeos.cpp902 scaled_sample_evtime = (unsigned long)maxhpos * maxvpos * vblank_hz * CYCLE_UNIT / 44100; in init_sound()
/dports/emulators/fs-uae/fs-uae-3.1.35/src/od-win32/
H A Dpicasso96_win.cpp3754 p96vblank = vblank_hz;
3759 p96vblank = vblank_hz;
3767 p96syncrate = maxvpos_nom * vblank_hz / p96vblank;
3768 …(_T("RTGFREQ: %d*%.4f = %.4f / %.1f = %d\n"), maxvpos_nom, vblank_hz, maxvpos_nom * vblank_hz, p96…

12