C# Class NewSF64Toolkit.N64Sums

Mostra file Open project: mib-f8sm9c/NewSF64Toolkit Class Usage Examples

Public Methods

Method Description
FixChecksum ( byte ROMBuffer ) : bool
GetChecksum ( uint crcs, byte ROMBuffer ) : bool

Private Methods

Method Description
BYTES2LONG ( byte b, int index ) : uint
N64CalcCRC ( uint crc, byte data ) : bool
N64GetCIC ( byte data ) : int
ROL ( uint i, int b ) : uint
Write32 ( byte data, int index, uint value ) : void
crc32 ( byte data, int offset, int len ) : uint
gen_table ( ) : void

Method Details

FixChecksum() public static method

public static FixChecksum ( byte ROMBuffer ) : bool
ROMBuffer byte
return bool

GetChecksum() public static method

public static GetChecksum ( uint crcs, byte ROMBuffer ) : bool
crcs uint
ROMBuffer byte
return bool