MCPcopy Create free account
hub / github.com/0ldsk00l/nestopia / Load

Method Load

source/core/NstFile.cpp:55–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 }
54
55 void File::Load(const byte* data,dword size) const
56 {
57 NST_ASSERT( data && size );
58
59 context.checksum.Clear();
60 context.checksum.Compute( data, size );
61 context.data.Destroy();
62 }
63
64 void File::Load(byte* data,dword size,Type type) const
65 {

Callers 5

SetPatchContentMethod · 0.45
SidesMethod · 0.45
CartridgeMethod · 0.45
nst_db_loadFunction · 0.45
jg_game_loadFunction · 0.45

Calls 6

ClearMethod · 0.45
ComputeMethod · 0.45
DestroyMethod · 0.45
AssignMethod · 0.45
SizeMethod · 0.45
BeginMethod · 0.45

Tested by

no test coverage detected