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

Function memory_registerwrite

src/lua-engine.cpp:2429–2432  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2427}
2428
2429static int memory_registerwrite(lua_State *L)
2430{
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);

Callers

nothing calls this directly

Calls 1

memory_registerHookFunction · 0.85

Tested by

no test coverage detected