C# Class NesHd.Core.Memory.Cartridge

Datei anzeigen Open project: afonsof/nes-hd Class Usage Examples

Public Properties

Property Type Description
Multi byte
SaveFilename string

Public Methods

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

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

LoadCart() public method

public LoadCart ( string filePath ) : bool
filePath string
return bool

Property Details

Multi public_oe property

public byte Multi
return byte

SaveFilename public_oe property

public string SaveFilename
return string