Beispiel #1
0
 public SPED3Window(SPED3 SPED3, DCPU CPU)
 {
     InitializeComponent();
     Text = "SPED-3 Display #" + CPU.Devices.IndexOf(SPED3);
     managedDevices = new Device[] { SPED3 };
     this.CPU = CPU;
     this.SPED3 = SPED3;
 }
Beispiel #2
0
 public void PrepareDevice()
 {
     this.m_SPED3 = new SPED3();
 }