Home
last modified time | relevance | path

Searched refs:dt_tab (Results 1 – 25 of 32) sorted by last modified time

12

/dports/audio/vgmplay/vgmplay-0.40.9_2/chips/
H A Dfm.c344 static const UINT8 dt_tab[4 * 32]={ variable
624 INT32 dt_tab[8][32]; /* DeTune table */ member
991 SLOT->DT = ST->dt_tab[(v>>4)&7]; in set_det_mul()
1508 ST->dt_tab[d][i] = (INT32) rate; in init_timetables()
1509 ST->dt_tab[d+4][i] = -ST->dt_tab[d][i]; in init_timetables()
1511 logerror("FM.C: DT [%2i %2i] = %8x \n", d, i, ST->dt_tab[d][i] ); in init_timetables()
1774 init_timetables( &OPN->ST, dt_tab ); in OPNSetPres()
H A Dfm2612.c353 static const UINT8 dt_tab[4 * 32]={ variable
629 INT32 dt_tab[8][32]; /* DeTune table */ member
1133 SLOT->DT = ST->dt_tab[(v>>4)&7]; in set_det_mul()
2054 …rate = ((double)dt_tab[d*32 + i]) * freqbase * (1<<(FREQ_SH-10)); /* -10 because chip works with 1… in init_timetables()
2055 OPN->ST.dt_tab[d][i] = (INT32) rate; in init_timetables()
2056 OPN->ST.dt_tab[d+4][i] = -OPN->ST.dt_tab[d][i]; in init_timetables()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/snd/
H A Dfm.c383 static const UINT8 dt_tab[4 * 32]={ variable
661 INT32 dt_tab[8][32];/* DeTune table */ member
1050 SLOT->DT = ST->dt_tab[(v>>4)&7]; in set_det_mul()
1656 ST->dt_tab[d][i] = (INT32) rate; in init_timetables()
1657 ST->dt_tab[d+4][i] = -ST->dt_tab[d][i]; in init_timetables()
1659 logerror("FM.C: DT [%2i %2i] = %8x \n", d, i, ST->dt_tab[d][i] ); in init_timetables()
1941 init_timetables( &OPN->ST, dt_tab ); in OPNSetPres()
H A Dym2612.c354 static const UINT8 dt_tab[4 * 32]={ variable
590 INT32 dt_tab[8][32]; /* DeTune table */ member
968 SLOT->DT = ym2612.OPN.ST.dt_tab[(v>>4)&7]; in set_det_mul()
1901 ym2612.OPN.ST.dt_tab[d][i] = (INT32) dt_tab[d*32 + i]; in init_tables()
1902 ym2612.OPN.ST.dt_tab[d+4][i] = -ym2612.OPN.ST.dt_tab[d][i]; in init_tables()
2222 ym2612.CH[c].SLOT[s].DT = ym2612.OPN.ST.dt_tab[index&7]; in MDYM2612LoadContext()
2250 index = (ym2612.CH[c].SLOT[s].DT - ym2612.OPN.ST.dt_tab[0]) >> 5; in MDYM2612SaveContext()
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/opnmidi/chips/mame/
H A Dmame_ym2612fm.c362 static const UINT8 dt_tab[4 * 32]={ variable
674 INT32 dt_tab[8][32]; /* DeTune table */ member
1187 SLOT->DT = ST->dt_tab[(v>>4)&7]; in set_det_mul()
2122 …rate = ((double)dt_tab[d*32 + i]) * freqbase * (1<<(FREQ_SH-10)); /* -10 because chip works with 1… in init_timetables()
2123 OPN->ST.dt_tab[d][i] = (INT32) rate; in init_timetables()
2124 OPN->ST.dt_tab[d+4][i] = -OPN->ST.dt_tab[d][i]; in init_timetables()
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/game-music-emu/gme/
H A DYm2612_MAME.cpp575 static const UINT8 dt_tab[4 * 32]={ variable
857 INT32 dt_tab[8][32]; /* DeTune table */ member
1370 SLOT->DT = ST->dt_tab[(v>>4)&7]; in set_det_mul()
2305 …rate = ((double)dt_tab[d*32 + i]) * freqbase * (1<<(FREQ_SH-10)); /* -10 because chip works with 1… in init_timetables()
2306 OPN->ST.dt_tab[d][i] = (INT32) rate; in init_timetables()
2307 OPN->ST.dt_tab[d+4][i] = -OPN->ST.dt_tab[d][i]; in init_timetables()
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/opnmidi/chips/gx/
H A Dgx_ym2612.c345 static const UINT8 dt_tab[4 * 32]={ variable
608 INT32 dt_tab[8][32]; /* DeTune table */ member
985 SLOT->DT = ym2612->OPN.ST.dt_tab[(v>>4)&7]; in set_det_mul()
1940 ym2612->OPN.ST.dt_tab[d][i] = (INT32) dt_tab[d*32 + i]; in YM2612GXInit()
1941 ym2612->OPN.ST.dt_tab[d+4][i] = -ym2612->OPN.ST.dt_tab[d][i]; in YM2612GXInit()
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/opnmidi/chips/mamefm/
H A Dfm.cpp350 static const uint8_t dt_tab[4 * 32]={ variable
652 int32_t dt_tab[8][32]; /* DeTune table */ member
1022 SLOT->DT = ST->dt_tab[(v>>4)&7]; in set_det_mul()
1539 ST->dt_tab[d][i] = (int32_t) rate; in init_timetables()
1540 ST->dt_tab[d+4][i] = -ST->dt_tab[d][i]; in init_timetables()
1542 logerror("FM.C: DT [%2i %2i] = %8x \n", d, i, ST->dt_tab[d][i] ); in init_timetables()
1796 init_timetables( &OPN->ST, dt_tab ); in OPNSetPres()
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/gmedecoder/gme/
H A Dfm.c346 static const UINT8 dt_tab[4 * 32]={ variable
626 INT32 dt_tab[8][32]; /* DeTune table */ member
983 SLOT->DT = ST->dt_tab[(v>>4)&7]; in set_det_mul()
1500 ST->dt_tab[d][i] = (INT32) rate; in init_timetables()
1501 ST->dt_tab[d+4][i] = -ST->dt_tab[d][i]; in init_timetables()
1503 logerror("FM.C: DT [%2i %2i] = %8x \n", d, i, ST->dt_tab[d][i] ); in init_timetables()
1766 init_timetables( &OPN->ST, dt_tab ); in OPNSetPres()
H A Dfm2612.c352 static const UINT8 dt_tab[4 * 32]={ variable
627 INT32 dt_tab[8][32]; /* DeTune table */ member
1124 SLOT->DT = ST->dt_tab[(v>>4)&7]; in set_det_mul()
2029 …rate = ((double)dt_tab[d*32 + i]) * freqbase * (1<<(FREQ_SH-10)); /* -10 because chip works with 1… in init_timetables()
2030 OPN->ST.dt_tab[d][i] = (INT32) rate; in init_timetables()
2031 OPN->ST.dt_tab[d+4][i] = -OPN->ST.dt_tab[d][i]; in init_timetables()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/sound/
H A Dfm.c333 static const UINT8 dt_tab[4 * 32]={ variable
611 INT32 dt_tab[8][32];/* DeTune table */ member
981 SLOT->DT = ST->dt_tab[(v>>4)&7]; in set_det_mul()
1421 ST->dt_tab[d][i] = (INT32) rate; in init_timetables()
1422 ST->dt_tab[d+4][i] = -ST->dt_tab[d][i]; in init_timetables()
1423 log_cb(RETRO_LOG_DEBUG, LOGPRE "FM.C: DT [%2i %2i] = %8x \n", d, i, ST->dt_tab[d][i] ); in init_timetables()
1664 init_timetables( &OPN->ST, dt_tab ); in OPNSetPres()
4885 #define OPM_DTTABLE dt_tab
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/sound/
H A Dfm.c333 static const UINT8 dt_tab[4 * 32]={ variable
611 INT32 dt_tab[8][32];/* DeTune table */ member
981 SLOT->DT = ST->dt_tab[(v>>4)&7]; in set_det_mul()
1424 ST->dt_tab[d][i] = (INT32) rate; in init_timetables()
1425 ST->dt_tab[d+4][i] = -ST->dt_tab[d][i]; in init_timetables()
1427 logerror("FM.C: DT [%2i %2i] = %8x \n", d, i, ST->dt_tab[d][i] ); in init_timetables()
1673 init_timetables( &OPN->ST, dt_tab ); in OPNSetPres()
4895 #define OPM_DTTABLE dt_tab
/dports/games/libretro-genesis_plus_gx/Genesis-Plus-GX-7f83bc5/core/sound/
H A Dym2612.c338 static const UINT8 dt_tab[4 * 32]={ variable
572 INT32 dt_tab[8][32]; /* DeTune table */ member
953 SLOT->DT = ym2612.OPN.ST.dt_tab[(v>>4)&7]; in set_det_mul()
1883 ym2612.OPN.ST.dt_tab[d][i] = (INT32) dt_tab[d*32 + i]; in init_tables()
1884 ym2612.OPN.ST.dt_tab[d+4][i] = -ym2612.OPN.ST.dt_tab[d][i]; in init_tables()
2231 ym2612.CH[c].SLOT[s].DT = ym2612.OPN.ST.dt_tab[index&7]; in YM2612LoadContext()
2260 index = (ym2612.CH[c].SLOT[s].DT - ym2612.OPN.ST.dt_tab[0]) >> 5; in YM2612SaveContext()
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/pico/sound/
H A Dym2612.c365 static const UINT8 dt_tab[4 * 32]={ variable
603 SLOT->DT = ym2612.OPN.ST.dt_tab[(v>>4)&7]; in set_det_mul()
1448 ym2612.OPN.ST.dt_tab[d][i] = (INT32) rate; in init_timetables()
1449 ym2612.OPN.ST.dt_tab[d+4][i] = -ym2612.OPN.ST.dt_tab[d][i]; in init_timetables()
1617 init_timetables( dt_tab ); in OPNSetPres()
H A Dym2612.h107 INT32 dt_tab[8][32];/* DeTune table */ member
/dports/games/kodi-addon-game.libretro.genplus/game.libretro.genplus-1.7.4.15-Matrix/depends/common/genplus/core/sound/
H A Dym2612.c338 static const UINT8 dt_tab[4 * 32]={ variable
572 INT32 dt_tab[8][32]; /* DeTune table */ member
953 SLOT->DT = ym2612.OPN.ST.dt_tab[(v>>4)&7]; in set_det_mul()
1883 ym2612.OPN.ST.dt_tab[d][i] = (INT32) dt_tab[d*32 + i]; in init_tables()
1884 ym2612.OPN.ST.dt_tab[d+4][i] = -ym2612.OPN.ST.dt_tab[d][i]; in init_tables()
2231 ym2612.CH[c].SLOT[s].DT = ym2612.OPN.ST.dt_tab[index&7]; in YM2612LoadContext()
2260 index = (ym2612.CH[c].SLOT[s].DT - ym2612.OPN.ST.dt_tab[0]) >> 5; in YM2612SaveContext()
/dports/audio/bambootracker/BambooTracker-0.4.5/BambooTracker/chips/mame/
H A Dfm.c344 static const UINT8 dt_tab[4 * 32]={ variable
624 INT32 dt_tab[8][32]; /* DeTune table */ member
992 SLOT->DT = ST->dt_tab[(v>>4)&7]; in set_det_mul()
1514 ST->dt_tab[d][i] = (INT32) rate; in init_timetables()
1515 ST->dt_tab[d+4][i] = -ST->dt_tab[d][i]; in init_timetables()
1517 logerror("FM.C: DT [%2i %2i] = %8x \n", d, i, ST->dt_tab[d][i] ); in init_timetables()
1781 init_timetables( &OPN->ST, dt_tab ); in OPNSetPres()
/dports/emulators/mess/mame-mame0226/src/devices/sound/
H A Dfm.cpp347 static const uint8_t dt_tab[4 * 32]={ variable
625 int32_t dt_tab[8][32]; /* DeTune table */ member
994 SLOT->DT = ST->dt_tab[(v>>4)&7]; in set_det_mul()
1506 ST->dt_tab[d][i] = (int32_t) rate; in init_timetables()
1507 ST->dt_tab[d+4][i] = -ST->dt_tab[d][i]; in init_timetables()
1509 logerror("FM.C: DT [%2i %2i] = %8x \n", d, i, ST->dt_tab[d][i] ); in init_timetables()
1763 init_timetables( &OPN->ST, dt_tab ); in OPNSetPres()
H A Dfm2612.cpp358 static const uint8_t dt_tab[4 * 32]={ variable
632 int32_t dt_tab[8][32]; /* DeTune table */ member
1129 SLOT->DT = ST->dt_tab[(v>>4)&7]; in set_det_mul()
2000 …rate = ((double)dt_tab[d*32 + i]) * freqbase * (1<<(FREQ_SH-10)); /* -10 because chip works with 1… in init_timetables()
2001 OPN->ST.dt_tab[d][i] = (int32_t) rate; in init_timetables()
2002 OPN->ST.dt_tab[d+4][i] = -OPN->ST.dt_tab[d][i]; in init_timetables()
/dports/emulators/mame/mame-mame0226/src/devices/sound/
H A Dfm.cpp347 static const uint8_t dt_tab[4 * 32]={ variable
625 int32_t dt_tab[8][32]; /* DeTune table */ member
994 SLOT->DT = ST->dt_tab[(v>>4)&7]; in set_det_mul()
1506 ST->dt_tab[d][i] = (int32_t) rate; in init_timetables()
1507 ST->dt_tab[d+4][i] = -ST->dt_tab[d][i]; in init_timetables()
1509 logerror("FM.C: DT [%2i %2i] = %8x \n", d, i, ST->dt_tab[d][i] ); in init_timetables()
1763 init_timetables( &OPN->ST, dt_tab ); in OPNSetPres()
H A Dfm2612.cpp358 static const uint8_t dt_tab[4 * 32]={ variable
632 int32_t dt_tab[8][32]; /* DeTune table */ member
1129 SLOT->DT = ST->dt_tab[(v>>4)&7]; in set_det_mul()
2000 …rate = ((double)dt_tab[d*32 + i]) * freqbase * (1<<(FREQ_SH-10)); /* -10 because chip works with 1… in init_timetables()
2001 OPN->ST.dt_tab[d][i] = (int32_t) rate; in init_timetables()
2002 OPN->ST.dt_tab[d+4][i] = -OPN->ST.dt_tab[d][i]; in init_timetables()
/dports/games/libretro-picodrive/picodrive-600894e/pico/sound/
H A Dym2612.h101 INT32 dt_tab[8][32];/* DeTune table */ member
H A Dym2612.c371 static const UINT8 dt_tab[4 * 32]={ variable
584 SLOT->DT = ym2612.OPN.ST.dt_tab[(v>>4)&7]; in set_det_mul()
1260 ym2612.OPN.ST.dt_tab[d][i] = (INT32) rate; in init_timetables()
1261 ym2612.OPN.ST.dt_tab[d+4][i] = -ym2612.OPN.ST.dt_tab[d][i]; in init_timetables()
1421 init_timetables( dt_tab ); in OPNSetPres()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/snd/
H A Dfm.c383 static const UINT8 dt_tab[4 * 32]={ variable
661 INT32 dt_tab[8][32];/* DeTune table */ member
1048 SLOT->DT = ST->dt_tab[(v>>4)&7]; in set_det_mul()
1654 ST->dt_tab[d][i] = (INT32) rate; in init_timetables()
1655 ST->dt_tab[d+4][i] = -ST->dt_tab[d][i]; in init_timetables()
1657 logerror("FM.C: DT [%2i %2i] = %8x \n", d, i, ST->dt_tab[d][i] ); in init_timetables()
1917 init_timetables( &OPN->ST, dt_tab ); in OPNSetPres()
H A Dym2612.c354 static const UINT8 dt_tab[4 * 32]={ variable
590 INT32 dt_tab[8][32]; /* DeTune table */ member
968 SLOT->DT = ym2612.OPN.ST.dt_tab[(v>>4)&7]; in set_det_mul()
1901 ym2612.OPN.ST.dt_tab[d][i] = (INT32) dt_tab[d*32 + i]; in init_tables()
1902 ym2612.OPN.ST.dt_tab[d+4][i] = -ym2612.OPN.ST.dt_tab[d][i]; in init_tables()
2222 ym2612.CH[c].SLOT[s].DT = ym2612.OPN.ST.dt_tab[index&7]; in MDYM2612LoadContext()
2250 index = (ym2612.CH[c].SLOT[s].DT - ym2612.OPN.ST.dt_tab[0]) >> 5; in MDYM2612SaveContext()

12