Home
last modified time | relevance | path

Searched refs:tmp_PC (Results 1 – 8 of 8) sorted by relevance

/dports/games/libretro-beetle_pce/beetle-pce-libretro-945b7a7/mednafen/pce/
H A Dhuc6280.cpp765 uint16 tmp_PC = PC; in StateAction() local
771 SFVARN(tmp_PC, "PC"), in StateAction()
814 PC = tmp_PC; in StateAction()
/dports/emulators/mednafen/mednafen/src/pce/
H A Dhuc6280.cpp785 uint16 tmp_PC = PC; in StateAction() local
791 SFVARN(tmp_PC, "PC"), in StateAction()
834 PC = tmp_PC; in StateAction()
/dports/emulators/mednafen/mednafen/src/pce_fast/
H A Dhuc6280.cpp729 uint16 tmp_PC = GetRealPC_EXTERNAL(); in HuC6280_StateAction() local
736 SFVARN(tmp_PC, "PC"), in HuC6280_StateAction()
783 SetPC_EXTERNAL(tmp_PC); in HuC6280_StateAction()
/dports/games/libretro-beetle_pce_fast/beetle-pce-fast-libretro-67426f4/mednafen/pce_fast/
H A Dhuc6280.c732 uint16 tmp_PC = GetRealPC_EXTERNAL(); in HuC6280_StateAction() local
740 SFVARN(tmp_PC, "PC"), in HuC6280_StateAction()
778 SetPC_EXTERNAL(tmp_PC); in HuC6280_StateAction()
/dports/games/libretro-beetle_supergrafx/beetle-supergrafx-libretro-c4dd156/mednafen/pce_fast/
H A Dhuc6280.cpp726 uint16 tmp_PC = GetRealPC_EXTERNAL(); in HuC6280_StateAction() local
733 SFVARN(tmp_PC, "PC"), in HuC6280_StateAction()
776 SetPC_EXTERNAL(tmp_PC); in HuC6280_StateAction()
/dports/games/libretro-beetle_vb/beetle-vb-libretro-7412262/mednafen/hw_cpu/v810/
H A Dv810_cpu.cpp443 uint32 tmp_PC = GetPC(); in CheckBreakpoints() local
445 tmpop = peek16(ws_dummy, tmp_PC); in CheckBreakpoints()
446 tmpop_high = peek16(ws_dummy, tmp_PC + 2); in CheckBreakpoints()
/dports/emulators/mednafen/mednafen/src/hw_cpu/v810/
H A Dv810_cpu.cpp462 uint32 tmp_PC = GetPC(); in CheckBreakpoints() local
464 tmpop = peek16(ws_dummy, tmp_PC); in CheckBreakpoints()
465 tmpop_high = peek16(ws_dummy, tmp_PC + 2); in CheckBreakpoints()
/dports/games/libretro-beetle_pcfx/beetle-pcfx-libretro-7bba669/mednafen/hw_cpu/v810/
H A Dv810_cpu.cpp469 uint32 tmp_PC = GetPC(); in CheckBreakpoints() local
471 tmpop = peek16(ws_dummy, tmp_PC); in CheckBreakpoints()
472 tmpop_high = peek16(ws_dummy, tmp_PC + 2); in CheckBreakpoints()