[][src]Module nescore::cart

Structs

Cartridge

Representation of a ROM cartridge A cartridge can be loaded from a byte buffer or from a file on disk. It contains the information parsed from the header, the program ROM, character ROM (tile data) and battery RAM (The area in memory that holds save data).

CartridgeInfo

Parsed information from the cartridge header

CartridgeLoader

Cartridge Loader Helper

Enums

CartridgeError

Error loading ROM

Format
LoaderError
ParseError

Error parsing cartridge header

Constants

CHR_ROM_BANK_SIZE
PRG_ROM_BANK_SIZE