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

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

Public Properties

Property Type Description
IrqClock int
IrqCounter int
IrqEnable int
IrqLatch int
PRGMode bool
REG byte[]

Public Methods

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

Method Details

Mapper23() public method

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

IrqClock public property

public int IrqClock
return int

IrqCounter public property

public int IrqCounter
return int

IrqEnable public property

public int IrqEnable
return int

IrqLatch public property

public int IrqLatch
return int

PRGMode public property

public bool PRGMode
return bool

REG public property

public byte[] REG
return byte[]