Beispiel #1
0
 /// <summary>
 /// Initialises the main x86 CPU instance.
 /// </summary>
 public static void Init()
 {
     if (TheCPU == null)
     {
         TheCPU = new CPUx86_32();
     }
 }
Beispiel #2
0
 /// <summary>
 /// Initialises the main x86 CPU instance.
 /// </summary>
 public static void Init()
 {
     if (TheCPU == null)
     {
         TheCPU = new CPUx86_32();
     }
 }