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

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

Méthodes publiques

Свойство Type Description
irq_clock int
irq_counter int
irq_enable bool
irq_latch int

Méthodes publiques

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

Method Details

Mapper24() public méthode

public Mapper24 ( 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

irq_clock public_oe property

public int irq_clock
Résultat int

irq_counter public_oe property

public int irq_counter
Résultat int

irq_enable public_oe property

public bool irq_enable
Résultat bool

irq_latch public_oe property

public int irq_latch
Résultat int