Home
last modified time | relevance | path

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

/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Core/
H A DOpllTables.h183 uint32_t dphaseTable[512][8][16]; variable
275 dphaseTable[fnum][block][ML] = rate_adjust(((fnum * mltable[ML]) << block) >> (20 - DP_BITS)); in makeDphaseTable()
H A DOpllChannel.h277 dphase = _tables->dphaseTable[fnum][block][patch.ML]; in UpdatePg()
/dports/audio/festalon/festalon/src/nes/ext/
H A Demu2413.h177 e_uint32 dphaseTable[512][8][16]; member
H A Demu2413.c220 opll->dphaseTable[fnum][block][ML] = (((fnum * mltable[ML]) << block) >> (20 - DP_BITS)); in makeDphaseTable()
441 #define UPDATE_PG(S) (S)->dphase = opll->dphaseTable[(S)->fnum][(S)->block][(S)->patch.ML]
/dports/emulators/mednafen/mednafen/src/nes/boards/
H A Demu2413.h175 e_uint32 dphaseTable[512][8][16]; member
H A Demu2413.cpp223 opll->dphaseTable[fnum][block][ML] = (((fnum * mltable[ML]) << block) >> (20 - DP_BITS)); in makeDphaseTable()
444 #define UPDATE_PG(S) (S)->dphase = opll->dphaseTable[(S)->fnum][(S)->block][(S)->patch.ML]
/dports/games/libretro-quicknes/QuickNES_Core-901248a/nes_emu/
H A Demu2413.h186 e_uint32 dphaseTable[512][8][16]; member
H A Demu2413.cpp236 opll->dphaseTable[fnum][block][ML] = (((fnum * mltable[ML]) << block) >> (20 - DP_BITS)); in makeDphaseTable()
457 #define UPDATE_PG(S) (S)->dphase = opll->dphaseTable[(S)->fnum][(S)->block][(S)->patch.ML]
/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/Src/SoundChips/
H A DOpenMsxY8950.cpp28 unsigned int Y8950::Slot::dphaseTable[1024][8][16]; member in Y8950::Slot
163 dphaseTable[fnum][block][ML] = in makeDphaseTable()
301 dphase = dphaseTable[fnum][block][patch.ML]; in updatePG()
H A DOpenMsxYM2413_2.h352 static unsigned int dphaseTable[512][8][16]; variable
H A DOpenMsxY8950.h244 static unsigned int dphaseTable[1024][8][16]; variable
H A DOpenMsxYM2413_2.cpp39 unsigned int OpenYM2413_2::dphaseTable[512][8][16]; member in OpenYM2413_2
190 dphaseTable[fnum][block][ML] = in makeDphaseTable()
369 dphase = dphaseTable[fnum][block][patches[patchIdx].ML]; in updatePG()
/dports/games/libretro-fceumm/libretro-fceumm-91ccd3b/src/boards/
H A Demu2413.c197 static uint32 dphaseTable[512][8][16]; variable
288 dphaseTable[fnum][block][ML] = rate_adjust(((fnum * mltable[ML]) << block) >> (20 - DP_BITS)); in makeDphaseTable()
417 #define UPDATE_PG(S) (S)->dphase = dphaseTable[(S)->fnum][(S)->block][(S)->patch.ML]
/dports/emulators/mednafen/mednafen/src/hw_sound/ym2413/
H A Demu2413.cpp212 static uint32 dphaseTable[512][8][16]; variable
334 dphaseTable[fnum][block][ML] = (((fnum * mltable[ML]) << block) >> (20 - DP_BITS)); in makeDphaseTable()
651 #define UPDATE_PG(S) (S)->dphase = dphaseTable[(S)->fnum][(S)->block][(S)->patch->ML]
/dports/audio/vgmplay/vgmplay-0.40.9_2/chips/
H A Demu2413.c223 static e_uint32 dphaseTable[512][8][16]; variable
346dphaseTable[fnum][block][ML] = RATE_ADJUST (((fnum * mltable[ML]) << block) >> (20 - DP_BITS)); in makeDphaseTable()
663 #define UPDATE_PG(S) (S)->dphase = dphaseTable[(S)->fnum][(S)->block][(S)->patch->ML]
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gme/game-music-emu-0.6pre/vgmplay/VGMPlay/chips/
H A Demu2413.c224 static e_uint32 dphaseTable[512][8][16]; variable
347dphaseTable[fnum][block][ML] = RATE_ADJUST (((fnum * mltable[ML]) << block) >> (20 - DP_BITS)); in makeDphaseTable()
664 #define UPDATE_PG(S) (S)->dphase = dphaseTable[(S)->fnum][(S)->block][(S)->patch->ML]
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/console/
H A DYm2413_Emu.cc385 static e_uint32 dphaseTable[512][8][16]; variable
508dphaseTable[fnum][block][ML] = RATE_ADJUST (((fnum * mltable[ML]) << block) >> (20 - DP_BITS)); in makeDphaseTable()
825 #define UPDATE_PG(S) (S)->dphase = dphaseTable[(S)->fnum][(S)->block][(S)->patch->ML]