Home
last modified time | relevance | path

Searched refs:v810_timestamp (Results 1 – 14 of 14) sorted by relevance

/dports/emulators/mednafen/mednafen/src/vb/
H A Dvb.cpp783 v810_timestamp_t v810_timestamp; in Emulate() local
794 v810_timestamp = VB_V810->Run(EventHandler); in Emulate()
797 ForceEventUpdates(v810_timestamp); in Emulate()
799 …espec->SoundBufSize = VB_VSU->EndFrame((v810_timestamp + VSU_CycleFix) >> 2, espec->SoundBuf, espe… in Emulate()
801 VSU_CycleFix = (v810_timestamp + VSU_CycleFix) & 3; in Emulate()
803 espec->MasterCycles = v810_timestamp; in Emulate()
809 RebaseTS(v810_timestamp); in Emulate()
844 const v810_timestamp_t timestamp = VB_V810->v810_timestamp; in StateAction()
/dports/emulators/mednafen/mednafen/src/pcfx/
H A Dpcfx.cpp258 v810_timestamp_t v810_timestamp; in Emulate() local
259 v810_timestamp = PCFX_V810.Run(pcfx_event_handler); in Emulate()
265 ForceEventUpdates(v810_timestamp); in Emulate()
271 KING_EndFrame(v810_timestamp); in Emulate()
277 …espec->SoundBufSize = SoundBox_Flush(v810_timestamp, &new_base_ts, espec->SoundBuf, espec->SoundBu… in Emulate()
286 RebaseTS(v810_timestamp, new_base_ts); in Emulate()
288 espec->MasterCycles = v810_timestamp - new_base_ts; in Emulate()
323 const uint32 timestamp = PCFX_V810.v810_timestamp; in PCFX_Reset()
984 const v810_timestamp_t timestamp = PCFX_V810.v810_timestamp; in StateAction()
/dports/games/libretro-beetle_pcfx/beetle-pcfx-libretro-7bba669/mednafen/hw_cpu/v810/
H A Dv810_cpu.h167 assert(next_event_ts > v810_timestamp); in ResetTS()
169 next_event_ts -= (v810_timestamp - new_base_timestamp); in ResetTS()
170 v810_timestamp = new_base_timestamp; in ResetTS()
217 v810_timestamp_t v810_timestamp; // Will never be less than 0.
H A Dv810_cpu.cpp86 v810_timestamp = 0; in V810()
468 int32 ws_dummy = v810_timestamp; in CheckBreakpoints()
638 #define RB_CPUHOOK_DBG(n) { if(CPUHook) { v810_timestamp = timestamp_rl; CPUHook(timestamp_rl, n); …
734 return(v810_timestamp); in Run()
1486 int32 next_event_ts_delta = next_event_ts - v810_timestamp; in StateAction()
1523 …next_event_ts = std::max<int64>(v810_timestamp, std::min<int64>(0x7FFFFFFF, (int64)v810_timestamp in StateAction()
H A Dv810_oploop.inc23 // register v810_timestamp_t timestamp_rl asm("15") = v810_timestamp;
25 // register v810_timestamp_t timestamp_rl asm("r11") = v810_timestamp;
27 register v810_timestamp_t timestamp_rl = v810_timestamp;
1092 v810_timestamp = timestamp_rl;
/dports/emulators/mednafen/mednafen/src/hw_cpu/v810/
H A Dv810_cpu.h168 assert(next_event_ts > v810_timestamp); in ResetTS()
170 next_event_ts -= (v810_timestamp - new_base_timestamp); in ResetTS()
171 v810_timestamp = new_base_timestamp; in ResetTS()
228 v810_timestamp_t v810_timestamp; // Will never be less than 0.
H A Dv810_cpu.cpp88 v810_timestamp = 0; in V810()
461 int32 ws_dummy = v810_timestamp; in CheckBreakpoints()
628 #define RB_CPUHOOK_DBG(n) { if(CPUHook) { v810_timestamp = timestamp_rl; CPUHook(timestamp_rl, n); …
720 return(v810_timestamp); in Run()
762 return v810_timestamp; in GetRegister()
1466 int32 next_event_ts_delta = next_event_ts - v810_timestamp; in StateAction()
1510 …next_event_ts = std::max<int64>(v810_timestamp, std::min<int64>(0x7FFFFFFF, (int64)v810_timestamp in StateAction()
H A Dv810_oploop.inc23 // v810_timestamp_t timestamp_rl asm("15") = v810_timestamp;
25 // v810_timestamp_t timestamp_rl asm("r11") = v810_timestamp;
27 v810_timestamp_t timestamp_rl = v810_timestamp;
1130 v810_timestamp = timestamp_rl;
/dports/games/libretro-beetle_vb/beetle-vb-libretro-7412262/
H A Dlibretro.cpp2050 v810_timestamp_t v810_timestamp; in Emulate() local
2068 v810_timestamp = VB_V810->Run(EventHandler); in Emulate()
2071 ForceEventUpdates(v810_timestamp); in Emulate()
2073 VB_VSU->EndFrame((v810_timestamp + VSU_CycleFix) >> 2); in Emulate()
2079 Blip_Buffer_end_frame(&sbuf[y], (v810_timestamp + VSU_CycleFix) >> 2); in Emulate()
2084 VSU_CycleFix = (v810_timestamp + VSU_CycleFix) & 3; in Emulate()
2086 espec->MasterCycles = v810_timestamp; in Emulate()
2092 RebaseTS(v810_timestamp); in Emulate()
2125 const v810_timestamp_t timestamp = VB_V810->v810_timestamp; in StateAction()
/dports/games/libretro-beetle_vb/beetle-vb-libretro-7412262/mednafen/hw_cpu/v810/
H A Dv810_cpu.h173 next_event_ts -= (v810_timestamp - new_base_timestamp); in ResetTS()
174 v810_timestamp = new_base_timestamp; in ResetTS()
221 v810_timestamp_t v810_timestamp; // Will never be less than 0.
H A Dv810_cpu.cpp85 v810_timestamp = 0; in V810()
442 int32 ws_dummy = v810_timestamp; in CheckBreakpoints()
596 #define RB_CPUHOOK_DBG(n) { if(CPUHook) { v810_timestamp = timestamp_rl; CPUHook(timestamp_rl, n); …
692 return(v810_timestamp); in Run()
1399 int32 next_event_ts_delta = next_event_ts - v810_timestamp; in StateAction()
1436 …next_event_ts = std::max<int64>(v810_timestamp, std::min<int64>(0x7FFFFFFF, (int64)v810_timestamp in StateAction()
H A Dv810_oploop.inc23 // v810_timestamp_t timestamp_rl asm("15") = v810_timestamp;
25 // v810_timestamp_t timestamp_rl asm("r11") = v810_timestamp;
27 v810_timestamp_t timestamp_rl = v810_timestamp;
1077 v810_timestamp = timestamp_rl;
/dports/games/libretro-beetle_pcfx/beetle-pcfx-libretro-7bba669/
H A Dlibretro.cpp290 v810_timestamp_t v810_timestamp; in Emulate() local
291 v810_timestamp = PCFX_V810.Run(pcfx_event_handler); in Emulate()
297 ForceEventUpdates(v810_timestamp); in Emulate()
303 KING_EndFrame(v810_timestamp); in Emulate()
309 …espec->SoundBufSize = SoundBox_Flush(v810_timestamp, &new_base_ts, espec->SoundBuf, espec->SoundBu… in Emulate()
317 RebaseTS(v810_timestamp, new_base_ts); in Emulate()
319 espec->MasterCycles = v810_timestamp - new_base_ts; in Emulate()
326 const uint32 timestamp = PCFX_V810.v810_timestamp; in PCFX_Reset()
846 const v810_timestamp_t timestamp = PCFX_V810.v810_timestamp; in StateAction()
/dports/games/libretro-beetle_pcfx/beetle-pcfx-libretro-7bba669/mednafen/pcfx/
H A Ddebug.cpp583 return(PCFX_V810.v810_timestamp); in PCFXDBG_GetRegister()