Example #1
0
 public void SetState(Z80_State state)
 {
     calc_set_state(this.slot, state);
 }
Example #2
0
 public static extern void calc_set_state(int slot, Z80_State zs);