Home
last modified time | relevance | path

Searched refs:AM_SPEED (Results 1 – 13 of 13) sorted by relevance

/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Core/
H A DOpllTables.h107 const double AM_SPEED = 3.7; variable
380 am_dphase = (uint32_t)rate_adjust(AM_SPEED * AM_DP_WIDTH / (clk / 72)); in internal_refresh()
/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/Src/SoundChips/
H A DOpenMsxYM2413_2.h125 static const DoubleT AM_SPEED = 3.6413; variable
H A DOpenMsxY8950.h120 static const DoubleT AM_SPEED = 3.7; variable
H A DOpenMsxY8950.cpp484 am_dphase = rate_adjust(AM_SPEED * AM_DP_WIDTH / (CLK_FREQ/72), sampleRate); in setSampleRate()
H A DOpenMsxYM2413_2.cpp644 am_dphase = rate_adjust(AM_SPEED * AM_DP_WIDTH / (CLOCK_FREQ / 72), sampleRate); in setSampleRate()
/dports/audio/festalon/festalon/src/nes/ext/
H A Demu2413.c93 #define AM_SPEED 3.7 macro
573 opll->am_dphase = (e_uint32) (AM_SPEED * AM_DP_WIDTH / (opll->clk / 72)); in internal_refresh()
/dports/emulators/mednafen/mednafen/src/nes/boards/
H A Demu2413.cpp96 #define AM_SPEED 3.7 macro
576 opll->am_dphase = (e_uint32) (AM_SPEED * AM_DP_WIDTH / (opll->clk / 72)); in internal_refresh()
/dports/games/libretro-fceumm/libretro-fceumm-91ccd3b/src/boards/
H A Demu2413.c134 #define AM_SPEED 3.7 macro
536 am_dphase = (uint32)rate_adjust(AM_SPEED * AM_DP_WIDTH / (clk / 72)); in internal_refresh()
/dports/games/libretro-quicknes/QuickNES_Core-901248a/nes_emu/
H A Demu2413.cpp109 #define AM_SPEED 3.7 macro
589 opll->am_dphase = (e_uint32) (AM_SPEED * AM_DP_WIDTH / (opll->clk / 72)); in internal_refresh()
/dports/emulators/mednafen/mednafen/src/hw_sound/ym2413/
H A Demu2413.cpp149 #define AM_SPEED 3.6413 macro
959 am_dphase = (uint32) (AM_SPEED * AM_DP_WIDTH / (clk / 72)); in internal_refresh()
/dports/audio/vgmplay/vgmplay-0.40.9_2/chips/
H A Demu2413.c155 #define AM_SPEED 3.6413 macro
968 am_dphase = (e_uint32) RATE_ADJUST (AM_SPEED * AM_DP_WIDTH / (clk / 72)); in internal_refresh()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gme/game-music-emu-0.6pre/vgmplay/VGMPlay/chips/
H A Demu2413.c156 #define AM_SPEED 3.6413 macro
969 am_dphase = (e_uint32) RATE_ADJUST (AM_SPEED * AM_DP_WIDTH / (clk / 72)); in internal_refresh()
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/console/
H A DYm2413_Emu.cc317 #define AM_SPEED 3.6413 macro
1130 am_dphase = (e_uint32) RATE_ADJUST (AM_SPEED * AM_DP_WIDTH / (clk / 72)); in internal_refresh()