프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ChrRomPageCount | int | ||
FilePath | string | ||
FourScreenVRamLayout | bool | ||
MemoryMapper | int | ||
PrgRomPageCount | int | ||
SRamEnabled | bool | ||
SupportedMappersNo | int[] | ||
TrainerPresent512 | bool | ||
ValidRom | bool | ||
VerticalMirroring | bool |
메소드 | 설명 | |
---|---|---|
GetMapperName ( ) : string | ||
GetMapperName ( int mapperNo ) : string | ||
NesHeaderReader ( string fileName ) : System.IO |
This class used only for reading the header of INES rom format file, so you can use it ONLY for browser, to check the validate of rom and to detected rom info like mapper #. I uses this in browser while reading a rom, 'cause it's faster (it doesn't load any PRG or CHR). IMPORTANT : when you add / update a mapper don't forget to assign it here (in SupportedMappersNo & SupportedMapper()) to make it available.
|
|
SupportedMapper ( ) : bool | ||
SupportedMapper ( int mapperNo ) : bool |
public static GetMapperName ( int mapperNo ) : string | ||
mapperNo | int | |
리턴 | string |
public NesHeaderReader ( string fileName ) : System.IO | ||
fileName | string | The rom file to check |
리턴 | System.IO |