C# 클래스 NesHd.Core.Memory.Cartridge

파일 보기 프로젝트 열기: afonsof/nes-hd 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Multi byte
SaveFilename string

공개 메소드들

메소드 설명
Cartridge ( Memory memory ) : System

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

LoadCart ( string filePath ) : bool

메소드 상세

Cartridge() 공개 메소드

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

LoadCart() 공개 메소드

public LoadCart ( string filePath ) : bool
filePath string
리턴 bool

프로퍼티 상세

Multi 공개적으로 프로퍼티

public byte Multi
리턴 byte

SaveFilename 공개적으로 프로퍼티

public string SaveFilename
리턴 string