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

Function FCEUPPU_LoadState

src/ppu.cpp:1919–1922  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1917static uint16 TempAddrT, RefreshAddrT;
1918
1919void FCEUPPU_LoadState(int version) {
1920 TempAddr = TempAddrT;
1921 RefreshAddr = RefreshAddrT;
1922}
1923
1924SFORMAT FCEUPPU_STATEINFO[] = {
1925 { NTARAM, 0x800, "NTAR" },

Callers 2

FCEUSS_LoadFP_oldFunction · 0.85
FCEUSS_LoadFPFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected