C# Class MOTHER3.M3Rom

Show file Open project: jeffman/MOTHER-3-Funland

Public Properties

Property Type Description
DecodeAddress int
DecodeMod int
IsLoaded bool
IsModified bool
Rom byte[]
Version RomVersion

Public Methods

Method Description
LoadRom ( string filename ) : int

Method Details

LoadRom() public static method

public static LoadRom ( string filename ) : int
filename string
return int

Property Details

DecodeAddress public static property

public static int DecodeAddress
return int

DecodeMod public static property

public static int DecodeMod
return int

IsLoaded public static property

public static bool IsLoaded
return bool

IsModified public static property

public static bool IsModified
return bool

Rom public static property

public static byte[] Rom
return byte[]

Version public static property

public static RomVersion Version
return RomVersion