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

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

Méthodes publiques

Свойство Type Description
Mapper41_CHR_High byte
Mapper41_CHR_Low byte
temp ushort

Méthodes publiques

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

Method Details

Mapper41() public méthode

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

Mapper41_CHR_High public_oe property

public byte Mapper41_CHR_High
Résultat byte

Mapper41_CHR_Low public_oe property

public byte Mapper41_CHR_Low
Résultat byte

temp public_oe property

public ushort temp
Résultat ushort