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

Inheritance: IMapper
显示文件 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
Mapper09 ( Map map ) : NesHd.Core.Debugger
SetUpMapperDefaults ( ) : void
SoftReset ( ) : void
TickCycleTimer ( ) : void
TickScanlineTimer ( ) : void
Write ( ushort address, byte data ) : void

Method Details

Mapper09() public method

public Mapper09 ( 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_oe property

public byte latch1
return byte

latch1data1 public_oe property

public int latch1data1
return int

latch2 public_oe property

public byte latch2
return byte

latch2data1 public_oe property

public int latch2data1
return int