C# 클래스 DotNES.Core.Cartridge

파일 보기 프로젝트 열기: brandonpelfrey/dotnes 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CHRRomData byte[]
PRGRomData byte[]

공개 메소드들

메소드 설명
Cartridge ( string romPath ) : System
getMapper ( ) : Mapper

비공개 메소드들

메소드 설명
loadRomData ( string romPath ) : void

Load a rom file using the iNES file format, the de facto NES rom file format. http://wiki.nesdev.com/w/index.php/INES

메소드 상세

Cartridge() 공개 메소드

public Cartridge ( string romPath ) : System
romPath string
리턴 System

getMapper() 공개 메소드

public getMapper ( ) : Mapper
리턴 DotNES.Mappers.Mapper

프로퍼티 상세

CHRRomData 공개적으로 프로퍼티

public byte[] CHRRomData
리턴 byte[]

PRGRomData 공개적으로 프로퍼티

public byte[] PRGRomData
리턴 byte[]