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