コード例 #1
0
ファイル: Watch.cs プロジェクト: henke37/BizHawk
 public Watch(int Address, int Value, atype Type, asigned Signed, bool BigEndian, string Notes)
 {
     address = Address;
     value = Value;
     type = Type;
     signed = Signed;
     bigendian = BigEndian;
     notes = Notes;
 }
コード例 #2
0
ファイル: Watch.cs プロジェクト: tustin2121/tpp-BizHawk2
 public Watch(int Address, int Value, atype Type, asigned Signed, bool BigEndian, string Notes)
 {
     address   = Address;
     value     = Value;
     type      = Type;
     signed    = Signed;
     bigendian = BigEndian;
     notes     = Notes;
 }