C# Class DotNES.Core.Cartridge

Exibir arquivo Open project: brandonpelfrey/dotnes Class Usage Examples

Public Properties

Property Type Description
CHRRomData byte[]
PRGRomData byte[]

Public Methods

Method Description
Cartridge ( string romPath ) : System
getMapper ( ) : Mapper

Private Methods

Method 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 method

public Cartridge ( string romPath ) : System
romPath string
return System

getMapper() public method

public getMapper ( ) : Mapper
return DotNES.Mappers.Mapper

Property Details

CHRRomData public_oe property

public byte[] CHRRomData
return byte[]

PRGRomData public_oe property

public byte[] PRGRomData
return byte[]