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

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

Méthodes publiques

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

Method Details

Mapper78() public méthode

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