C# Class NesHd.Core.Memory.Cartridge

Afficher le fichier Open project: afonsof/nes-hd Class Usage Examples

Méthodes publiques

Свойство Type Description
Multi byte
SaveFilename string

Méthodes publiques

Méthode Description
Cartridge ( Memory memory ) : System

This is the cart that the nes uses and accesses all the time.

LoadCart ( string filePath ) : bool

Method Details

Cartridge() public méthode

This is the cart that the nes uses and accesses all the time.
public Cartridge ( Memory memory ) : System
memory Memory
Résultat System

LoadCart() public méthode

public LoadCart ( string filePath ) : bool
filePath string
Résultat bool

Property Details

Multi public_oe property

public byte Multi
Résultat byte

SaveFilename public_oe property

public string SaveFilename
Résultat string