Esempio n. 1
0
 public PPU(MemoryMap memoryRef, TinerasNES tnRef)
 {
     memory = memoryRef;
     tn     = tnRef;
 }