C# Class NES.Cartridge

Afficher le fichier Open project: mrmikey/nes Class Usage Examples

Méthodes publiques

Свойство Type Description
CHRBanks byte[][]
HasTrainer bool
MapperNumer int
PRGROMBanks byte[][]
SRAM bool
Trainer byte[]

Méthodes publiques

Méthode Description
Cartridge ( Engine engine, int prg, int chr, int ram ) : System

Method Details

Cartridge() public méthode

public Cartridge ( Engine engine, int prg, int chr, int ram ) : System
engine Engine
prg int
chr int
ram int
Résultat System

Property Details

CHRBanks public_oe property

public byte[][] CHRBanks
Résultat byte[][]

HasTrainer public_oe property

public bool HasTrainer
Résultat bool

MapperNumer public_oe property

public int MapperNumer
Résultat int

PRGROMBanks public_oe property

public byte[][] PRGROMBanks
Résultat byte[][]

SRAM public_oe property

public bool SRAM
Résultat bool

Trainer public_oe property

public byte[] Trainer
Résultat byte[]