Home
last modified time | relevance | path

Searched refs:setSustine (Results 1 – 12 of 12) sorted by relevance

/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Core/
H A DOpllEmulator.h320 setSustine(ch, (data >> 5) & 1); in WriteReg()
452 void setSustine(int32_t c, int32_t sustine) in setSustine() function
454 GetCarrier(c)->setSustine(sustine); in setSustine()
456 GetModulator(c)->setSustine(sustine); in setSustine()
H A DOpllChannel.h158 void setSustine(int32_t sustine) in setSustine() function
/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/Src/SoundChips/
H A DOpenMsxYM2413_2.h216 inline void setSustine(bool sustine);
H A DOpenMsxYM2413_2.cpp505 void OpenYM2413_2::Channel::setSustine(bool sustine) in setSustine() function in OpenYM2413_2::Channel
1185 ch[cha].setSustine((data >> 5) & 1); in writeReg()
/dports/audio/festalon/festalon/src/nes/ext/
H A Demu2413.c499 INLINE static void setSustine (OPLL * opll, e_int32 c, e_int32 sustine) in setSustine() function
1101 setSustine (opll, ch, (data >> 5) & 1); in OPLL_writeReg()
/dports/emulators/mednafen/mednafen/src/nes/boards/
H A Demu2413.cpp502 INLINE static void setSustine (OPLL * opll, e_int32 c, e_int32 sustine) in setSustine() function
1104 setSustine (opll, ch, (data >> 5) & 1); in OPLL_writeReg()
/dports/games/libretro-fceumm/libretro-fceumm-91ccd3b/src/boards/
H A Demu2413.c470 INLINE static void setSustine(OPLL * opll, int32 c, int32 sustine) { in setSustine() function
1040 setSustine(opll, ch, (data >> 5) & 1); in OPLL_writeReg()
/dports/games/libretro-quicknes/QuickNES_Core-901248a/nes_emu/
H A Demu2413.cpp515 INLINE static void setSustine (OPLL * opll, e_int32 c, e_int32 sustine) in setSustine() function
1143 setSustine (opll, ch, (data >> 5) & 1); in OPLL_writeReg()
/dports/emulators/mednafen/mednafen/src/hw_sound/ym2413/
H A Demu2413.cpp798 setSustine (EMU2413 * opll, int32 c, int32 sustine) in setSustine() function
1636 setSustine (opll, ch, (data >> 5) & 1); in EMU2413_writeReg()
/dports/audio/vgmplay/vgmplay-0.40.9_2/chips/
H A Demu2413.c807 setSustine (OPLL * opll, e_int32 c, e_int32 sustine) in setSustine() function
1783 setSustine (opll, ch, (data >> 5) & 1); in OPLL_writeReg()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gme/game-music-emu-0.6pre/vgmplay/VGMPlay/chips/
H A Demu2413.c808 setSustine (OPLL * opll, e_int32 c, e_int32 sustine) in setSustine() function
1784 setSustine (opll, ch, (data >> 5) & 1); in OPLL_writeReg()
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/console/
H A DYm2413_Emu.cc969 setSustine (OPLL * opll, e_int32 c, e_int32 sustine) in setSustine() function
1876 setSustine (opll, ch, (data >> 5) & 1); in OPLL_writeReg()