Home
last modified time | relevance | path

Searched refs:end_timestamp_mod12 (Results 1 – 4 of 4) sorted by relevance

/dports/games/libretro-beetle_pce/beetle-pce-libretro-945b7a7/mednafen/pce/
H A Dpce.cpp610 const uint32 end_timestamp_mod12 = end_timestamp % 12; in Emulate() local
612 INPUT_AdjustTS((int32)end_timestamp_mod12 - (int32)end_timestamp); // Careful with this! in Emulate()
615 psg->ResetTS(end_timestamp_mod12 / 3); in Emulate()
618 HuC_ResetTS(end_timestamp_mod12); in Emulate()
663 PCECD_ResetTS(end_timestamp_mod12); in Emulate()
665 vce->ResetTS(end_timestamp_mod12); in Emulate()
667 HuCPU.SyncAndResetTimestamp(end_timestamp_mod12); in Emulate()
672 PCE_TimestampBase += end_timestamp - end_timestamp_mod12; in Emulate()
673 espec->MasterCycles += end_timestamp - end_timestamp_mod12; in Emulate()
/dports/emulators/mednafen/mednafen/src/pce/
H A Dpce.cpp874 const uint32 end_timestamp_mod12 = end_timestamp % 12; in Emulate() local
876 INPUT_AdjustTS((int32)end_timestamp_mod12 - (int32)end_timestamp); // Careful with this! in Emulate()
879 psg->ResetTS(end_timestamp_mod12 / 3); in Emulate()
882 HuC_ResetTS(end_timestamp_mod12); in Emulate()
973 PCECD_ResetTS(end_timestamp_mod12); in Emulate()
975 vce->ResetTS(end_timestamp_mod12); in Emulate()
977 HuCPU.SyncAndResetTimestamp(end_timestamp_mod12); in Emulate()
982 PCE_TimestampBase += end_timestamp - end_timestamp_mod12; in Emulate()
983 espec->MasterCycles += end_timestamp - end_timestamp_mod12; in Emulate()
/dports/games/libretro-beetle_pcfx/beetle-pcfx-libretro-7bba669/mednafen/pcfx/
H A Dsoundbox.cpp452 const uint32 end_timestamp_mod12 = end_timestamp % 12; in SoundBox_Flush() local
456 *new_base_timestamp = end_timestamp_mod12; in SoundBox_Flush()
/dports/emulators/mednafen/mednafen/src/pcfx/
H A Dsoundbox.cpp642 const uint32 end_timestamp_mod12 = end_timestamp % 12; in SoundBox_Flush() local
646 *new_base_timestamp = end_timestamp_mod12; in SoundBox_Flush()