C# Class MOTHER3.M3Rom

Datei anzeigen 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_oe static_oe property

public static int DecodeAddress
return int

DecodeMod public_oe static_oe property

public static int DecodeMod
return int

IsLoaded public_oe static_oe property

public static bool IsLoaded
return bool

IsModified public_oe static_oe property

public static bool IsModified
return bool

Rom public_oe static_oe property

public static byte[] Rom
return byte[]

Version public_oe static_oe property

public static RomVersion Version
return RomVersion