Guest User

Untitled

a guest
May 30th, 2022
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.72 KB | None | 0 0
  1. using System;
  2. using System.ComponentModel;
  3. using System.Diagnostics;
  4. using System.IO;
  5. using System.Linq;
  6. using System.Windows.Forms;
  7. using System.Drawing;
  8. using System.Drawing.Imaging;
  9. using System.Windows.Threading;
  10. using System.Threading;
  11.  
  12. namespace SpaceInvaders
  13. {
  14.     public partial class MainForm : Form
  15.     {
  16.         private _8080 _8080 = new _8080();
  17.         private CPU cpu = new CPU();
  18.        
  19.         public MainForm()
  20.         {
  21.             InitializeComponent();
  22.         }
  23.  
  24.         private void Form1_Load(object sender, EventArgs e)
  25.         {
  26.  
  27.         }
  28.  
  29.         private void Form1_Activated(object sender, EventArgs e)
  30.         {
  31.            // _8080.StartEmulator();
  32.         }
  33.     }
  34.  
  35. }
  36.  
Advertisement
Add Comment
Please, Sign In to add comment