Home
last modified time | relevance | path

Searched refs:mapping_w8 (Results 1 – 3 of 3) sorted by relevance

/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/libpcsxcore/
H A Ddebug.c229 static int mapping_e = 0, mapping_r8 = 0, mapping_r16 = 0, mapping_r32 = 0, mapping_w8 = 0, mapping… variable
733 mapping_w8 = 1; in ProcessCommands()
738 mapping_w8 = 0; in ProcessCommands()
1142 if (mapping_w8 && type == W1) MarkMap(address, MAP_W8); in DebugCheckBP()
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/libpcsxcore/
H A Ddebug.c229 static int mapping_e = 0, mapping_r8 = 0, mapping_r16 = 0, mapping_r32 = 0, mapping_w8 = 0, mapping… variable
733 mapping_w8 = 1; in ProcessCommands()
738 mapping_w8 = 0; in ProcessCommands()
1142 if (mapping_w8 && type == W1) MarkMap(address, MAP_W8); in DebugCheckBP()
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/
H A Ddebug.c237 static int mapping_e = 0, mapping_r8 = 0, mapping_r16 = 0, mapping_r32 = 0, mapping_w8 = 0, mapping… variable
769 mapping_w8 = 1; in ProcessCommands()
774 mapping_w8 = 0; in ProcessCommands()
1220 if (mapping_w8 && type == BW1) MarkMap(address, MAP_W8); in DebugCheckBP()