C# Class NES.Cartridge

Show file Open project: mrmikey/nes Class Usage Examples

Public Properties

Property Type Description
CHRBanks byte[][]
HasTrainer bool
MapperNumer int
PRGROMBanks byte[][]
SRAM bool
Trainer byte[]

Public Methods

Method Description
Cartridge ( Engine engine, int prg, int chr, int ram ) : System

Method Details

Cartridge() public method

public Cartridge ( Engine engine, int prg, int chr, int ram ) : System
engine Engine
prg int
chr int
ram int
return System

Property Details

CHRBanks public property

public byte[][] CHRBanks
return byte[][]

HasTrainer public property

public bool HasTrainer
return bool

MapperNumer public property

public int MapperNumer
return int

PRGROMBanks public property

public byte[][] PRGROMBanks
return byte[][]

SRAM public property

public bool SRAM
return bool

Trainer public property

public byte[] Trainer
return byte[]