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

Function srescallb

src/drivers/common/cheat.cpp:399–404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

397}
398
399static int srescallb(uint32 a, uint8 last, uint8 current, void *data)
400{
401 char tmp[14];
402 sprintf(tmp, "$%04x:%03u:%03u",(unsigned int)a,(unsigned int)last,(unsigned int)current);
403 return(AddToList(tmp,a));
404}
405
406static void ShowRes(void)
407{

Callers

nothing calls this directly

Calls 1

AddToListFunction · 0.85

Tested by

no test coverage detected