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

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

Public Properties

Property Type Description
Mapper1MirroringFlag byte
Mapper1OnePageMirroring byte
Mapper1PRGSwitchingArea byte
Mapper1PRGSwitchingSize byte
Mapper1Register8000BitPosition int
Mapper1Register8000Value int
Mapper1RegisterA000BitPosition int
Mapper1RegisterA000Value int
Mapper1RegisterC000BitPosition int
Mapper1RegisterC000Value int
Mapper1RegisterE000BitPosition int
Mapper1RegisterE000Value int
Mapper1VromSwitchingSize byte

Public Methods

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

Method Details

Mapper01() public method

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

Mapper1MirroringFlag public_oe property

public byte Mapper1MirroringFlag
return byte

Mapper1OnePageMirroring public_oe property

public byte Mapper1OnePageMirroring
return byte

Mapper1PRGSwitchingArea public_oe property

public byte Mapper1PRGSwitchingArea
return byte

Mapper1PRGSwitchingSize public_oe property

public byte Mapper1PRGSwitchingSize
return byte

Mapper1Register8000BitPosition public_oe property

public int Mapper1Register8000BitPosition
return int

Mapper1Register8000Value public_oe property

public int Mapper1Register8000Value
return int

Mapper1RegisterA000BitPosition public_oe property

public int Mapper1RegisterA000BitPosition
return int

Mapper1RegisterA000Value public_oe property

public int Mapper1RegisterA000Value
return int

Mapper1RegisterC000BitPosition public_oe property

public int Mapper1RegisterC000BitPosition
return int

Mapper1RegisterC000Value public_oe property

public int Mapper1RegisterC000Value
return int

Mapper1RegisterE000BitPosition public_oe property

public int Mapper1RegisterE000BitPosition
return int

Mapper1RegisterE000Value public_oe property

public int Mapper1RegisterE000Value
return int

Mapper1VromSwitchingSize public_oe property

public byte Mapper1VromSwitchingSize
return byte