Property | Type | Description | |
---|---|---|---|
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 |
Method | Description | |
---|---|---|
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 | |
return | void |