Beispiel #1
0
 public CPUWindow()
 {
     InitializeComponent();
     Instance = this;
     BreakOnIRQCheckBox.Checked = false;
 }
Beispiel #2
0
 public CPUWindow()
 {
     InitializeComponent();
     Instance = this;
 }
Beispiel #3
0
 public CPUWindow()
 {
     InitializeComponent();
     Instance = this;
     DisableIRQs(true);
 }