C# 클래스 NES.PPUFlags

파일 보기 프로젝트 열기: mrmikey/nes 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Control2 byte
Loopy_T ushort
Loopy_X byte
RenderBackground bool
RenderSprites bool

공개 메소드들

메소드 설명
OnStatusRead ( ) : void
PPUFlags ( ) : System

메소드 상세

OnStatusRead() 공개 메소드

public OnStatusRead ( ) : void
리턴 void

PPUFlags() 공개 메소드

public PPUFlags ( ) : System
리턴 System

프로퍼티 상세

Control2 공개적으로 프로퍼티

public byte Control2
리턴 byte

Loopy_T 공개적으로 프로퍼티

public ushort Loopy_T
리턴 ushort

Loopy_X 공개적으로 프로퍼티

public byte Loopy_X
리턴 byte

RenderBackground 공개적으로 프로퍼티

public bool RenderBackground
리턴 bool

RenderSprites 공개적으로 프로퍼티

public bool RenderSprites
리턴 bool