C# Class NesHd.Core.Memory.Mappers.Mapper01

Inheritance: IMapper
Afficher le fichier Open project: afonsof/nes-hd Class Usage Examples

Méthodes publiques

Свойство Type Description
Mapper1MirroringFlag byte
Mapper1OnePageMirroring byte
Mapper1PRGSwitchingArea byte
Mapper1PRGSwitchingSize byte
Mapper1Register8000BitPosition int
Mapper1Register8000Value int
Mapper1RegisterA000BitPosition int
Mapper1RegisterA000Value int
Mapper1RegisterC000BitPosition int
Mapper1RegisterC000Value int
Mapper1RegisterE000BitPosition int
Mapper1RegisterE000Value int
Mapper1VromSwitchingSize byte

Méthodes publiques

Méthode Description
Mapper01 ( Map map ) : NesHd.Core.Debugger
SetUpMapperDefaults ( ) : void
SoftReset ( ) : void
TickCycleTimer ( ) : void
TickScanlineTimer ( ) : void
Write ( ushort address, byte data ) : void

Method Details

Mapper01() public méthode

public Mapper01 ( Map map ) : NesHd.Core.Debugger
map Map
Résultat NesHd.Core.Debugger

SetUpMapperDefaults() public méthode

public SetUpMapperDefaults ( ) : void
Résultat void

SoftReset() public méthode

public SoftReset ( ) : void
Résultat void

TickCycleTimer() public méthode

public TickCycleTimer ( ) : void
Résultat void

TickScanlineTimer() public méthode

public TickScanlineTimer ( ) : void
Résultat void

Write() public méthode

public Write ( ushort address, byte data ) : void
address ushort
data byte
Résultat void

Property Details

Mapper1MirroringFlag public_oe property

public byte Mapper1MirroringFlag
Résultat byte

Mapper1OnePageMirroring public_oe property

public byte Mapper1OnePageMirroring
Résultat byte

Mapper1PRGSwitchingArea public_oe property

public byte Mapper1PRGSwitchingArea
Résultat byte

Mapper1PRGSwitchingSize public_oe property

public byte Mapper1PRGSwitchingSize
Résultat byte

Mapper1Register8000BitPosition public_oe property

public int Mapper1Register8000BitPosition
Résultat int

Mapper1Register8000Value public_oe property

public int Mapper1Register8000Value
Résultat int

Mapper1RegisterA000BitPosition public_oe property

public int Mapper1RegisterA000BitPosition
Résultat int

Mapper1RegisterA000Value public_oe property

public int Mapper1RegisterA000Value
Résultat int

Mapper1RegisterC000BitPosition public_oe property

public int Mapper1RegisterC000BitPosition
Résultat int

Mapper1RegisterC000Value public_oe property

public int Mapper1RegisterC000Value
Résultat int

Mapper1RegisterE000BitPosition public_oe property

public int Mapper1RegisterE000BitPosition
Résultat int

Mapper1RegisterE000Value public_oe property

public int Mapper1RegisterE000Value
Résultat int

Mapper1VromSwitchingSize public_oe property

public byte Mapper1VromSwitchingSize
Résultat byte