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

Inheritance: IMapper
显示文件 Open project: afonsof/nes-hd Class Usage Examples

Public Properties

Property Type Description
GraphicMode int
IrqCounter byte
IrqEnabled bool
Mapper5ChrBankSize byte
Mapper5PRGBankSize byte
Mapper5ScanlineSplit int
Mapper5SplitIrqEnabled bool

Public Methods

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

Method Details

Mapper05() public method

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

GraphicMode public_oe property

public int GraphicMode
return int

IrqCounter public_oe property

public byte IrqCounter
return byte

IrqEnabled public_oe property

public bool IrqEnabled
return bool

Mapper5ChrBankSize public_oe property

public byte Mapper5ChrBankSize
return byte

Mapper5PRGBankSize public_oe property

public byte Mapper5PRGBankSize
return byte

Mapper5ScanlineSplit public_oe property

public int Mapper5ScanlineSplit
return int

Mapper5SplitIrqEnabled public_oe property

public bool Mapper5SplitIrqEnabled
return bool