Home
last modified time | relevance | path

Searched refs:pgout_hh (Results 1 – 6 of 6) sorted by relevance

/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/Src/SoundChips/
H A DOpenMsxYM2413_2.h168 inline int calc_slot_cym(unsigned int pgout_hh);
H A DOpenMsxYM2413_2.cpp911 int OpenYM2413_2::Slot::calc_slot_cym(unsigned int pgout_hh) in calc_slot_cym() argument
917 = (((BIT(pgout_hh, PG_BITS - 8) ^ BIT(pgout_hh, PG_BITS - 1)) | in calc_slot_cym()
918 BIT(pgout_hh, PG_BITS - 7)) ^ in calc_slot_cym()
/dports/emulators/mednafen/mednafen/src/hw_sound/ym2413/
H A Demu2413.cpp1298 INLINE static int32 calc_slot_cym (EMU2413_SLOT * slot, uint32 pgout_hh) in calc_slot_cym() argument
1306 ((BIT(pgout_hh,PG_BITS-8)^BIT(pgout_hh,PG_BITS-1))|BIT(pgout_hh,PG_BITS-7)) ^ in calc_slot_cym()
/dports/audio/vgmplay/vgmplay-0.40.9_2/chips/
H A Demu2413.c1357 calc_slot_cym (OPLL_SLOT * slot, e_uint32 pgout_hh) in calc_slot_cym() argument
1365 ((BIT(pgout_hh,PG_BITS-8)^BIT(pgout_hh,PG_BITS-1))|BIT(pgout_hh,PG_BITS-7)) ^ in calc_slot_cym()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gme/game-music-emu-0.6pre/vgmplay/VGMPlay/chips/
H A Demu2413.c1358 calc_slot_cym (OPLL_SLOT * slot, e_uint32 pgout_hh) in calc_slot_cym() argument
1366 ((BIT(pgout_hh,PG_BITS-8)^BIT(pgout_hh,PG_BITS-1))|BIT(pgout_hh,PG_BITS-7)) ^ in calc_slot_cym()
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/console/
H A DYm2413_Emu.cc1511 calc_slot_cym (OPLL_SLOT * slot, e_uint32 pgout_hh) in calc_slot_cym() argument
1519 ((BIT(pgout_hh,PG_BITS-8)^BIT(pgout_hh,PG_BITS-1))|BIT(pgout_hh,PG_BITS-7)) ^ in calc_slot_cym()