コード例 #1
0
 public byte ReadPort1(IController c, bool left_mode, bool update_wheel)
 {
     if (update_wheel)
     {
         wheel1 = Port1.Update_Wheel(c, wheel1);
     }
     return(Port1.Read(c, left_mode, wheel1));
 }