예제 #1
0
 public static Bitmap getDisplay(bool display = true)
 {
     return(NES_PPU.Display().Image);
 }
예제 #2
0
 public static Bitmap getPatternTable(int PN)
 {
     return(NES_PPU.PatternTable(PN).Image);
 }
예제 #3
0
 public static Bitmap getNameTabele(bool display = true)
 {
     return(NES_PPU.NameTabele(display).Image);
 }
예제 #4
0
 public static Bitmap getPaletteTable()
 {
     return(NES_PPU.PaletteTable().Image);
 }