Home
last modified time | relevance | path

Searched refs:jedi_table (Results 1 – 24 of 24) sorted by relevance

/dports/games/libretro-fceumm/libretro-fceumm-91ccd3b/src/boards/
H A D178.c53 static int32 jedi_table[16 * 49]; variable
63 jedi_table[step * 16 + nib] = ((nib & 0x08) != 0) ? -value : value; in jedi_table_init()
69 acc += jedi_table[decstep + code]; in decode()
/dports/emulators/quasi88/quasi88-0.6.4/src/fmgen/
H A Dopna.h364 static int jedi_table[(48+1)*16]; variable
H A Dopna.cpp1879 int OPNB::jedi_table[(48+1)*16]; member in FM::OPNB
1894 jedi_table[i*16+j] = s * table2[j] / 8; in InitADPCMATable()
1953 r.adpcmx += jedi_table[r.adpcmd + data]; in ADPCMAMix()
/dports/games/libretro-px68k/px68k-libretro-8455d9c/fmgen/
H A Dopna.h365 static int jedi_table[(48+1)*16]; variable
H A Dopna.cpp1758 int OPNB::jedi_table[(48+1)*16]; member in FM::OPNB
1773 jedi_table[i*16+j] = s * table2[j] / 8; in InitADPCMATable()
1832 r.adpcmx += jedi_table[r.adpcmd + data]; in ADPCMAMix()
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/opnmidi/chips/np2/
H A Dfmgen_opna.h468 static int jedi_table[(48+1)*16]; variable
H A Dfmgen_opna.cpp1976 int OPNB::jedi_table[(48+1)*16]; member in FM::OPNB
1991 jedi_table[i*16+j] = s * table2[j] / 8; in InitADPCMATable()
2050 r.adpcmx += jedi_table[r.adpcmd + data]; in ADPCMAMix()
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/sound/
H A Dfm.c1671 static int jedi_table[(48+1)*16]; variable
1695 jedi_table[step*16+nib] = (nib&0x08) ? -value : value; in InitOPNB_ADPCMATable()
1719 jedi_table[ta*16+tb]=tc; in InitOPNB_ADPCMATable()
1757 ch->adpcmx += jedi_table[ch->adpcmd+data]; in OPNB_ADPCM_CALC_CHA()
/dports/emulators/gngeo/gngeo-gngeo_0.8/src/ym2610/
H A Dym2610.c2281 static int jedi_table[ 49*16 ]; variable
2294 jedi_table[step * 16 + nib] = (nib & 0x08) ? -value : value; in OPNB_ADPCMA_init_table()
2337 ch->adpcma_acc += jedi_table[ch->adpcma_step + data]; in OPNB_ADPCMA_calc_chan()
/dports/emulators/gngeo/gngeo-gngeo_0.8/src/ym2610-940/
H A Dym2610.c2293 static int jedi_table[ 49*16 ]; variable
2306 jedi_table[step * 16 + nib] = (nib & 0x08) ? -value : value; in OPNB_ADPCMA_init_table()
2349 ch->adpcma_acc += jedi_table[ch->adpcma_step + data]; in OPNB_ADPCMA_calc_chan()
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/gmedecoder/gme/
H A Dfm.c2452 static int jedi_table[ 49*16 ]; variable
2465 jedi_table[step*16 + nib] = (nib&0x08) ? -value : value; in Init_ADPCMATable()
2516 ch->adpcm_acc += jedi_table[ch->adpcm_step + data]; in ADPCMA_calc_chan()
/dports/emulators/mess/mame-mame0226/src/devices/sound/
H A Dfm.cpp2412 static int jedi_table[ 49*16 ]; variable
2499 ch->adpcm_acc += jedi_table[ch->adpcm_step + data]; in ADPCMA_calc_chan()
2653 jedi_table[step*16 + nib] = (nib&0x08) ? -value : value; in Init_ADPCMATable()
/dports/audio/bambootracker/BambooTracker-0.4.5/BambooTracker/chips/mame/
H A Dfm.c2506 static int jedi_table[ 49*16 ]; variable
2519 jedi_table[step*16 + nib] = (nib&0x08) ? -value : value; in Init_ADPCMATable()
2570 ch->adpcm_acc += jedi_table[ch->adpcm_step + data]; in ADPCMA_calc_chan()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gme/game-music-emu-0.6pre/vgmplay/VGMPlay/chips/
H A Dfm.c2499 static int jedi_table[ 49*16 ]; variable
2512 jedi_table[step*16 + nib] = (nib&0x08) ? -value : value; in Init_ADPCMATable()
2563 ch->adpcm_acc += jedi_table[ch->adpcm_step + data]; in ADPCMA_calc_chan()
/dports/emulators/mame/mame-mame0226/src/devices/sound/
H A Dfm.cpp2412 static int jedi_table[ 49*16 ]; variable
2499 ch->adpcm_acc += jedi_table[ch->adpcm_step + data]; in ADPCMA_calc_chan()
2653 jedi_table[step*16 + nib] = (nib&0x08) ? -value : value; in Init_ADPCMATable()
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/opnmidi/chips/mamefm/
H A Dfm.cpp2453 static int jedi_table[ 49*16 ]; variable
2541 ch->adpcm_acc += jedi_table[ch->adpcm_step + data]; in ADPCMA_calc_chan()
2694 jedi_table[step*16 + nib] = (nib&0x08) ? -value : value; in Init_ADPCMATable()
/dports/audio/vgmplay/vgmplay-0.40.9_2/chips/
H A Dfm.c2498 static int jedi_table[ 49*16 ]; variable
2511 jedi_table[step*16 + nib] = (nib&0x08) ? -value : value; in Init_ADPCMATable()
2562 ch->adpcm_acc += jedi_table[ch->adpcm_step + data]; in ADPCMA_calc_chan()
/dports/emulators/quasi88/quasi88-0.6.4/src/snddrv/src/sound/
H A Dfm.c2377 static int jedi_table[ 49*16 ]; variable
2390 jedi_table[step*16 + nib] = (nib&0x08) ? -value : value; in Init_ADPCMATable()
2435 ch->adpcm_acc += jedi_table[ch->adpcm_step + data]; in ADPCMA_calc_chan()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/snd/
H A Dfm.c2682 static int jedi_table[ 49*16 ]; variable
2695 jedi_table[step*16 + nib] = (nib&0x08) ? -value : value; in Init_ADPCMATable()
2740 ch->adpcm_acc += jedi_table[ch->adpcm_step + data]; in ADPCMA_calc_chan()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/snd/
H A Dfm.c2646 static int jedi_table[ 49*16 ]; variable
2659 jedi_table[step*16 + nib] = (nib&0x08) ? -value : value; in Init_ADPCMATable()
2704 ch->adpcm_acc += jedi_table[ch->adpcm_step + data]; in ADPCMA_calc_chan()
/dports/emulators/dgen-sdl/dgen-sdl-1.33/
H A Dfm.c2637 static int jedi_table[ 49*16 ]; variable
2650 jedi_table[step*16 + nib] = (nib&0x08) ? -value : value; in Init_ADPCMATable()
2695 ch->adpcm_acc += jedi_table[ch->adpcm_step + data]; in ADPCMA_calc_chan()
/dports/emulators/quasi88/quasi88-0.6.4/src/snddrv-old/src/sound/
H A Dfm.c2400 static int jedi_table[ 49*16 ]; variable
2413 jedi_table[step*16 + nib] = (nib&0x08) ? -value : value; in Init_ADPCMATable()
2458 ch->adpcm_acc += jedi_table[ch->adpcm_step + data]; in ADPCMA_calc_chan()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/sound/
H A Dfm.c2395 static int jedi_table[ 49*16 ]; variable
2408 jedi_table[step*16 + nib] = (nib&0x08) ? -value : value; in Init_ADPCMATable()
2453 ch->adpcm_acc += jedi_table[ch->adpcm_step + data]; in ADPCMA_calc_chan()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/sound/
H A Dfm.c2386 static int jedi_table[ 49*16 ]; variable
2399 jedi_table[step*16 + nib] = (nib&0x08) ? -value : value; in Init_ADPCMATable()
2444 ch->adpcm_acc += jedi_table[ch->adpcm_step + data]; in ADPCMA_calc_chan()