Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TASEmulators/fceux
/ ResetUNIF
Function
ResetUNIF
src/unif.cpp:100–109 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
98
}
99
100
static void ResetUNIF(void) {
101
int x;
102
for (x = 0; x < 32; x++)
103
malloced[x] = 0;
104
vramo = 0;
105
boardname = 0;
106
mirrortodo = 0;
107
UNIFCart.clear();
108
UNIFchrrama = 0;
109
}
110
111
static uint8 exntar[2048];
112
Callers
1
UNIFLoad
Function · 0.85
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected