Home
last modified time | relevance | path

Searched refs:PM_DP_WIDTH (Results 1 – 17 of 17) sorted by relevance

/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Core/
H A DOpllTables.h92 const int32_t PM_DP_WIDTH = (1 << PM_DP_BITS); variable
379 pm_dphase = (uint32_t)rate_adjust(PM_SPEED * PM_DP_WIDTH / (clk / 72)); in internal_refresh()
H A DOpllEmulator.h489 pm_phase = (pm_phase + tables->pm_dphase) & (PM_DP_WIDTH - 1); in update_ampm()
/dports/audio/festalon/festalon/src/nes/ext/
H A Demu2413.h40 #define PM_DP_WIDTH (1<<PM_DP_BITS) macro
H A Demu2413.c572 opll->pm_dphase = (e_uint32) (PM_SPEED * PM_DP_WIDTH / (opll->clk / 72)); in internal_refresh()
702 opll->pm_phase = (opll->pm_phase + opll->pm_dphase) & (PM_DP_WIDTH - 1); in update_ampm()
/dports/emulators/mednafen/mednafen/src/nes/boards/
H A Demu2413.h42 #define PM_DP_WIDTH (1<<PM_DP_BITS) macro
H A Demu2413.cpp575 opll->pm_dphase = (e_uint32) (PM_SPEED * PM_DP_WIDTH / (opll->clk / 72)); in internal_refresh()
705 opll->pm_phase = (opll->pm_phase + opll->pm_dphase) & (PM_DP_WIDTH - 1); in update_ampm()
/dports/games/libretro-quicknes/QuickNES_Core-901248a/nes_emu/
H A Demu2413.h49 #define PM_DP_WIDTH (1<<PM_DP_BITS) macro
H A Demu2413.cpp588 opll->pm_dphase = (e_uint32) (PM_SPEED * PM_DP_WIDTH / (opll->clk / 72)); in internal_refresh()
713 opll->pm_phase = (opll->pm_phase + opll->pm_dphase) & (PM_DP_WIDTH - 1); in update_ampm()
/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/Src/SoundChips/
H A DOpenMsxYM2413_2.h110 static const int PM_DP_WIDTH = 1 << PM_DP_BITS; variable
H A DOpenMsxY8950.h131 static const int PM_DP_WIDTH = 1<<PM_DP_BITS; variable
H A DOpenMsxY8950.cpp483 pm_dphase = rate_adjust(PM_SPEED * PM_DP_WIDTH / (CLK_FREQ/72), sampleRate); in setSampleRate()
618 pm_phase = (pm_phase + pm_dphase)&(PM_DP_WIDTH - 1); in update_ampm()
H A DOpenMsxYM2413_2.cpp643 pm_dphase = rate_adjust(PM_SPEED * PM_DP_WIDTH / (CLOCK_FREQ / 72), sampleRate); in setSampleRate()
756 pm_phase = (pm_phase + pm_dphase) & (PM_DP_WIDTH - 1); in update_ampm()
/dports/games/libretro-fceumm/libretro-fceumm-91ccd3b/src/boards/
H A Demu2413.c119 #define PM_DP_WIDTH (1 << PM_DP_BITS) macro
535 pm_dphase = (uint32)rate_adjust(PM_SPEED * PM_DP_WIDTH / (clk / 72)); in internal_refresh()
674 opll->pm_phase = (opll->pm_phase + pm_dphase) & (PM_DP_WIDTH - 1); in update_ampm()
/dports/emulators/mednafen/mednafen/src/hw_sound/ym2413/
H A Demu2413.cpp134 #define PM_DP_WIDTH (1<<PM_DP_BITS) macro
958 pm_dphase = (uint32) (PM_SPEED * PM_DP_WIDTH / (clk / 72)); in internal_refresh()
1105 opll->pm_phase = (opll->pm_phase + pm_dphase) & (PM_DP_WIDTH - 1); in update_ampm()
/dports/audio/vgmplay/vgmplay-0.40.9_2/chips/
H A Demu2413.c140 #define PM_DP_WIDTH (1<<PM_DP_BITS) macro
967 pm_dphase = (e_uint32) RATE_ADJUST (PM_SPEED * PM_DP_WIDTH / (clk / 72)); in internal_refresh()
1158 opll->pm_phase = (opll->pm_phase + pm_dphase) & (PM_DP_WIDTH - 1); in update_ampm()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gme/game-music-emu-0.6pre/vgmplay/VGMPlay/chips/
H A Demu2413.c141 #define PM_DP_WIDTH (1<<PM_DP_BITS) macro
968 pm_dphase = (e_uint32) RATE_ADJUST (PM_SPEED * PM_DP_WIDTH / (clk / 72)); in internal_refresh()
1159 opll->pm_phase = (opll->pm_phase + pm_dphase) & (PM_DP_WIDTH - 1); in update_ampm()
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/console/
H A DYm2413_Emu.cc302 #define PM_DP_WIDTH (1<<PM_DP_BITS) macro
1129 pm_dphase = (e_uint32) RATE_ADJUST (PM_SPEED * PM_DP_WIDTH / (clk / 72)); in internal_refresh()
1312 opll->pm_phase = (opll->pm_phase + pm_dphase) & (PM_DP_WIDTH - 1); in update_ampm()