Expand description
Memory Mappers for cartridges.
Re-exports§
pub use bandai_fcg::BandaiFCG;pub use m000_nrom::Nrom;pub use m001_sxrom::Revision as Mmc1Revision;pub use m001_sxrom::Sxrom;pub use m002_uxrom::Uxrom;pub use m003_cnrom::Cnrom;pub use m004_txrom::Revision as Mmc3Revision;pub use m004_txrom::Txrom;pub use m005_exrom::Exrom;pub use m007_axrom::Axrom;pub use m009_pxrom::Pxrom;pub use m010_fxrom::Fxrom;pub use m011_color_dreams::ColorDreams;pub use m018_jalecoss88006::JalecoSs88006;pub use m019_namco163::Namco163;pub use m024_m026_vrc6::Vrc6;pub use m034_bnrom::Bnrom;pub use m034_nina001::Nina001;pub use m066_gxrom::Gxrom;pub use m069_sunsoft_fme7::SunsoftFme7;pub use m071_bf909x::Bf909x;pub use m071_bf909x::Revision as Bf909Revision;pub use m076_dxrom::Dxrom as Dxrom76;pub use m079_nina003_006::Nina003006;pub use m088_dxrom::Dxrom as Dxrom88;pub use m095_dxrom::Dxrom as Dxrom95;pub use m154_dxrom::Dxrom as Dxrom154;pub use m206_dxrom::Dxrom as Dxrom206;
Modules§
- bandai_
fcg Bandai FCG(Mappers 016, 153, 157, and 159).- m000_
nrom NROM(Mapper 000).- m001_
sxrom SxROM/MMC1(Mapper 001).- m002_
uxrom UxROM(Mapper 002).- m003_
cnrom CNROM(Mapper 003).- m004_
txrom TxROM/MMC3(Mapper 004).- m005_
exrom ExROM/MMC5(Mapper 5).- m007_
axrom AxROM(Mapper 007).- m009_
pxrom PxROM/MMC2(Mapper 009).- m010_
fxrom FxROM/MMC4(Mapper 010).- m011_
color_ dreams Color Dreams(Mapper 011).- m018_
jalecoss88006 Jaleco SS88006(Mapper 018).- m019_
namco163 Namco163(Mapper 019).- m024_
m026_ vrc6 VRC6(Mapper 024).- m034_
bnrom BNROM(Mapper 034).- m034_
nina001 NINA-001(Mapper 034).- m066_
gxrom GxROM(Mapper 066).- m069_
sunsoft_ fme7 Sunsoft FME7(Mapper 069).- m071_
bf909x Bf909x(Mapper 071).- m076_
dxrom DxROM/NAMCOT-3446(Mapper 076).- m079_
nina003_ 006 NINA-003/NINA-006(Mapper 079).- m088_
dxrom DxROM/Namco 108(Mapper 088).- m095_
dxrom DxROM/NAMCOT-3425(Mapper 095).- m154_
dxrom DxROM/NAMCOT-3453(Mapper 154).- m206_
dxrom DxROM/Namco 108(Mapper 206).- vrc_irq
VrcIrq
Structs§
Enums§
- BusKind
- Error
- Errors that mappers can return.
- Mapped
Read - Type of read operation for an address for a given Mapper.
- Mapped
Write - Type of write operation for an address for a given Mapper.
- Mapper
- Mapper
Revision - Allow user-controlled mapper revision for mappers that are difficult to auto-detect correctly.