Beispiel #1
0
 public PPU(MMU MMU)
 {
     _frameData = new int[_height, _width];
     _MMU       = MMU;
 }