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

Function memory_registerread

src/lua-engine.cpp:2433–2436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2431 return memory_registerHook(L, LUAMEMHOOK_WRITE, 1);
2432}
2433static int memory_registerread(lua_State *L)
2434{
2435 return memory_registerHook(L, LUAMEMHOOK_READ, 1);
2436}
2437static int memory_registerexec(lua_State *L)
2438{
2439 return memory_registerHook(L, LUAMEMHOOK_EXEC, 1);

Callers

nothing calls this directly

Calls 1

memory_registerHookFunction · 0.85

Tested by

no test coverage detected