Home
last modified time | relevance | path

Searched refs:AM_PG_WIDTH (Results 1 – 16 of 16) sorted by relevance

/dports/audio/festalon/festalon/src/nes/ext/
H A Demu2413.h42 #define AM_PG_WIDTH (1<<AM_PG_BITS) macro
154 e_int32 amtable[AM_PG_WIDTH];
H A Demu2413.c206 for (i = 0; i < AM_PG_WIDTH; i++) in makeAmTable()
/dports/emulators/mednafen/mednafen/src/nes/boards/
H A Demu2413.h44 #define AM_PG_WIDTH (1<<AM_PG_BITS) macro
152 e_int32 amtable[AM_PG_WIDTH];
H A Demu2413.cpp209 for (i = 0; i < AM_PG_WIDTH; i++) in makeAmTable()
/dports/games/libretro-quicknes/QuickNES_Core-901248a/nes_emu/
H A Demu2413.h51 #define AM_PG_WIDTH (1<<AM_PG_BITS) macro
163 e_int32 amtable[AM_PG_WIDTH];
H A Demu2413.cpp222 for (i = 0; i < AM_PG_WIDTH; i++) in makeAmTable()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Core/
H A DOpllTables.h94 const int32_t AM_PG_WIDTH = (1 << AM_PG_BITS); variable
165 int32_t amtable[AM_PG_WIDTH];
261 for(i = 0; i < AM_PG_WIDTH; i++) in makeAmTable()
/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/Src/SoundChips/
H A DOpenMsxYM2413_2.h112 static const int AM_PG_WIDTH = 1 << AM_PG_BITS; variable
330 static int amtable[AM_PG_WIDTH];
H A DOpenMsxY8950.h133 static const int AM_PG_WIDTH = 1<<AM_PG_BITS; variable
361 int amtable[2][AM_PG_WIDTH];
H A DOpenMsxY8950.cpp147 for (int i=0; i<AM_PG_WIDTH; i++) in makeAmTable()
149 for (int i=0; i<AM_PG_WIDTH; i++) in makeAmTable()
H A DOpenMsxYM2413_2.cpp29 int OpenYM2413_2::amtable[AM_PG_WIDTH];
173 for (int i = 0; i < AM_PG_WIDTH; ++i) { in makeAmTable()
/dports/games/libretro-fceumm/libretro-fceumm-91ccd3b/src/boards/
H A Demu2413.c121 #define AM_PG_WIDTH (1 << AM_PG_BITS) macro
171 static int32 amtable[AM_PG_WIDTH];
275 for (i = 0; i < AM_PG_WIDTH; i++) in makeAmTable()
/dports/emulators/mednafen/mednafen/src/hw_sound/ym2413/
H A Demu2413.cpp136 #define AM_PG_WIDTH (1<<AM_PG_BITS) macro
180 static int32 amtable[AM_PG_WIDTH];
318 for (i = 0; i < AM_PG_WIDTH; i++) in makeAmTable()
/dports/audio/vgmplay/vgmplay-0.40.9_2/chips/
H A Demu2413.c142 #define AM_PG_WIDTH (1<<AM_PG_BITS) macro
191 static e_int32 amtable[AM_PG_WIDTH];
330 for (i = 0; i < AM_PG_WIDTH; i++) in makeAmTable()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gme/game-music-emu-0.6pre/vgmplay/VGMPlay/chips/
H A Demu2413.c143 #define AM_PG_WIDTH (1<<AM_PG_BITS) macro
192 static e_int32 amtable[AM_PG_WIDTH];
331 for (i = 0; i < AM_PG_WIDTH; i++) in makeAmTable()
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/console/
H A DYm2413_Emu.cc304 #define AM_PG_WIDTH (1<<AM_PG_BITS) macro
353 static e_int32 amtable[AM_PG_WIDTH];
492 for (i = 0; i < AM_PG_WIDTH; i++) in makeAmTable()