예제 #1
0
파일: PPU.cs 프로젝트: viccie211/CoreBoy
 public PPU(MMU MMU)
 {
     _frameData = new int[_height, _width];
     _MMU       = MMU;
 }