/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/drv/taito/ |
H A D | d_darius2.cpp | 1496 nTaitoCyclesTotal[0] = (16000000 / 2) / 60; in Darius2Init() 1497 nTaitoCyclesTotal[1] = (16000000 / 2) / 60; in Darius2Init() 1498 nTaitoCyclesTotal[2] = (16000000 / 4) / 60; in Darius2Init() 1592 nTaitoCyclesTotal[0] = 12000000 / 60; in Darius2dInit() 1593 nTaitoCyclesTotal[1] = (16000000 / 4) / 60; in Darius2dInit() 1703 nTaitoCyclesTotal[0] = 16000000 / 60; in WarriorbInit() 1704 nTaitoCyclesTotal[1] = (16000000 / 4) / 60; in WarriorbInit() 1962 nNext = (i + 1) * nTaitoCyclesTotal[nCurrentCPU] / nInterleave; in Darius2Frame() 1985 BurnTimerEndFrame(nTaitoCyclesTotal[2]); in Darius2Frame() 2015 nNext = (i + 1) * nTaitoCyclesTotal[nCurrentCPU] / nInterleave; in Darius2dFrame() [all …]
|
H A D | d_taitomisc.cpp | 4674 nTaitoCyclesTotal[0] = 12000000 / 60; in OpwolfInit() 4675 nTaitoCyclesTotal[1] = 4000000 / 60; in OpwolfInit() 4796 nTaitoCyclesTotal[1] = 4000000 / 60; in OpwolfbInit() 4797 nTaitoCyclesTotal[2] = 4000000 / 60; in OpwolfbInit() 4986 nTaitoCyclesTotal[0] = 8000000 / 60; in JumpingInit() 4987 nTaitoCyclesTotal[1] = 4000000 / 60; in JumpingInit() 5195 nTaitoCyclesTotal[0] = 8000000 / 60; in TopspeedInit() 5196 nTaitoCyclesTotal[1] = 8000000 / 60; in TopspeedInit() 5197 nTaitoCyclesTotal[2] = 4000000 / 60; in TopspeedInit() 5285 nTaitoCyclesTotal[0] = 8000000 / 60; in VolfiedInit() [all …]
|
H A D | d_taitox.cpp | 1187 nTaitoCyclesTotal[0] = (8000000) / 60; in TaitoXInit() 1188 nTaitoCyclesTotal[1] = (4000000) / 60; in TaitoXInit() 1244 nTaitoCyclesTotal[0] = (9000000) / 60; in SupermanInit() 1491 nNext = (i + 1) * nTaitoCyclesTotal[nCurrentCPU] / nInterleave; in TaitoXFrame() 1499 BurnTimerUpdate((i + 1) * (nTaitoCyclesTotal[1] / nInterleave)); in TaitoXFrame() 1509 BurnTimerEndFrame(nTaitoCyclesTotal[1]); in TaitoXFrame() 1540 nNext = (i + 1) * nTaitoCyclesTotal[nCurrentCPU] / nInterleave; in TwinhawkFrame() 1549 nNext = (i + 1) * nTaitoCyclesTotal[nCurrentCPU] / nInterleave; in TwinhawkFrame()
|
H A D | d_taitoz.cpp | 5002 nTaitoCyclesTotal[0] = 12000000 / 60; in AquajackInit() 5003 nTaitoCyclesTotal[1] = 12000000 / 60; in AquajackInit() 5096 nTaitoCyclesTotal[0] = 12000000 / 60; in BsharkInit() 5097 nTaitoCyclesTotal[1] = 12000000 / 60; in BsharkInit() 5208 nTaitoCyclesTotal[0] = 12000000 / 60; in ChasehqInit() 5209 nTaitoCyclesTotal[1] = 12000000 / 60; in ChasehqInit() 5308 nTaitoCyclesTotal[0] = 12000000 / 60; in ContcircInit() 5309 nTaitoCyclesTotal[1] = 12000000 / 60; in ContcircInit() 5405 nTaitoCyclesTotal[0] = 16000000 / 60; in DblaxleInit() 5406 nTaitoCyclesTotal[1] = 16000000 / 60; in DblaxleInit() [all …]
|
H A D | d_slapshot.cpp | 619 nTaitoCyclesTotal[0] = 14364000 / 60; in MachineInit() 620 nTaitoCyclesTotal[1] = 4000000 / 60; in MachineInit() 904 nNext = (i + 1) * nTaitoCyclesTotal[nCurrentCPU] / nInterleave; in SlapshotFrame() 912 BurnTimerUpdate((i + 1) * (nTaitoCyclesTotal[1] / nInterleave)); in SlapshotFrame() 917 BurnTimerEndFrame(nTaitoCyclesTotal[1]); in SlapshotFrame()
|
H A D | d_superchs.cpp | 559 nTaitoCyclesTotal[0] = 20000000 / 60; in SuperchsInit() 560 nTaitoCyclesTotal[1] = (16000000+2000000) / 60; in SuperchsInit() 561 nTaitoCyclesTotal[2] = 16000000 / 60; in SuperchsInit() 816 nNext = (i + 1) * nTaitoCyclesTotal[nCurrentCPU] / nInterleave; in SuperchsFrame() 826 nNext = (i + 1) * nTaitoCyclesTotal[nCurrentCPU] / nInterleave; in SuperchsFrame()
|
H A D | taito.h | 59 extern INT32 nTaitoCyclesDone[4], nTaitoCyclesTotal[4];
|
H A D | d_taitof2.cpp | 7672 nTaitoCyclesTotal[0] = (24000000 / 2) / 60; in TaitoF2Init() 7673 nTaitoCyclesTotal[1] = (24000000 / 6) / 60; in TaitoF2Init() 7826 nTaitoCyclesTotal[1] = (24000000 / 4) / 60; in CamltryaInit() 10819 nNext = (i + 1) * nTaitoCyclesTotal[nCurrentCPU] / nInterleave; in TaitoF2Frame() 10832 BurnTimerUpdate((i + 1) * (nTaitoCyclesTotal[1] / nInterleave)); in TaitoF2Frame() 10842 BurnTimerEndFrame(nTaitoCyclesTotal[1]); in TaitoF2Frame() 10886 nNext = (i + 1) * nTaitoCyclesTotal[nCurrentCPU] / nInterleave; in DriveoutFrame() 10900 nNext = (i + 1) * nTaitoCyclesTotal[nCurrentCPU] / nInterleave; in DriveoutFrame()
|
H A D | taito.cpp | 74 INT32 nTaitoCyclesDone[4], nTaitoCyclesTotal[4]; variable
|
H A D | d_taitof3.cpp | 1492 nTaitoCyclesTotal[0] = 16000000 / 60; // do not touch! in DrvFrame() 1502 nNext = (i + 1) * nTaitoCyclesTotal[nCurrentCPU] / nInterleave; in DrvFrame()
|
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/drv/taito/ |
H A D | d_darius2.cpp | 1466 nTaitoCyclesTotal[0] = (16000000 / 2) / 60; in Darius2Init() 1467 nTaitoCyclesTotal[1] = (16000000 / 2) / 60; in Darius2Init() 1468 nTaitoCyclesTotal[2] = (16000000 / 4) / 60; in Darius2Init() 1562 nTaitoCyclesTotal[0] = 12000000 / 60; in Darius2dInit() 1563 nTaitoCyclesTotal[1] = (16000000 / 4) / 60; in Darius2dInit() 1673 nTaitoCyclesTotal[0] = 16000000 / 60; in WarriorbInit() 1674 nTaitoCyclesTotal[1] = (16000000 / 4) / 60; in WarriorbInit() 1950 BurnTimerUpdate(i * (nTaitoCyclesTotal[2] / nInterleave)); in Darius2Frame() 1955 BurnTimerEndFrame(nTaitoCyclesTotal[2]); in Darius2Frame() 1992 BurnTimerUpdate(i * (nTaitoCyclesTotal[1] / nInterleave)); in Darius2dFrame() [all …]
|
H A D | d_taitomisc.cpp | 4650 nTaitoCyclesTotal[0] = 12000000 / 60; in OpwolfInit() 4651 nTaitoCyclesTotal[1] = 4000000 / 60; in OpwolfInit() 4771 nTaitoCyclesTotal[1] = 4000000 / 60; in OpwolfbInit() 4772 nTaitoCyclesTotal[2] = 4000000 / 60; in OpwolfbInit() 4961 nTaitoCyclesTotal[0] = 8000000 / 60; in JumpingInit() 4962 nTaitoCyclesTotal[1] = 4000000 / 60; in JumpingInit() 5170 nTaitoCyclesTotal[0] = 8000000 / 60; in TopspeedInit() 5171 nTaitoCyclesTotal[1] = 8000000 / 60; in TopspeedInit() 5172 nTaitoCyclesTotal[2] = 4000000 / 60; in TopspeedInit() 5260 nTaitoCyclesTotal[0] = 8000000 / 60; in VolfiedInit() [all …]
|
H A D | d_taitoz.cpp | 4858 nTaitoCyclesTotal[0] = 12000000 / 60; in AquajackInit() 4859 nTaitoCyclesTotal[1] = 12000000 / 60; in AquajackInit() 4952 nTaitoCyclesTotal[0] = 12000000 / 60; in BsharkInit() 4953 nTaitoCyclesTotal[1] = 12000000 / 60; in BsharkInit() 5064 nTaitoCyclesTotal[0] = 12000000 / 60; in ChasehqInit() 5065 nTaitoCyclesTotal[1] = 12000000 / 60; in ChasehqInit() 5164 nTaitoCyclesTotal[0] = 12000000 / 60; in ContcircInit() 5165 nTaitoCyclesTotal[1] = 12000000 / 60; in ContcircInit() 5261 nTaitoCyclesTotal[0] = 16000000 / 60; in DblaxleInit() 5262 nTaitoCyclesTotal[1] = 16000000 / 60; in DblaxleInit() [all …]
|
H A D | d_taitox.cpp | 1187 nTaitoCyclesTotal[0] = (8000000) / 60; in TaitoXInit() 1188 nTaitoCyclesTotal[1] = (4000000) / 60; in TaitoXInit() 1487 nNext = (i + 1) * nTaitoCyclesTotal[nCurrentCPU] / nInterleave; in TaitoXFrame() 1495 BurnTimerUpdate(i * (nTaitoCyclesTotal[1] / nInterleave)); in TaitoXFrame() 1505 BurnTimerEndFrame(nTaitoCyclesTotal[1]); in TaitoXFrame() 1536 nNext = (i + 1) * nTaitoCyclesTotal[nCurrentCPU] / nInterleave; in TwinhawkFrame() 1545 nNext = (i + 1) * nTaitoCyclesTotal[nCurrentCPU] / nInterleave; in TwinhawkFrame()
|
H A D | d_superchs.cpp | 547 nTaitoCyclesTotal[0] = 20000000 / 60; in SuperchsInit() 548 nTaitoCyclesTotal[1] = (16000000+2000000) / 60; in SuperchsInit() 549 nTaitoCyclesTotal[2] = 16000000 / 60; in SuperchsInit() 804 nNext = (i + 1) * nTaitoCyclesTotal[nCurrentCPU] / nInterleave; in SuperchsFrame() 814 nNext = (i + 1) * nTaitoCyclesTotal[nCurrentCPU] / nInterleave; in SuperchsFrame()
|
H A D | d_slapshot.cpp | 561 nTaitoCyclesTotal[0] = 14364000 / 60; in MachineInit() 562 nTaitoCyclesTotal[1] = 4000000 / 60; in MachineInit() 846 nNext = (i + 1) * nTaitoCyclesTotal[nCurrentCPU] / nInterleave; in SlapshotFrame() 854 BurnTimerUpdate((i + 1) * (nTaitoCyclesTotal[1] / nInterleave)); in SlapshotFrame() 859 BurnTimerEndFrame(nTaitoCyclesTotal[1]); in SlapshotFrame()
|
H A D | d_othunder.cpp | 913 nTaitoCyclesTotal[0] = 13000000 / 60; in OthunderInit() 914 nTaitoCyclesTotal[1] = (16000000 / 4) / 60; in OthunderInit() 1147 nNext = (i + 1) * nTaitoCyclesTotal[nCurrentCPU] / nInterleave; in OthunderFrame() 1154 BurnTimerUpdate(i * (nTaitoCyclesTotal[1] / nInterleave)); in OthunderFrame() 1159 BurnTimerEndFrame(nTaitoCyclesTotal[1]); in OthunderFrame()
|
H A D | taito.h | 59 extern INT32 nTaitoCyclesDone[4], nTaitoCyclesTotal[4];
|
H A D | d_taitof2.cpp | 7543 nTaitoCyclesTotal[0] = (24000000 / 2) / 60; in TaitoF2Init() 7544 nTaitoCyclesTotal[1] = (24000000 / 6) / 60; in TaitoF2Init() 7695 nTaitoCyclesTotal[1] = (24000000 / 4) / 60; in CamltryaInit() 10636 nNext = (i + 1) * nTaitoCyclesTotal[nCurrentCPU] / nInterleave; in TaitoF2Frame() 10649 BurnTimerUpdate((i + 1) * (nTaitoCyclesTotal[1] / nInterleave)); in TaitoF2Frame() 10659 BurnTimerEndFrame(nTaitoCyclesTotal[1]); in TaitoF2Frame() 10703 nNext = (i + 1) * nTaitoCyclesTotal[nCurrentCPU] / nInterleave; in DriveoutFrame() 10717 nNext = (i + 1) * nTaitoCyclesTotal[nCurrentCPU] / nInterleave; in DriveoutFrame()
|
H A D | taito.cpp | 74 INT32 nTaitoCyclesDone[4], nTaitoCyclesTotal[4]; variable
|
H A D | d_taitof3.cpp | 1410 nTaitoCyclesTotal[0] = 16000000 / 60; // do not touch! in DrvFrame() 1420 nNext = (i + 1) * nTaitoCyclesTotal[nCurrentCPU] / nInterleave; in DrvFrame()
|