MCPcopy Create free account
hub / github.com/TASEmulators/fceux / resetHighlightingActivityLog

Function resetHighlightingActivityLog

src/drivers/win/memview.cpp:245–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243struct UNDOSTRUCT *undo_list=0;
244
245void resetHighlightingActivityLog()
246{
247 // clear the HighlightActivity data
248 for (int i = 0; i < DataAmount; ++i)
249 {
250 PreviousValues[i] = PREVIOUS_VALUE_UNDEFINED;
251 HighlightedBytes[i] = HIGHLIGHT_ACTIVITY_MIN_VALUE;
252 }
253}
254
255void ApplyPatch(int addr,int size, uint8* data){
256 UNDOSTRUCT *tmp = (UNDOSTRUCT*)malloc(sizeof(UNDOSTRUCT)); //mbg merge 7/18/06 removed struct qualifiers and added cast

Callers 2

UpdateMemoryViewFunction · 0.85
MemViewCallBFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected