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

Inheritance: IMapper
Show file Open project: afonsof/nes-hd Class Usage Examples

Public Properties

Property Type Description
Latch1 byte
Latch1Data1 int
Latch2 byte
Latch2Data1 int

Public Methods

Method Description
Mapper10 ( Map map ) : NesHd.Core.Debugger
SetUpMapperDefaults ( ) : void
SoftReset ( ) : void
TickCycleTimer ( ) : void
TickScanlineTimer ( ) : void
Write ( ushort address, byte data ) : void

Method Details

Mapper10() public method

public Mapper10 ( Map map ) : NesHd.Core.Debugger
map Map
return NesHd.Core.Debugger

SetUpMapperDefaults() public method

public SetUpMapperDefaults ( ) : void
return void

SoftReset() public method

public SoftReset ( ) : void
return void

TickCycleTimer() public method

public TickCycleTimer ( ) : void
return void

TickScanlineTimer() public method

public TickScanlineTimer ( ) : void
return void

Write() public method

public Write ( ushort address, byte data ) : void
address ushort
data byte
return void

Property Details

Latch1 public property

public byte Latch1
return byte

Latch1Data1 public property

public int Latch1Data1
return int

Latch2 public property

public byte Latch2
return byte

Latch2Data1 public property

public int Latch2Data1
return int