Home
last modified time | relevance | path

Searched refs:DELTAT (Results 1 – 25 of 116) sorted by relevance

12345

/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/sound/
H A Dymdeltat.c278DELTAT->start = (DELTAT->reg[0x3]*0x0100 | DELTAT->reg[0x2]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
279DELTAT->end = (DELTAT->reg[0x5]*0x0100 | DELTAT->reg[0x4]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
281DELTAT->limit = (DELTAT->reg[0xd]*0x0100 | DELTAT->reg[0xc]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
288DELTAT->start = (DELTAT->reg[0x3]*0x0100 | DELTAT->reg[0x2]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
293DELTAT->end = (DELTAT->reg[0x5]*0x0100 | DELTAT->reg[0x4]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
372 DELTAT->delta = (DELTAT->reg[0xa]*0x0100 | DELTAT->reg[0x9]); in YM_DELTAT_ADPCM_Write()
395DELTAT->limit = (DELTAT->reg[0xd]*0x0100 | DELTAT->reg[0xc]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
439 DELTAT->now_data = *(DELTAT->memory + (DELTAT->now_addr>>1) ); in YM_DELTAT_postload()
503 DELTAT->now_data = *(DELTAT->memory + (DELTAT->now_addr>>1)); in YM_DELTAT_synthesis_from_external_memory()
535 DELTAT->adpcml += (DELTAT->acc * (int)DELTAT->now_step); in YM_DELTAT_synthesis_from_external_memory()
[all …]
H A Dymdeltat.h70 UINT8 YM_DELTAT_ADPCM_Read(YM_DELTAT *DELTAT);
71 void YM_DELTAT_ADPCM_Write(YM_DELTAT *DELTAT,int r,int v);
72 void YM_DELTAT_ADPCM_Reset(YM_DELTAT *DELTAT,int pan);
73 void YM_DELTAT_ADPCM_CALC(YM_DELTAT *DELTAT);
75 void YM_DELTAT_postload(YM_DELTAT *DELTAT,UINT8 *regs);
76 void YM_DELTAT_savestate(const char *statename,int num,YM_DELTAT *DELTAT);
/dports/emulators/quasi88/quasi88-0.6.4/src/snddrv/src/sound/
H A Dymdeltat.c289DELTAT->start = (DELTAT->reg[0x3]*0x0100 | DELTAT->reg[0x2]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
290DELTAT->end = (DELTAT->reg[0x5]*0x0100 | DELTAT->reg[0x4]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
292DELTAT->limit = (DELTAT->reg[0xd]*0x0100 | DELTAT->reg[0xc]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
302DELTAT->start = (DELTAT->reg[0x3]*0x0100 | DELTAT->reg[0x2]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
307DELTAT->end = (DELTAT->reg[0x5]*0x0100 | DELTAT->reg[0x4]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
386 DELTAT->delta = (DELTAT->reg[0xa]*0x0100 | DELTAT->reg[0x9]); in YM_DELTAT_ADPCM_Write()
409DELTAT->limit = (DELTAT->reg[0xd]*0x0100 | DELTAT->reg[0xc]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
459 DELTAT->now_data = *(DELTAT->memory + (DELTAT->now_addr>>1) ); in YM_DELTAT_postload()
529 DELTAT->now_data = *(DELTAT->memory + (DELTAT->now_addr>>1)); in YM_DELTAT_synthesis_from_external_memory()
561 DELTAT->adpcml += (DELTAT->acc * (int)DELTAT->now_step); in YM_DELTAT_synthesis_from_external_memory()
[all …]
H A Dymdeltat.h74 UINT8 YM_DELTAT_ADPCM_Read(YM_DELTAT *DELTAT);
75 void YM_DELTAT_ADPCM_Write(YM_DELTAT *DELTAT,int r,int v);
76 void YM_DELTAT_ADPCM_Reset(YM_DELTAT *DELTAT,int pan,int emulation_mode);
77 void YM_DELTAT_ADPCM_CALC(YM_DELTAT *DELTAT);
79 void YM_DELTAT_postload(YM_DELTAT *DELTAT,UINT8 *regs);
80 void YM_DELTAT_savestate(const char *statename,int num,YM_DELTAT *DELTAT);
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gme/game-music-emu-0.6pre/vgmplay/VGMPlay/chips/
H A Dymdeltat.c220 if (DELTAT->start > DELTAT->end) in YM_DELTAT_ADPCM_Write()
298DELTAT->start = (DELTAT->reg[0x3]*0x0100 | DELTAT->reg[0x2]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
299DELTAT->end = (DELTAT->reg[0x5]*0x0100 | DELTAT->reg[0x4]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
301DELTAT->limit = (DELTAT->reg[0xd]*0x0100 | DELTAT->reg[0xc]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
308DELTAT->start = (DELTAT->reg[0x3]*0x0100 | DELTAT->reg[0x2]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
313DELTAT->end = (DELTAT->reg[0x5]*0x0100 | DELTAT->reg[0x4]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
392 DELTAT->delta = (DELTAT->reg[0xa]*0x0100 | DELTAT->reg[0x9]); in YM_DELTAT_ADPCM_Write()
415DELTAT->limit = (DELTAT->reg[0xd]*0x0100 | DELTAT->reg[0xc]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
527 DELTAT->now_data = *(DELTAT->memory + (DELTAT->now_addr>>1)); in YM_DELTAT_synthesis_from_external_memory()
561 DELTAT->adpcml += (DELTAT->acc * (int)DELTAT->now_step); in YM_DELTAT_synthesis_from_external_memory()
[all …]
/dports/audio/vgmplay/vgmplay-0.40.9_2/chips/
H A Dymdeltat.c220 if (DELTAT->start > DELTAT->end) in YM_DELTAT_ADPCM_Write()
298DELTAT->start = (DELTAT->reg[0x3]*0x0100 | DELTAT->reg[0x2]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
299DELTAT->end = (DELTAT->reg[0x5]*0x0100 | DELTAT->reg[0x4]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
301DELTAT->limit = (DELTAT->reg[0xd]*0x0100 | DELTAT->reg[0xc]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
308DELTAT->start = (DELTAT->reg[0x3]*0x0100 | DELTAT->reg[0x2]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
313DELTAT->end = (DELTAT->reg[0x5]*0x0100 | DELTAT->reg[0x4]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
392 DELTAT->delta = (DELTAT->reg[0xa]*0x0100 | DELTAT->reg[0x9]); in YM_DELTAT_ADPCM_Write()
415DELTAT->limit = (DELTAT->reg[0xd]*0x0100 | DELTAT->reg[0xc]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
527 DELTAT->now_data = *(DELTAT->memory + (DELTAT->now_addr>>1)); in YM_DELTAT_synthesis_from_external_memory()
561 DELTAT->adpcml += (DELTAT->acc * (int)DELTAT->now_step); in YM_DELTAT_synthesis_from_external_memory()
[all …]
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/snd/
H A Dymdeltat.c290DELTAT->start = (DELTAT->reg[0x3]*0x0100 | DELTAT->reg[0x2]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
291DELTAT->end = (DELTAT->reg[0x5]*0x0100 | DELTAT->reg[0x4]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
293DELTAT->limit = (DELTAT->reg[0xd]*0x0100 | DELTAT->reg[0xc]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
300DELTAT->start = (DELTAT->reg[0x3]*0x0100 | DELTAT->reg[0x2]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
305DELTAT->end = (DELTAT->reg[0x5]*0x0100 | DELTAT->reg[0x4]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
384 DELTAT->delta = (DELTAT->reg[0xa]*0x0100 | DELTAT->reg[0x9]); in YM_DELTAT_ADPCM_Write()
407DELTAT->limit = (DELTAT->reg[0xd]*0x0100 | DELTAT->reg[0xc]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
454 DELTAT->now_data = *(DELTAT->memory + (DELTAT->now_addr>>1) ); in YM_DELTAT_postload()
534 DELTAT->now_data = *(DELTAT->memory + (DELTAT->now_addr>>1)); in YM_DELTAT_synthesis_from_external_memory()
566 DELTAT->adpcml += (DELTAT->acc * (int)DELTAT->now_step); in YM_DELTAT_synthesis_from_external_memory()
[all …]
H A Dymdeltat.h74 UINT8 YM_DELTAT_ADPCM_Read(YM_DELTAT *DELTAT);
75 void YM_DELTAT_ADPCM_Write(YM_DELTAT *DELTAT,int r,int v);
76 void YM_DELTAT_ADPCM_Reset(YM_DELTAT *DELTAT,int pan,int emulation_mode);
77 void YM_DELTAT_ADPCM_CALC(YM_DELTAT *DELTAT);
79 void YM_DELTAT_postload(YM_DELTAT *DELTAT,UINT8 *regs);
80 void YM_DELTAT_savestate(const char *statename,int num,YM_DELTAT *DELTAT);
/dports/audio/bambootracker/BambooTracker-0.4.5/BambooTracker/chips/mame/
H A Dymdeltat.c299DELTAT->start = (DELTAT->reg[0x3]*0x0100 | DELTAT->reg[0x2]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
300DELTAT->end = (DELTAT->reg[0x5]*0x0100 | DELTAT->reg[0x4]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
302DELTAT->limit = (DELTAT->reg[0xd]*0x0100 | DELTAT->reg[0xc]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
309DELTAT->start = (DELTAT->reg[0x3]*0x0100 | DELTAT->reg[0x2]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
314DELTAT->end = (DELTAT->reg[0x5]*0x0100 | DELTAT->reg[0x4]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
393 DELTAT->delta = (DELTAT->reg[0xa]*0x0100 | DELTAT->reg[0x9]); in YM_DELTAT_ADPCM_Write()
416DELTAT->limit = (DELTAT->reg[0xd]*0x0100 | DELTAT->reg[0xc]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
492 DELTAT->now_step += DELTAT->step; in YM_DELTAT_synthesis_from_external_memory()
528 DELTAT->now_data = *(DELTAT->memory + (DELTAT->now_addr>>1)); in YM_DELTAT_synthesis_from_external_memory()
562 DELTAT->adpcml += (DELTAT->acc * (int)DELTAT->now_step); in YM_DELTAT_synthesis_from_external_memory()
[all …]
H A Dymdeltat.h76 UINT8 YM_DELTAT_ADPCM_Read(YM_DELTAT *DELTAT);
77 void YM_DELTAT_ADPCM_Write(YM_DELTAT *DELTAT,int r,int v);
78 void YM_DELTAT_ADPCM_Reset(YM_DELTAT *DELTAT,int pan,int emulation_mode);
79 void YM_DELTAT_ADPCM_CALC(YM_DELTAT *DELTAT);
85 void YM_DELTAT_calc_mem_mask(YM_DELTAT* DELTAT);
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/snd/
H A Dymdeltat.c291DELTAT->start = (DELTAT->reg[0x3]*0x0100 | DELTAT->reg[0x2]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
292DELTAT->end = (DELTAT->reg[0x5]*0x0100 | DELTAT->reg[0x4]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
294DELTAT->limit = (DELTAT->reg[0xd]*0x0100 | DELTAT->reg[0xc]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
301DELTAT->start = (DELTAT->reg[0x3]*0x0100 | DELTAT->reg[0x2]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
306DELTAT->end = (DELTAT->reg[0x5]*0x0100 | DELTAT->reg[0x4]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
385 DELTAT->delta = (DELTAT->reg[0xa]*0x0100 | DELTAT->reg[0x9]); in YM_DELTAT_ADPCM_Write()
408DELTAT->limit = (DELTAT->reg[0xd]*0x0100 | DELTAT->reg[0xc]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
458 DELTAT->now_data = *(DELTAT->memory + (DELTAT->now_addr>>1) ); in YM_DELTAT_postload()
556 DELTAT->now_data = *(DELTAT->memory + (DELTAT->now_addr>>1)); in YM_DELTAT_synthesis_from_external_memory()
588 DELTAT->adpcml += (DELTAT->acc * (int)DELTAT->now_step); in YM_DELTAT_synthesis_from_external_memory()
[all …]
H A Dymdeltat.h74 UINT8 YM_DELTAT_ADPCM_Read(YM_DELTAT *DELTAT);
75 void YM_DELTAT_ADPCM_Write(YM_DELTAT *DELTAT,int r,int v);
76 void YM_DELTAT_ADPCM_Reset(YM_DELTAT *DELTAT,int pan,int emulation_mode);
77 void YM_DELTAT_ADPCM_CALC(YM_DELTAT *DELTAT);
79 void YM_DELTAT_postload(YM_DELTAT *DELTAT,UINT8 *regs);
80 void YM_DELTAT_savestate(const char *statename,int num,YM_DELTAT *DELTAT);
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/gmedecoder/gme/
H A Dymdeltat.cpp294DELTAT->start = (DELTAT->reg[0x3]*0x0100 | DELTAT->reg[0x2]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
295DELTAT->end = (DELTAT->reg[0x5]*0x0100 | DELTAT->reg[0x4]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
297DELTAT->limit = (DELTAT->reg[0xd]*0x0100 | DELTAT->reg[0xc]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
304DELTAT->start = (DELTAT->reg[0x3]*0x0100 | DELTAT->reg[0x2]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
309DELTAT->end = (DELTAT->reg[0x5]*0x0100 | DELTAT->reg[0x4]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
388 DELTAT->delta = (DELTAT->reg[0xa]*0x0100 | DELTAT->reg[0x9]); in YM_DELTAT_ADPCM_Write()
411DELTAT->limit = (DELTAT->reg[0xd]*0x0100 | DELTAT->reg[0xc]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
459 DELTAT->now_data = *(DELTAT->memory + (DELTAT->now_addr>>1) );
524 DELTAT->now_data = *(DELTAT->memory + (DELTAT->now_addr>>1)); in YM_DELTAT_synthesis_from_external_memory()
556 DELTAT->adpcml += (DELTAT->acc * (int)DELTAT->now_step); in YM_DELTAT_synthesis_from_external_memory()
[all …]
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/sound/
H A Dymdeltat.c278DELTAT->start = (DELTAT->reg[0x3]*0x0100 | DELTAT->reg[0x2]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
279DELTAT->end = (DELTAT->reg[0x5]*0x0100 | DELTAT->reg[0x4]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
281DELTAT->limit = (DELTAT->reg[0xd]*0x0100 | DELTAT->reg[0xc]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
288DELTAT->start = (DELTAT->reg[0x3]*0x0100 | DELTAT->reg[0x2]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
293DELTAT->end = (DELTAT->reg[0x5]*0x0100 | DELTAT->reg[0x4]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
372 DELTAT->delta = (DELTAT->reg[0xa]*0x0100 | DELTAT->reg[0x9]); in YM_DELTAT_ADPCM_Write()
395DELTAT->limit = (DELTAT->reg[0xd]*0x0100 | DELTAT->reg[0xc]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
439 DELTAT->now_data = *(DELTAT->memory + (DELTAT->now_addr>>1) ); in YM_DELTAT_postload()
503 DELTAT->now_data = *(DELTAT->memory + (DELTAT->now_addr>>1)); in YM_DELTAT_synthesis_from_external_memory()
535 DELTAT->adpcml += (DELTAT->acc * (int)DELTAT->now_step); in YM_DELTAT_synthesis_from_external_memory()
[all …]
H A Dymdeltat.h70 UINT8 YM_DELTAT_ADPCM_Read(YM_DELTAT *DELTAT);
71 void YM_DELTAT_ADPCM_Write(YM_DELTAT *DELTAT,int r,int v);
72 void YM_DELTAT_ADPCM_Reset(YM_DELTAT *DELTAT,int pan);
73 void YM_DELTAT_ADPCM_CALC(YM_DELTAT *DELTAT);
75 void YM_DELTAT_postload(YM_DELTAT *DELTAT,UINT8 *regs);
76 void YM_DELTAT_savestate(const char *statename,int num,YM_DELTAT *DELTAT);
/dports/emulators/quasi88/quasi88-0.6.4/src/snddrv-old/src/sound/
H A Dymdeltat.c228DELTAT->start = (DELTAT->reg[0x3]*0x0100 | DELTAT->reg[0x2]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
229DELTAT->end = (DELTAT->reg[0x5]*0x0100 | DELTAT->reg[0x4]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
231DELTAT->limit = (DELTAT->reg[0xd]*0x0100 | DELTAT->reg[0xc]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
241DELTAT->start = (DELTAT->reg[0x3]*0x0100 | DELTAT->reg[0x2]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
246DELTAT->end = (DELTAT->reg[0x5]*0x0100 | DELTAT->reg[0x4]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
301 DELTAT->delta = (DELTAT->reg[0xa]*0x0100 | DELTAT->reg[0x9]); in YM_DELTAT_ADPCM_Write()
324DELTAT->limit = (DELTAT->reg[0xd]*0x0100 | DELTAT->reg[0xc]) << (DELTAT->portshift - DELTAT->DRAM… in YM_DELTAT_ADPCM_Write()
366 DELTAT->now_data = *(DELTAT->memory + (DELTAT->now_addr>>1) );
449 DELTAT->now_data = *(DELTAT->memory + (DELTAT->now_addr>>1)); in YM_DELTAT_synthesis_from_external_memory()
481 DELTAT->adpcml += (DELTAT->acc * (int)DELTAT->now_step); in YM_DELTAT_synthesis_from_external_memory()
[all …]
/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/Src/SoundChips/
H A DYmdeltat.c107 DELTAT->start = (DELTAT->reg[0x3]*0x0100 | DELTAT->reg[0x2]) << DELTAT->portshift; in YM_DELTAT_ADPCM_Write()
113 DELTAT->end = (DELTAT->reg[0x5]*0x0100 | DELTAT->reg[0x4]) << DELTAT->portshift; in YM_DELTAT_ADPCM_Write()
121 (DELTAT->start+DELTAT->write_pointer) <= DELTAT->end ) in YM_DELTAT_ADPCM_Write()
123 DELTAT->memory[DELTAT->start+DELTAT->write_pointer] = v; in YM_DELTAT_ADPCM_Write()
136 DELTAT->delta = (DELTAT->reg[0xa]*0x0100 | DELTAT->reg[0x9]); in YM_DELTAT_ADPCM_Write()
167 (DELTAT->start+DELTAT->read_pointer) <= DELTAT->end ) in YM_DELTAT_ADPCM_Read()
169 v = DELTAT->memory[DELTAT->start+DELTAT->read_pointer]; in YM_DELTAT_ADPCM_Read()
187 (DELTAT->start+DELTAT->read_pointer) <= DELTAT->end ) in YM_DELTAT_ADPCM_Peek()
189 return DELTAT->memory[DELTAT->start+DELTAT->read_pointer]; in YM_DELTAT_ADPCM_Peek()
287 DELTAT->adpcml = DELTAT->next_leveling * DELTAT->volume; in YM_DELTAT_ADPCM_CALC()
[all …]
H A DYmdeltat.h62 #define YM_DELTAT_DECODE_PRESET(DELTAT) {ym_deltat_memory = DELTAT->memory;} argument
64 void YM_DELTAT_ADPCM_LoadState(YM_DELTAT *DELTAT);
65 void YM_DELTAT_ADPCM_SaveState(YM_DELTAT *DELTAT);
67 UINT8 YM_DELTAT_ADPCM_Peek(YM_DELTAT *DELTAT);
68 UINT8 YM_DELTAT_ADPCM_Peek2(YM_DELTAT *DELTAT);
69 UINT8 YM_DELTAT_ADPCM_Read(YM_DELTAT *DELTAT);
70 UINT8 YM_DELTAT_ADPCM_Read2(YM_DELTAT *DELTAT);
71 void YM_DELTAT_ADPCM_Write(YM_DELTAT *DELTAT,int r,int v);
72 void YM_DELTAT_ADPCM_Reset(YM_DELTAT *DELTAT,int pan);
76 void YM_DELTAT_ADPCM_CALC(YM_DELTAT *DELTAT);
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/sound/
H A Dymdeltat.c70 DELTAT->now_addr = (DELTAT->start)<<1; in YM_DELTAT_ADPCM_Write()
94 DELTAT->end = DELTAT->memory_size - 1; in YM_DELTAT_ADPCM_Write()
116 DELTAT->start = (DELTAT->reg[0x3]*0x0100 | DELTAT->reg[0x2]) << DELTAT->portshift; in YM_DELTAT_ADPCM_Write()
120 DELTAT->end = (DELTAT->reg[0x5]*0x0100 | DELTAT->reg[0x4]) << DELTAT->portshift; in YM_DELTAT_ADPCM_Write()
129 DELTAT->delta = (DELTAT->reg[0xa]*0x0100 | DELTAT->reg[0x9]); in YM_DELTAT_ADPCM_Write()
202 DELTAT->now_step += DELTAT->step; in YM_DELTAT_ADPCM_CALC()
251 DELTAT->adpcml = DELTAT->next_leveling * DELTAT->volume; in YM_DELTAT_ADPCM_CALC()
252 DELTAT->adpcml = DELTAT->adpcmx/*adpcmm*/ * DELTAT->volume; in YM_DELTAT_ADPCM_CALC()
260DELTAT->adpcml += (int)((float)DELTAT->sample_step * ((float)DELTAT->now_step/(float)DELTAT->step)… in YM_DELTAT_ADPCM_CALC()
262 DELTAT->adpcml += DELTAT->sample_step;
[all …]
/dports/emulators/mess/mame-mame0226/src/devices/sound/
H A Dymdeltat.cpp461 DELTAT->now_step += DELTAT->step; in YM_DELTAT_synthesis_from_external_memory()
496 DELTAT->now_data = DELTAT->read_byte(DELTAT->device, DELTAT->now_addr>>1); in YM_DELTAT_synthesis_from_external_memory()
509 DELTAT->prev_acc = DELTAT->acc; in YM_DELTAT_synthesis_from_external_memory()
528 DELTAT->adpcml += (DELTAT->acc * (int)DELTAT->now_step); in YM_DELTAT_synthesis_from_external_memory()
529 DELTAT->adpcml = (DELTAT->adpcml>>YM_DELTAT_SHIFT) * (int)DELTAT->volume; in YM_DELTAT_synthesis_from_external_memory()
532 *(DELTAT->pan) += DELTAT->adpcml; in YM_DELTAT_synthesis_from_external_memory()
542 DELTAT->now_step += DELTAT->step; in YM_DELTAT_synthesis_from_CPU_memory()
568 DELTAT->prev_acc = DELTAT->acc; in YM_DELTAT_synthesis_from_CPU_memory()
585 DELTAT->adpcml += (DELTAT->acc * (int)DELTAT->now_step); in YM_DELTAT_synthesis_from_CPU_memory()
586 DELTAT->adpcml = (DELTAT->adpcml>>YM_DELTAT_SHIFT) * (int)DELTAT->volume; in YM_DELTAT_synthesis_from_CPU_memory()
[all …]
/dports/emulators/mame/mame-mame0226/src/devices/sound/
H A Dymdeltat.cpp461 DELTAT->now_step += DELTAT->step; in YM_DELTAT_synthesis_from_external_memory()
496 DELTAT->now_data = DELTAT->read_byte(DELTAT->device, DELTAT->now_addr>>1); in YM_DELTAT_synthesis_from_external_memory()
509 DELTAT->prev_acc = DELTAT->acc; in YM_DELTAT_synthesis_from_external_memory()
528 DELTAT->adpcml += (DELTAT->acc * (int)DELTAT->now_step); in YM_DELTAT_synthesis_from_external_memory()
529 DELTAT->adpcml = (DELTAT->adpcml>>YM_DELTAT_SHIFT) * (int)DELTAT->volume; in YM_DELTAT_synthesis_from_external_memory()
532 *(DELTAT->pan) += DELTAT->adpcml; in YM_DELTAT_synthesis_from_external_memory()
542 DELTAT->now_step += DELTAT->step; in YM_DELTAT_synthesis_from_CPU_memory()
568 DELTAT->prev_acc = DELTAT->acc; in YM_DELTAT_synthesis_from_CPU_memory()
585 DELTAT->adpcml += (DELTAT->acc * (int)DELTAT->now_step); in YM_DELTAT_synthesis_from_CPU_memory()
586 DELTAT->adpcml = (DELTAT->adpcml>>YM_DELTAT_SHIFT) * (int)DELTAT->volume; in YM_DELTAT_synthesis_from_CPU_memory()
[all …]
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/opnmidi/chips/mamefm/
H A Dymdeltat.cpp461 DELTAT->now_step += DELTAT->step; in YM_DELTAT_synthesis_from_external_memory()
496 DELTAT->now_data = DELTAT->read_byte(DELTAT->device, DELTAT->now_addr>>1); in YM_DELTAT_synthesis_from_external_memory()
509 DELTAT->prev_acc = DELTAT->acc; in YM_DELTAT_synthesis_from_external_memory()
528 DELTAT->adpcml += (DELTAT->acc * (int)DELTAT->now_step); in YM_DELTAT_synthesis_from_external_memory()
529 DELTAT->adpcml = (DELTAT->adpcml>>YM_DELTAT_SHIFT) * (int)DELTAT->volume; in YM_DELTAT_synthesis_from_external_memory()
532 *(DELTAT->pan) += DELTAT->adpcml; in YM_DELTAT_synthesis_from_external_memory()
542 DELTAT->now_step += DELTAT->step; in YM_DELTAT_synthesis_from_CPU_memory()
568 DELTAT->prev_acc = DELTAT->acc; in YM_DELTAT_synthesis_from_CPU_memory()
585 DELTAT->adpcml += (DELTAT->acc * (int)DELTAT->now_step); in YM_DELTAT_synthesis_from_CPU_memory()
586 DELTAT->adpcml = (DELTAT->adpcml>>YM_DELTAT_SHIFT) * (int)DELTAT->volume; in YM_DELTAT_synthesis_from_CPU_memory()
[all …]
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/hardware/mame/
H A Dymdeltat.cpp489 DELTAT->now_step += DELTAT->step; in YM_DELTAT_synthesis_from_external_memory()
524 DELTAT->now_data = *(DELTAT->memory + (DELTAT->now_addr>>1)); in YM_DELTAT_synthesis_from_external_memory()
537 DELTAT->prev_acc = DELTAT->acc; in YM_DELTAT_synthesis_from_external_memory()
556 DELTAT->adpcml += (DELTAT->acc * (int)DELTAT->now_step); in YM_DELTAT_synthesis_from_external_memory()
557 DELTAT->adpcml = (DELTAT->adpcml>>YM_DELTAT_SHIFT) * (int)DELTAT->volume; in YM_DELTAT_synthesis_from_external_memory()
560 *(DELTAT->pan) += DELTAT->adpcml; in YM_DELTAT_synthesis_from_external_memory()
570 DELTAT->now_step += DELTAT->step; in YM_DELTAT_synthesis_from_CPU_memory()
596 DELTAT->prev_acc = DELTAT->acc; in YM_DELTAT_synthesis_from_CPU_memory()
613 DELTAT->adpcml += (DELTAT->acc * (int)DELTAT->now_step); in YM_DELTAT_synthesis_from_CPU_memory()
614 DELTAT->adpcml = (DELTAT->adpcml>>YM_DELTAT_SHIFT) * (int)DELTAT->volume; in YM_DELTAT_synthesis_from_CPU_memory()
[all …]
/dports/biology/mopac/mopac7-1.15/fortran/
H A Ddrc.f161 DELTAT=1.D-16
380 3 +0.16666D0*(DELTAT**2*1.D15)*DELTAT*VELO2(I)
381 4 +0.0416666D0*DELTAT**2*(1.D30*DELTAT**2)*VELO3(I))
398 VELO0(I) = VELO0(I) + DELTAT*VELO1(I) + 0.5D0*DELTAT**2*VELO
399 12(I)*1.D15 + 0.166666D0*DELTAT*(1.D30*DELTAT**2)*VELO3(
479 DELOLD=DELTAT
484 DELTAT= DELTAT*
493 DELTAT= DELTAT*MIN(1.05D0, 10.D0*ACCU/(SUM+1.D-4))
494 DELTAT=MIN(DELTAT,3.D-15*ACCU)
505 DELTAT=MIN(DELTAT,2.D-15)
[all …]
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/
H A Dgalaxy.c117 #define DELTAT (MAX_IDELTAT * 0.0001) macro
287 st->vel[0] *= DELTAT; in startover()
288 st->vel[1] *= DELTAT; in startover()
289 st->vel[2] *= DELTAT; in startover()
304 (void) printf("f_deltat=%g\n", DELTAT); in startover()
353 eps = 1/(EPSILON * sqrt_EPSILON * DELTAT * DELTAT * QCONS); in draw_galaxy()
373 d = gtk->mass / (d * sqrt(d)) * DELTAT * DELTAT * QCONS; in draw_galaxy()
405 d = 1 / (d * sqrt(d)) * DELTAT * QCONS; in draw_galaxy()
420 gt->pos[0] += gt->vel[0] * DELTAT; in draw_galaxy()
421 gt->pos[1] += gt->vel[1] * DELTAT; in draw_galaxy()
[all …]

12345