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

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

Public Properties

Property Type Description
Mapper4ChrAddressSelect int
Mapper4CommandNumber int
Mapper4PRGAddressSelect int
TimerIrqCount uint
TimerIrqEnabled bool
TimerIrqReload uint

Public Methods

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

Method Details

Mapper04() public method

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

Mapper4ChrAddressSelect public property

public int Mapper4ChrAddressSelect
return int

Mapper4CommandNumber public property

public int Mapper4CommandNumber
return int

Mapper4PRGAddressSelect public property

public int Mapper4PRGAddressSelect
return int

TimerIrqCount public property

public uint TimerIrqCount
return uint

TimerIrqEnabled public property

public bool TimerIrqEnabled
return bool

TimerIrqReload public property

public uint TimerIrqReload
return uint