C# Class Alexandria.Platforms.NintendoDS.RomFormat

Format for a Nintendo DS ROM.
Inheritance: Glare.Assets.AssetFormat
Datei anzeigen Open project: Burton-Radons/Alexandria

Public Methods

Method Description
Load ( AssetLoader loader ) : Asset

Load the ROM.

LoadMatch ( AssetLoader loader ) : LoadMatchStrength

Attempt to match the source as an NDS ROM.

Private Methods

Method Description
IsAscii ( byte value ) : bool
IsAsciiOrNul ( byte value ) : bool
RomFormat ( Platform platform ) : System

Method Details

Load() public method

Load the ROM.
public Load ( AssetLoader loader ) : Asset
loader Glare.Assets.AssetLoader
return Asset

LoadMatch() public method

Attempt to match the source as an NDS ROM.
public LoadMatch ( AssetLoader loader ) : LoadMatchStrength
loader Glare.Assets.AssetLoader
return LoadMatchStrength