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