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

Inheritance: IMapper
显示文件 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_oe property

public int Mapper4ChrAddressSelect
return int

Mapper4CommandNumber public_oe property

public int Mapper4CommandNumber
return int

Mapper4PRGAddressSelect public_oe property

public int Mapper4PRGAddressSelect
return int

TimerIrqCount public_oe property

public uint TimerIrqCount
return uint

TimerIrqEnabled public_oe property

public bool TimerIrqEnabled
return bool

TimerIrqReload public_oe property

public uint TimerIrqReload
return uint