Home
last modified time | relevance | path

Searched refs:wave2_2pi (Results 1 – 8 of 8) sorted by relevance

/dports/audio/festalon/festalon/src/nes/ext/
H A Demu2413.c674 #define wave2_2pi(e) ( (e) >> ( SLOT_AMP_BITS - PG_BITS )) macro
676 #define wave2_2pi(e) ( (e) << ( PG_BITS - SLOT_AMP_BITS )) macro
/dports/emulators/mednafen/mednafen/src/nes/boards/
H A Demu2413.cpp677 #define wave2_2pi(e) ( (e) >> ( SLOT_AMP_BITS - PG_BITS )) macro
679 #define wave2_2pi(e) ( (e) << ( PG_BITS - SLOT_AMP_BITS )) macro
/dports/games/libretro-fceumm/libretro-fceumm-91ccd3b/src/boards/
H A Demu2413.c647 #define wave2_2pi(e) ((e) >> (SLOT_AMP_BITS - PG_BITS)) macro
649 #define wave2_2pi(e) ((e) << (PG_BITS - SLOT_AMP_BITS)) macro
/dports/games/libretro-quicknes/QuickNES_Core-901248a/nes_emu/
H A Demu2413.cpp685 #define wave2_2pi(e) ( (e) >> ( SLOT_AMP_BITS - PG_BITS )) macro
687 #define wave2_2pi(e) ( (e) << ( PG_BITS - SLOT_AMP_BITS )) macro
/dports/emulators/mednafen/mednafen/src/hw_sound/ym2413/
H A Demu2413.cpp1078 #define wave2_2pi(e) ( (e) >> ( SLOT_AMP_BITS - PG_BITS )) macro
1080 #define wave2_2pi(e) ( (e) << ( PG_BITS - SLOT_AMP_BITS )) macro
/dports/audio/vgmplay/vgmplay-0.40.9_2/chips/
H A Demu2413.c1131 #define wave2_2pi(e) ( (e) >> ( SLOT_AMP_BITS - PG_BITS )) macro
1133 #define wave2_2pi(e) ( (e) << ( PG_BITS - SLOT_AMP_BITS )) macro
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gme/game-music-emu-0.6pre/vgmplay/VGMPlay/chips/
H A Demu2413.c1132 #define wave2_2pi(e) ( (e) >> ( SLOT_AMP_BITS - PG_BITS )) macro
1134 #define wave2_2pi(e) ( (e) << ( PG_BITS - SLOT_AMP_BITS )) macro
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/console/
H A DYm2413_Emu.cc1285 #define wave2_2pi(e) ( (e) >> ( SLOT_AMP_BITS - PG_BITS )) macro
1287 #define wave2_2pi(e) ( (e) << ( PG_BITS - SLOT_AMP_BITS )) macro