C# 클래스 AHD.MyNes.Nes.Cart

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

공개 프로퍼티들

프로퍼티 타입 설명
chr_rom byte[][]
chr_rom_pages byte
is_vram bool
mapper byte
mirroring MIRRORING
mirroringBase uint
prg_rom byte[][]
prg_rom_pages byte
save_ram_present bool
trainer_present bool

프로퍼티 상세

chr_rom 공개적으로 프로퍼티

public byte[][] chr_rom
리턴 byte[][]

chr_rom_pages 공개적으로 프로퍼티

public byte chr_rom_pages
리턴 byte

is_vram 공개적으로 프로퍼티

public bool is_vram
리턴 bool

mapper 공개적으로 프로퍼티

public byte mapper
리턴 byte

mirroring 공개적으로 프로퍼티

public MIRRORING mirroring
리턴 MIRRORING

mirroringBase 공개적으로 프로퍼티

public uint mirroringBase
리턴 uint

prg_rom 공개적으로 프로퍼티

public byte[][] prg_rom
리턴 byte[][]

prg_rom_pages 공개적으로 프로퍼티

public byte prg_rom_pages
리턴 byte

save_ram_present 공개적으로 프로퍼티

public bool save_ram_present
리턴 bool

trainer_present 공개적으로 프로퍼티

public bool trainer_present
리턴 bool