C# Class NES.Cartridge

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

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

HasTrainer public_oe property

public bool HasTrainer
return bool

MapperNumer public_oe property

public int MapperNumer
return int

PRGROMBanks public_oe property

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

SRAM public_oe property

public bool SRAM
return bool

Trainer public_oe property

public byte[] Trainer
return byte[]