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

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

Méthodes publiques

Свойство Type Description
Mapper4ChrAddressSelect int
Mapper4CommandNumber int
Mapper4PRGAddressSelect int
TimerIrqCount uint
TimerIrqEnabled bool
TimerIrqReload uint

Méthodes publiques

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

Method Details

Mapper04() public méthode

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

Mapper4ChrAddressSelect public_oe property

public int Mapper4ChrAddressSelect
Résultat int

Mapper4CommandNumber public_oe property

public int Mapper4CommandNumber
Résultat int

Mapper4PRGAddressSelect public_oe property

public int Mapper4PRGAddressSelect
Résultat int

TimerIrqCount public_oe property

public uint TimerIrqCount
Résultat uint

TimerIrqEnabled public_oe property

public bool TimerIrqEnabled
Résultat bool

TimerIrqReload public_oe property

public uint TimerIrqReload
Résultat uint