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

Function UnloadTableFile

src/drivers/win/memview.cpp:459–468  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

457}
458
459void UnloadTableFile(){
460 for(int i = 0;i < 256;i++){
461 int j = i;
462 if(j < 0x20) j = 0x2E;
463// if(j > 0x7e) j = 0x2E;
464 chartable[i] = j;
465 }
466 TableFileLoaded = 0;
467 return;
468}
469void UpdateMemoryView(int draw_all)
470{
471 if (!hMemView) return;

Callers 2

LoadTableFunction · 0.85
MemViewCallBFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected