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

Function legacymemory_writebyte

src/lua-engine.cpp:1587–1590  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1585}
1586
1587static int legacymemory_writebyte(lua_State *L) {
1588 FCEU_CheatSetByte(luaL_checkinteger(L,1), luaL_checkinteger(L,2));
1589 return 0;
1590}
1591
1592static int memory_readbyterange(lua_State *L) {
1593

Callers

nothing calls this directly

Calls 2

FCEU_CheatSetByteFunction · 0.85
luaL_checkintegerFunction · 0.85

Tested by

no test coverage detected