Home
last modified time | relevance | path

Searched refs:TL_BITS (Results 1 – 25 of 42) sorted by relevance

12

/dports/audio/festalon/festalon/src/nes/ext/
H A Demu2413.h27 #define TL_BITS 6 macro
28 #define TL_MUTE (1<<TL_BITS)
173 e_uint32 tllTable[16][8][1 << TL_BITS][4];
/dports/emulators/mednafen/mednafen/src/nes/boards/
H A Demu2413.h29 #define TL_BITS 6 macro
30 #define TL_MUTE (1<<TL_BITS)
171 e_uint32 tllTable[16][8][1 << TL_BITS][4];
/dports/games/libretro-quicknes/QuickNES_Core-901248a/nes_emu/
H A Demu2413.h36 #define TL_BITS 6 macro
37 #define TL_MUTE (1<<TL_BITS)
182 e_uint32 tllTable[16][8][1 << TL_BITS][4];
/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/Src/SoundChips/
H A DOpenMsxYM2413_2.h90 static const int TL_BITS = 6; variable
91 static const int TL_MUTE = 1 << TL_BITS;
348 static unsigned int tllTable[16][8][1 << TL_BITS][4];
H A DOpenMsxY8950.h101 static const int TL_BITS = 6; variable
102 static const int TL_MUTE = 1<<TL_BITS;
241 static int tllTable[16][8][1<<TL_BITS][4];
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Core/
H A DOpllTables.h72 const int32_t TL_BITS = 6; variable
73 const int32_t TL_MUTE = (1 << TL_BITS);
179 uint32_t tllTable[16][8][1 << TL_BITS][4];
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/sound/
H A Dfmopl.c40 #define TL_BITS (FREQ_BITS+2) macro
43 #define OPL_OUTSB (TL_BITS+3-16) /* OPL output final shift 16bit */
615 rate = ((1<<TL_BITS)-1)/pow(10,EG_STEP*t/20); /* dB -> voltage */ in OPLOpenTable()
1164 DELTAT->output_range = DELTAT_MIXING_LEVEL<<TL_BITS; in OPLResetChip()
/dports/games/openxcom/OpenXcom-1.0/src/Engine/Adlib/
H A Dfmopl.cpp66 #define TL_BITS (FREQ_BITS+2) macro
69 #define OPL_OUTSB (TL_BITS+1-16) /* OPL output final shift 16bit */
642 rate = ((1<<TL_BITS)-1)/pow(10,EG_STEP*t/20); /* dB -> voltage */ in OPLOpenTable()
1200 DELTAT->output_range = DELTAT_MIXING_LEVEL<<TL_BITS; in OPLResetChip()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/adplug/adplug/
H A Dfmopl.c68 #define TL_BITS (FREQ_BITS+2) macro
71 #define OPL_OUTSB (TL_BITS+3-16) /* OPL output final shift 16bit */
644 rate = ((1<<TL_BITS)-1)/pow(10,EG_STEP*t/20); /* dB -> voltage */ in OPLOpenTable()
1201 DELTAT->output_range = DELTAT_MIXING_LEVEL<<TL_BITS; in OPLResetChip()
/dports/multimedia/libxine/xine-lib-1.2.11/contrib/nosefart/
H A Dfmopl.c48 #define TL_BITS (FREQ_BITS+2) macro
51 #define OPL_OUTSB (TL_BITS+3-16) /* OPL output final shift 16bit */
622 rate = ((1<<TL_BITS)-1)/pow(10,EG_STEP*t/20); /* dB -> voltage */ in OPLOpenTable()
1171 DELTAT->output_range = DELTAT_MIXING_LEVEL<<TL_BITS; in OPLResetChip()
/dports/audio/libadplug/adplug-adplug-2.3.3/src/
H A Dfmopl.c72 #define TL_BITS (FREQ_BITS+2) macro
75 #define OPL_OUTSB (TL_BITS+3-16) /* OPL output final shift 16bit */
650 rate = ((1<<TL_BITS)-1)/pow(10,EG_STEP*t/20); /* dB -> voltage */ in OPLOpenTable()
1207 DELTAT->output_range = DELTAT_MIXING_LEVEL<<TL_BITS; in OPLResetChip()
/dports/audio/lmms/lmms-1.2.2/plugins/opl2/
H A Dfmopl.c68 #define TL_BITS (FREQ_BITS+2) macro
71 #define OPL_OUTSB (TL_BITS+3-16) /* OPL output final shift 16bit */
708 rate = ((1<<TL_BITS)-1)/pow(10,EG_STEP*t/20); /* dB -> voltage */
1277 DELTAT->output_range = DELTAT_MIXING_LEVEL<<TL_BITS;
/dports/audio/nosefart/nosefart-1.92f-mls/src/sndhrdw/
H A Dfmopl.c44 #define TL_BITS (FREQ_BITS+2)
47 #define OPL_OUTSB (TL_BITS+3-16) /* OPL output final shift 16bit */
631 rate = ((1<<TL_BITS)-1)/mypow(10,EG_STEP*t/20); /* dB -> voltage */
1180 DELTAT->output_range = DELTAT_MIXING_LEVEL<<TL_BITS;
/dports/games/libretro-fceumm/libretro-fceumm-91ccd3b/src/boards/
H A Demu2413.c92 #define TL_BITS 6 macro
93 #define TL_MUTE (1 << TL_BITS)
193 static uint32 tllTable[16][8][1 << TL_BITS][4];
/dports/games/libretro-scummvm/scummvm-7b1e929/audio/softsynth/opl/
H A Dmame.cpp96 #define TL_BITS (FREQ_BITS+2) macro
99 #define OPL_OUTSB (TL_BITS+3-16) /* OPL output final shift 16bit */
705 rate = ((1 << TL_BITS) - 1) / pow(10.0, EG_STEP * t / 20); /* dB -> voltage */ in OPLOpenTable()
/dports/games/residualvm/residualvm-0.3.1/audio/softsynth/opl/
H A Dmame.cpp96 #define TL_BITS (FREQ_BITS+2) macro
99 #define OPL_OUTSB (TL_BITS+3-16) /* OPL output final shift 16bit */
705 rate = ((1 << TL_BITS) - 1) / pow(10.0, EG_STEP * t / 20); /* dB -> voltage */ in OPLOpenTable()
/dports/emulators/qemu42/qemu-4.2.1/hw/audio/
H A Dfmopl.c60 #define TL_BITS (FREQ_BITS+2) macro
63 #define OPL_OUTSB (TL_BITS+3-16) /* OPL output final shift 16bit */
632 rate = ((1<<TL_BITS)-1)/pow(10,EG_STEP*t/20); /* dB -> voltage */ in OPLOpenTable()
/dports/emulators/qemu/qemu-6.2.0/hw/audio/
H A Dfmopl.c60 #define TL_BITS (FREQ_BITS+2) macro
63 #define OPL_OUTSB (TL_BITS+3-16) /* OPL output final shift 16bit */
633 rate = ((1<<TL_BITS)-1)/pow(10,EG_STEP*t/20); /* dB -> voltage */ in OPLOpenTable()
/dports/emulators/qemu60/qemu-6.0.0/hw/audio/
H A Dfmopl.c60 #define TL_BITS (FREQ_BITS+2) macro
63 #define OPL_OUTSB (TL_BITS+3-16) /* OPL output final shift 16bit */
633 rate = ((1<<TL_BITS)-1)/pow(10,EG_STEP*t/20); /* dB -> voltage */ in OPLOpenTable()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/hw/audio/
H A Dfmopl.c60 #define TL_BITS (FREQ_BITS+2) macro
63 #define OPL_OUTSB (TL_BITS+3-16) /* OPL output final shift 16bit */
632 rate = ((1<<TL_BITS)-1)/pow(10,EG_STEP*t/20); /* dB -> voltage */ in OPLOpenTable()
/dports/emulators/qemu5/qemu-5.2.0/hw/audio/
H A Dfmopl.c60 #define TL_BITS (FREQ_BITS+2) macro
63 #define OPL_OUTSB (TL_BITS+3-16) /* OPL output final shift 16bit */
633 rate = ((1<<TL_BITS)-1)/pow(10,EG_STEP*t/20); /* dB -> voltage */ in OPLOpenTable()
/dports/games/exult/exult-snapshot-v1.7.0.20211128/audio/midi_drivers/
H A Dfmopl.cpp58 #define TL_BITS (FREQ_BITS+2) macro
61 #define OPL_OUTSB (TL_BITS+3-16) /* OPL output final shift 16bit */
644 double rate = ((1 << TL_BITS) - 1) / pow(10.0, EG_STEP * t / 20); /* dB -> voltage */ in OPLOpenTable()
/dports/emulators/qemu-utils/qemu-4.2.1/hw/audio/
H A Dfmopl.c60 #define TL_BITS (FREQ_BITS+2) macro
63 #define OPL_OUTSB (TL_BITS+3-16) /* OPL output final shift 16bit */
632 rate = ((1<<TL_BITS)-1)/pow(10,EG_STEP*t/20); /* dB -> voltage */ in OPLOpenTable()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/hw/audio/
H A Dfmopl.c60 #define TL_BITS (FREQ_BITS+2) macro
63 #define OPL_OUTSB (TL_BITS+3-16) /* OPL output final shift 16bit */
633 rate = ((1<<TL_BITS)-1)/pow(10,EG_STEP*t/20); /* dB -> voltage */ in OPLOpenTable()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/hw/audio/
H A Dfmopl.c60 #define TL_BITS (FREQ_BITS+2) macro
63 #define OPL_OUTSB (TL_BITS+3-16) /* OPL output final shift 16bit */
632 rate = ((1<<TL_BITS)-1)/pow(10,EG_STEP*t/20); /* dB -> voltage */ in OPLOpenTable()

12