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

Function FCEU_KillGenie

src/cart.cpp:416–421  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

414}
415
416void FCEU_KillGenie(void) {
417 if (GENIEROM) {
418 free(GENIEROM);
419 GENIEROM = 0;
420 }
421}
422
423static DECLFR(GenieRead) {
424 return GENIEROM[A & 4095];

Callers 1

FCEUI_KillFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected