C# 클래스 NES.Nametables

파일 보기 프로젝트 열기: mrmikey/nes

공개 메소드들

메소드 설명
Nametables ( ) : System
SetupNametables ( Mirroring mirroring ) : void
this ( int addr ) : byte

비공개 메소드들

메소드 설명
doReadWrite ( ushort addr, bool read, byte val ) : byte

메소드 상세

Nametables() 공개 메소드

public Nametables ( ) : System
리턴 System

SetupNametables() 공개 메소드

public SetupNametables ( Mirroring mirroring ) : void
mirroring Mirroring
리턴 void

this() 공개 메소드

public this ( int addr ) : byte
addr int
리턴 byte