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

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

Méthodes publiques

Свойство Type Description
Mapper225_reg0 byte
Mapper225_reg1 byte
Mapper225_reg2 byte
Mapper225_reg3 byte

Méthodes publiques

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

Method Details

Mapper225255() public méthode

public Mapper225255 ( Map map ) : NesHd.Core.Debugger
map Map
Résultat NesHd.Core.Debugger

ReadRegisters() public méthode

public ReadRegisters ( ushort address ) : byte
address ushort
Résultat byte

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

Mapper225_reg0 public_oe property

public byte Mapper225_reg0
Résultat byte

Mapper225_reg1 public_oe property

public byte Mapper225_reg1
Résultat byte

Mapper225_reg2 public_oe property

public byte Mapper225_reg2
Résultat byte

Mapper225_reg3 public_oe property

public byte Mapper225_reg3
Résultat byte