Home
last modified time | relevance | path

Searched defs:sustine (Results 1 – 19 of 19) sorted by relevance

/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Core/
H A DOpllChannel.h118 int32_t sustine; /* Sustine 1 = ON, 0 = OFF */ variable
158 void setSustine(int32_t sustine) in setSustine()
H A DOpllEmulator.h452 void setSustine(int32_t c, int32_t sustine) in setSustine()
/dports/emulators/mednafen/mednafen/src/hw_sound/ym2413/
H A Demu2413.h34 int32 sustine ; /* Sustine 1 = ON, 0 = OFF */ member
H A Demu2413.cpp798 setSustine (EMU2413 * opll, int32 c, int32 sustine) in setSustine()
/dports/games/libretro-fceumm/libretro-fceumm-91ccd3b/src/boards/
H A Demu2413.h43 int32 sustine; /* Sustine 1 = ON, 0 = OFF */ member
H A Demu2413.c470 INLINE static void setSustine(OPLL * opll, int32 c, int32 sustine) { in setSustine()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gme/game-music-emu-0.6pre/vgmplay/VGMPlay/chips/
H A Demu2413.h44 e_int32 sustine ; /* Sustine 1 = ON, 0 = OFF */ member
H A Demu2413.c808 setSustine (OPLL * opll, e_int32 c, e_int32 sustine) in setSustine()
/dports/audio/vgmplay/vgmplay-0.40.9_2/chips/
H A Demu2413.h44 e_int32 sustine ; /* Sustine 1 = ON, 0 = OFF */ member
H A Demu2413.c807 setSustine (OPLL * opll, e_int32 c, e_int32 sustine) in setSustine()
/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/Src/SoundChips/
H A DOpenMsxYM2413_2.h201 int sustine; // Sustine 1 = ON, 0 = OFF variable
H A DOpenMsxYM2413_2.cpp505 void OpenYM2413_2::Channel::setSustine(bool sustine) in setSustine()
/dports/games/libretro-quicknes/QuickNES_Core-901248a/nes_emu/
H A Demu2413.h98 e_int32 sustine ; /* Sustine 1 = ON, 0 = OFF */ member
H A Demu2413.cpp515 INLINE static void setSustine (OPLL * opll, e_int32 c, e_int32 sustine) in setSustine()
/dports/audio/festalon/festalon/src/nes/ext/
H A Demu2413.h89 e_int32 sustine ; /* Sustine 1 = ON, 0 = OFF */ member
H A Demu2413.c499 INLINE static void setSustine (OPLL * opll, e_int32 c, e_int32 sustine) in setSustine()
/dports/emulators/mednafen/mednafen/src/nes/boards/
H A Demu2413.h87 e_int32 sustine ; /* Sustine 1 = ON, 0 = OFF */ member
H A Demu2413.cpp502 INLINE static void setSustine (OPLL * opll, e_int32 c, e_int32 sustine) in setSustine()
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/console/
H A DYm2413_Emu.cc101 e_int32 sustine ; /* Sustine 1 = ON, 0 = OFF */ member
969 setSustine (OPLL * opll, e_int32 c, e_int32 sustine) in setSustine()