C# Class SharpTune.RomMod.SRecordWriter

ファイルを表示 Open project: Merp/SharpTune Class Usage Examples

Public Methods

Method Description
SRecordWriter ( TextWriter writer ) : System
Write ( uint startAddress, byte data ) : void

Private Methods

Method Description
CalculateChecksum ( long address, int &checksum ) : void

Calculate an SRecord checksum for the given 4-byte address;

Method Details

SRecordWriter() public method

public SRecordWriter ( TextWriter writer ) : System
writer System.IO.TextWriter
return System

Write() public method

public Write ( uint startAddress, byte data ) : void
startAddress uint
data byte
return void