Home
last modified time | relevance | path

Searched refs:env_freq (Results 1 – 15 of 15) sorted by relevance

/dports/audio/bambootracker/BambooTracker-0.4.5/BambooTracker/chips/mame/
H A Demu2149.c200 psg->env_freq = 0; in PSG_reset()
249 while (psg->env_count>=0x10000 && psg->env_freq!=0) in calc()
274 psg->env_count -= psg->env_freq; in calc()
356 while (psg->env_count>=0x10000 && psg->env_freq!=0) in calc_stereo()
381 psg->env_count -= psg->env_freq; in calc_stereo()
515 psg->env_freq = (psg->reg[12] << 8) + psg->reg[11]; in PSG_writeReg()
525 psg->env_count = 0x10000 - psg->env_freq; in PSG_writeReg()
H A Demu2149.h61 e_uint32 env_freq; member
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gme/game-music-emu-0.6pre/vgmplay/VGMPlay/chips/
H A Demu2149.c188 psg->env_freq = 0; in PSG_reset()
237 while (psg->env_count>=0x10000 && psg->env_freq!=0) in calc()
262 psg->env_count -= psg->env_freq; in calc()
344 while (psg->env_count>=0x10000 && psg->env_freq!=0) in calc_stereo()
369 psg->env_count -= psg->env_freq; in calc_stereo()
503 psg->env_freq = (psg->reg[12] << 8) + psg->reg[11]; in PSG_writeReg()
513 psg->env_count = 0x10000 - psg->env_freq; in PSG_writeReg()
H A Demu2149.h61 e_uint32 env_freq; member
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/opnmidi/chips/mamefm/
H A Demu2149.c193 psg->env_freq = 0; in PSG_reset()
242 while (psg->env_count>=0x10000 && psg->env_freq!=0) in calc()
267 psg->env_count -= psg->env_freq; in calc()
349 while (psg->env_count>=0x10000 && psg->env_freq!=0) in calc_stereo()
374 psg->env_count -= psg->env_freq; in calc_stereo()
508 psg->env_freq = (psg->reg[12] << 8) + psg->reg[11]; in PSG_writeReg()
518 psg->env_count = 0x10000 - psg->env_freq; in PSG_writeReg()
H A Demu2149.h56 UINT32 env_freq; member
/dports/audio/vgmplay/vgmplay-0.40.9_2/chips/
H A Demu2149.c200 psg->env_freq = 0; in PSG_reset()
249 while (psg->env_count>=0x10000 && psg->env_freq!=0) in calc()
274 psg->env_count -= psg->env_freq; in calc()
356 while (psg->env_count>=0x10000 && psg->env_freq!=0) in calc_stereo()
381 psg->env_count -= psg->env_freq; in calc_stereo()
515 psg->env_freq = (psg->reg[12] << 8) + psg->reg[11]; in PSG_writeReg()
525 psg->env_count = 0x10000 - psg->env_freq; in PSG_writeReg()
H A Demu2149.h61 e_uint32 env_freq; member
/dports/games/ballerburg/ballerburg-1.2.0/src/
H A Dpsg.c72 double env_freq; member
304 tdata.env_freq = ((double)PSG_FREQUENCY/(256.0 * tmp)); in psg_update_values()
306 tdata.env_freq = 0; in psg_update_values()
377 if(tdata.env_freq) in _get_one_sample()
378 tdata.env_period += 2*(QUALITY/(tdata.sample_freq * tdata.env_freq)); in _get_one_sample()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/vtx/
H A Dayemu_8912.h66 int env_freq; /**< R11, R12 */ member
H A Day8912.c350 ay->regs.env_freq = regs[11] + (regs[12] << 8); in ayemu_set_regs()
442 if (++ay->cnt_e >= ay->regs.env_freq) { in ayemu_gen_sound()
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/vtx/
H A Dayemu_8912.h59 int env_freq; /**< R11, R12 */ member
H A Day8912.cc347 ay->regs.env_freq = regs[11] + (regs[12] << 8); in ayemu_set_regs()
438 if (++ay->cnt_e >= ay->regs.env_freq) { in ayemu_gen_sound()
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/AYUGens/AY_libayemu/include/
H A Dayemu_8912.h60 int env_freq; /**< R11, R12 */ member
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/AYUGens/AY_libayemu/src/
H A Day8912.c346 ay->regs.env_freq = regs[11] + (regs[12] << 8); in ayemu_set_regs()
438 if (++ay->cnt_e >= ay->regs.env_freq) { in ayemu_gen_sound()