C# Class NES.PPUFlags

Afficher le fichier Open project: mrmikey/nes Class Usage Examples

Méthodes publiques

Свойство Type Description
Control2 byte
Loopy_T ushort
Loopy_X byte
RenderBackground bool
RenderSprites bool

Méthodes publiques

Méthode Description
OnStatusRead ( ) : void
PPUFlags ( ) : System

Method Details

OnStatusRead() public méthode

public OnStatusRead ( ) : void
Résultat void

PPUFlags() public méthode

public PPUFlags ( ) : System
Résultat System

Property Details

Control2 public_oe property

public byte Control2
Résultat byte

Loopy_T public_oe property

public ushort Loopy_T
Résultat ushort

Loopy_X public_oe property

public byte Loopy_X
Résultat byte

RenderBackground public_oe property

public bool RenderBackground
Résultat bool

RenderSprites public_oe property

public bool RenderSprites
Résultat bool