Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- using System;
- using System.ComponentModel;
- using System.Diagnostics;
- using System.IO;
- using System.Linq;
- using System.Windows.Forms;
- using System.Drawing;
- using System.Drawing.Imaging;
- using System.Windows.Threading;
- using System.Threading;
- namespace SpaceInvaders
- {
- public partial class MainForm : Form
- {
- private _8080 _8080 = new _8080();
- private CPU cpu = new CPU();
- public MainForm()
- {
- InitializeComponent();
- }
- private void Form1_Load(object sender, EventArgs e)
- {
- }
- private void Form1_Activated(object sender, EventArgs e)
- {
- // _8080.StartEmulator();
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment