C# Class AHD.MyNes.Nes.Cart

ファイルを表示 Open project: zhoujf2010/NESsemulate Class Usage Examples

Public Properties

Property Type Description
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

Property Details

chr_rom public_oe property

public byte[][] chr_rom
return byte[][]

chr_rom_pages public_oe property

public byte chr_rom_pages
return byte

is_vram public_oe property

public bool is_vram
return bool

mapper public_oe property

public byte mapper
return byte

mirroring public_oe property

public MIRRORING mirroring
return MIRRORING

mirroringBase public_oe property

public uint mirroringBase
return uint

prg_rom public_oe property

public byte[][] prg_rom
return byte[][]

prg_rom_pages public_oe property

public byte prg_rom_pages
return byte

save_ram_present public_oe property

public bool save_ram_present
return bool

trainer_present public_oe property

public bool trainer_present
return bool