C# Class DotNES.Core.Cartridge

Afficher le fichier Open project: brandonpelfrey/dotnes Class Usage Examples

Méthodes publiques

Свойство Type Description
CHRRomData byte[]
PRGRomData byte[]

Méthodes publiques

Méthode Description
Cartridge ( string romPath ) : System
getMapper ( ) : Mapper

Private Methods

Méthode Description
loadRomData ( string romPath ) : void

Load a rom file using the iNES file format, the de facto NES rom file format. http://wiki.nesdev.com/w/index.php/INES

Method Details

Cartridge() public méthode

public Cartridge ( string romPath ) : System
romPath string
Résultat System

getMapper() public méthode

public getMapper ( ) : Mapper
Résultat DotNES.Mappers.Mapper

Property Details

CHRRomData public_oe property

public byte[] CHRRomData
Résultat byte[]

PRGRomData public_oe property

public byte[] PRGRomData
Résultat byte[]