Beispiel #1
0
 private void timer1_Tick(object sender, EventArgs e)
 {
     pictureBox1.Image = NES_Console.getNameTabele(false);
     BackColor         = NES_Console.getUniversalBackgroundColor();
 }
Beispiel #2
0
 private void timer1_Tick(object sender, EventArgs e)
 {
     pictureBox1.Image = NES_Console.getPatternTable(PN);
     pictureBox2.Image = NES_Console.getPaletteTable();
     BackColor         = NES_Console.getUniversalBackgroundColor();
 }