Home
last modified time | relevance | path

Searched refs:hc_table (Results 1 – 6 of 6) sorted by relevance

/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/drv/sms/
H A Dsmshvc.h185 UINT8 *hc_table[] = variable
H A Dsmsvdp.cpp365 return hc_table[0][ZetTotalCycles() % CYCLES_PER_LINE]; in vdp_counter_r()
/dports/emulators/mednafen/mednafen/src/md/
H A Dhvc.h810 static const uint8 *hc_table[2] = {
/dports/emulators/dgen-sdl/dgen-sdl-1.33/
H A Dmdfr.cpp1080 hc = hc_table[id][1]; in calculate_coo8()
1084 hc = hc_table[id][0]; in calculate_coo8()
1113 return hc_table[id][1]; in calculate_coo9()
1114 return hc_table[id][0]; in calculate_coo9()
H A Dmd.cpp520 hc_table[hc][0] = (((hc * 170) / M68K_CYCLES_PER_LINE) - 0x18); in init_pal()
522 hc_table[hc][1] = (((hc * 205) / M68K_CYCLES_PER_LINE) - 0x1c); in init_pal()
H A Dmd.h472 uint8_t hc_table[512][2]; variable