Home
last modified time | relevance | path

Searched refs:TMS34010TotalCycles (Results 1 – 18 of 18) sorted by relevance

/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/
H A Dtms34010_intf.h24 INT64 TMS34010TotalCycles();
H A Dtms34010_intf.cpp73 return TMS34010TotalCycles(); in TMS34010TotalCyclesi32()
134 INT64 TMS34010TotalCycles() in TMS34010TotalCycles() function
H A Dtms34_intf.h25 INT64 TMS34010TotalCycles();
H A Dtms34_intf.cpp99 return TMS34010TotalCycles(); in TMS34010TotalCyclesi32()
235 INT64 TMS34010TotalCycles() in TMS34010TotalCycles() function
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/cpu/
H A Dtms34010_intf.h23 INT64 TMS34010TotalCycles();
H A Dtms34010_intf.cpp67 INT64 TMS34010TotalCycles() in TMS34010TotalCycles() function
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/tms34010/
H A Dtms34010.cpp316 INT32 hc = TMS34010TotalCycles() % nScreenWidth; in read_ioreg()
323 return (TMS34010TotalCycles() / 0x10) & 0xfffc; in read_ioreg()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/drv/pre90s/
H A Dd_exterm.cpp150 INT32 cyc0 = (TMS34010TotalCycles() * 2000000 / (40000000 / 8)) - M6502TotalCycles(0); in sync_snd_both()
151 INT32 cyc1 = (TMS34010TotalCycles() * 2000000 / (40000000 / 8)) - M6502TotalCycles(1); in sync_snd_both()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/drv/midway/
H A Dd_xunit.cpp149 INT32 cyc = TMS34010TotalCycles() - Dcs2kTotalCycles(); in STDDIPINFO()
826 nExtraCycles = TMS34010TotalCycles() - nCyclesTotal[0]; in DrvFrame()
H A Dmidtunit.cpp129 INT32 cyc = ((double)TMS34010TotalCycles() / 63 * 100) - Dcs2kTotalCycles(); in dcs_sound_sync()
1289 nExtraCycles = TMS34010TotalCycles() - nCyclesTotal[0]; in TUnitFrame()
H A Dmidwunit.cpp94 INT32 cyc = ((double)TMS34010TotalCycles() / 63 * 100) - Dcs2kTotalCycles(); in sound_sync()
H A Dd_yunit.cpp1139 INT32 cyc = (TMS34010TotalCycles() * 4000000 / (master_clock / 8)) - ZetTotalCycles(0); in sync_sound()
1146 INT32 cyc = (TMS34010TotalCycles() * 2000000 / (master_clock / 8)) - M6809TotalCycles(0); in sync_sound()
1152 cyc = (TMS34010TotalCycles() * 2000000 / (master_clock / 8)) - M6809TotalCycles(1); in sync_sound()
1846 nExtraCycles = TMS34010TotalCycles() - nCyclesTotal[0]; in DrvFrame()
1904 nExtraCycles = TMS34010TotalCycles() - nCyclesTotal[0]; in YawdimFrame()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/drv/pst90s/
H A Dd_btoads.cpp193 INT32 todo = (TMS34010TotalCycles() * 6 / 8) - ZetTotalCycles(); in sync_sound()
862 nExtraCycles[0] = TMS34010TotalCycles() - nCyclesTotal[0]; in DrvFrame()
H A Dd_artmagic.cpp542 INT32 cyc = (((INT64)SekTotalCycles() * (40000000 / 8)) / 12500000) - TMS34010TotalCycles(); in sync_cpu()
561 INT32 cyc = (((INT64)TMS34010TotalCycles() * 12500000) / (40000000 / 8)) - SekTotalCycles(); in sync_m68k()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/tms34/
H A Dtms34010.cpp1565 result = TMS34010TotalCycles() % cyc_per_line; in tms34010_io_register_r()
1578 return (TMS34010TotalCycles() / 16) & 0xfffc; in tms34010_io_register_r()
1610 result = TMS34010TotalCycles() % cyc_per_line; in tms34020_io_register_r()
1626 return (TMS34010TotalCycles() / refreshrate) & 0xffff; in tms34020_io_register_r()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/drv/midway/
H A Dmidtunit_dma.h441 TMS34010TimerCB(TMS34010TotalCycles() + ((double)(41*pixels) * 0.0063447), TUnitDmaCallback); in TUnitDmaWrite()
H A Dmidwunit.cpp98 INT32 cyc = ((double)TMS34010TotalCycles() / 63 * 100) - Dcs2kTotalCycles(); in sound_sync()
H A Dmidtunit.cpp127 INT32 cyc = ((double)TMS34010TotalCycles() / 63 * 100) - Dcs2kTotalCycles(); in dcs_sound_sync()