Esempio n. 1
0
 // stop
 public static void Stop()
 {
     CPU.Halt();
 }
Esempio n. 2
0
 public static bool F_HALT()
 {
     CPU.Halt();
     return(true);
 }