프로퍼티 | 타입 | 설명 | |
---|---|---|---|
AttributeLocationTable | byte[] | ||
AttributeShiftTable | byte[] | ||
CHRCache | byte[] | ||
CPUScaling | decimal | ||
CurrentScaline | int | ||
CurrentSprite | int | ||
Cycle | int | ||
CycleCarry | float | ||
EndScanline | int | ||
Flags | |||
Palette | int[] | ||
VBlankAt | int | ||
VBlankTime | int |
메소드 | 설명 | |
---|---|---|
PPU ( |
||
ReadMemory16 ( ushort addr ) : ushort | ||
ReadMemory8 ( ushort addr ) : byte | ||
Run ( int cpuCycles ) : void | ||
SpriteDMA ( byte val ) : void | ||
VRAMRead ( ) : byte | ||
WriteMemory8 ( ushort addr, byte val ) : void | ||
dumpNametable ( ) : void | ||
dumpSpriteSmall ( int i ) : void | ||
dumpSpriteTall ( int i ) : void |
public WriteMemory8 ( ushort addr, byte val ) : void | ||
addr | ushort | |
val | byte | |
리턴 | void |