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

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

Méthodes publiques

Свойство Type Description
IrqClock int
IrqCounter int
IrqEnable int
IrqLatch int
PRGMode bool
REG byte[]

Méthodes publiques

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

Method Details

Mapper23() public méthode

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

IrqClock public_oe property

public int IrqClock
Résultat int

IrqCounter public_oe property

public int IrqCounter
Résultat int

IrqEnable public_oe property

public int IrqEnable
Résultat int

IrqLatch public_oe property

public int IrqLatch
Résultat int

PRGMode public_oe property

public bool PRGMode
Résultat bool

REG public_oe property

public byte[] REG
Résultat byte[]