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

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

Méthodes publiques

Свойство Type Description
Mapper18_IRQWidth int
Mapper18_Timer short
Mapper18_latch short
mapper18_control byte
timer_irq_enabled bool
x byte[]

Méthodes publiques

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

Method Details

Mapper18() public méthode

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

Mapper18_IRQWidth public_oe property

public int Mapper18_IRQWidth
Résultat int

Mapper18_Timer public_oe property

public short Mapper18_Timer
Résultat short

Mapper18_latch public_oe property

public short Mapper18_latch
Résultat short

mapper18_control public_oe property

public byte mapper18_control
Résultat byte

timer_irq_enabled public_oe property

public bool timer_irq_enabled
Résultat bool

x public_oe property

public byte[] x
Résultat byte[]