C# Class NES.PPUFlags

显示文件 Open project: mrmikey/nes Class Usage Examples

Public Properties

Property Type Description
Control2 byte
Loopy_T ushort
Loopy_X byte
RenderBackground bool
RenderSprites bool

Public Methods

Method Description
OnStatusRead ( ) : void
PPUFlags ( ) : System

Method Details

OnStatusRead() public method

public OnStatusRead ( ) : void
return void

PPUFlags() public method

public PPUFlags ( ) : System
return System

Property Details

Control2 public_oe property

public byte Control2
return byte

Loopy_T public_oe property

public ushort Loopy_T
return ushort

Loopy_X public_oe property

public byte Loopy_X
return byte

RenderBackground public_oe property

public bool RenderBackground
return bool

RenderSprites public_oe property

public bool RenderSprites
return bool