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

Function ppu_readbyte

src/lua-engine.cpp:1609–1612  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1607}
1608
1609static int ppu_readbyte(lua_State *L) {
1610 lua_pushinteger(L, FFCEUX_PPURead(luaL_checkinteger(L, 1)));
1611 return 1;
1612}
1613
1614static int ppu_readbyterange(lua_State *L) {
1615 int range_start = luaL_checkinteger(L, 1);

Callers

nothing calls this directly

Calls 2

lua_pushintegerFunction · 0.85
luaL_checkintegerFunction · 0.85

Tested by

no test coverage detected