Home
last modified time | relevance | path

Searched refs:SLOT_SD (Results 1 – 5 of 5) sorted by relevance

/dports/emulators/mednafen/mednafen/src/hw_sound/ym2413/
H A Demu2413.cpp647 #define SLOT_SD 15 macro
724 if (!opll->slot_on_flag[SLOT_SD]) in keyOn_SD()
756 if (opll->slot_on_flag[SLOT_SD]) in keyOff_SD()
858 if (!((opll->slot_on_flag[SLOT_HH] && opll->slot_on_flag[SLOT_SD]) | (opll->reg[0x0e] & 32))) in update_rhythm_mode()
862 opll->slot[SLOT_SD].eg_mode = FINISH; in update_rhythm_mode()
871 opll->slot[SLOT_SD].eg_mode = FINISH; in update_rhythm_mode()
873 setSlotPatch (&opll->slot[SLOT_SD], &opll->patch[17 * 2 + 1]); in update_rhythm_mode()
909 opll->slot_on_flag[SLOT_SD] |= (opll->reg[0x0e] & 0x08); in update_key_status()
/dports/audio/vgmplay/vgmplay-0.40.9_2/chips/
H A Demu2413.c659 #define SLOT_SD 15 macro
736 if (!opll->slot_on_flag[SLOT_SD]) in keyOn_SD()
767 if (opll->slot_on_flag[SLOT_SD]) in keyOff_SD()
867 if (!((opll->slot_on_flag[SLOT_HH] && opll->slot_on_flag[SLOT_SD]) | (opll->reg[0x0e] & 0x20))) in update_rhythm_mode()
871 opll->slot[SLOT_SD].eg_mode = FINISH; in update_rhythm_mode()
880 opll->slot[SLOT_SD].eg_mode = FINISH; in update_rhythm_mode()
882 setSlotPatch (&opll->slot[SLOT_SD], &opll->patch[17 * 2 + 1]); in update_rhythm_mode()
918 opll->slot_on_flag[SLOT_SD] |= (opll->reg[0x0e] & 0x08); in update_key_status()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gme/game-music-emu-0.6pre/vgmplay/VGMPlay/chips/
H A Demu2413.c660 #define SLOT_SD 15 macro
737 if (!opll->slot_on_flag[SLOT_SD]) in keyOn_SD()
768 if (opll->slot_on_flag[SLOT_SD]) in keyOff_SD()
868 if (!((opll->slot_on_flag[SLOT_HH] && opll->slot_on_flag[SLOT_SD]) | (opll->reg[0x0e] & 0x20))) in update_rhythm_mode()
872 opll->slot[SLOT_SD].eg_mode = FINISH; in update_rhythm_mode()
881 opll->slot[SLOT_SD].eg_mode = FINISH; in update_rhythm_mode()
883 setSlotPatch (&opll->slot[SLOT_SD], &opll->patch[17 * 2 + 1]); in update_rhythm_mode()
919 opll->slot_on_flag[SLOT_SD] |= (opll->reg[0x0e] & 0x08); in update_key_status()
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/console/
H A DYm2413_Emu.cc821 #define SLOT_SD 15 macro
898 if (!opll->slot_on_flag[SLOT_SD]) in keyOn_SD()
929 if (opll->slot_on_flag[SLOT_SD]) in keyOff_SD()
1029 if (!((opll->slot_on_flag[SLOT_HH] && opll->slot_on_flag[SLOT_SD]) | (opll->reg[0x0e] & 32))) in update_rhythm_mode()
1033 opll->slot[SLOT_SD].eg_mode = FINISH; in update_rhythm_mode()
1042 opll->slot[SLOT_SD].eg_mode = FINISH; in update_rhythm_mode()
1044 setSlotPatch (&opll->slot[SLOT_SD], &opll->patch[17 * 2 + 1]); in update_rhythm_mode()
1080 opll->slot_on_flag[SLOT_SD] |= (opll->reg[0x0e] & 0x08); in update_key_status()
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/pico/sound/emu2413/
H A Demu2413.c418 #define SLOT_SD 15 macro
605 new_slot_key_status |= 1 << SLOT_SD; in update_key_status()
691 opll->slot[SLOT_SD].type = 3; in update_rhythm_mode()
703 opll->slot[SLOT_SD].type = 1; in update_rhythm_mode()