@@ -198,7 +198,7 @@ class WorkCommand3D(ConstructClass):
198198 subcon = Struct (
199199 "addr" / Tell ,
200200 "magic" / Const (0x1 , Hex (Int32ul )),
201- Ver ("13.0 beta4 " , "counter" / Int64ul ),
201+ Ver ("V >= V13_0B4 " , "counter" / Int64ul ),
202202 "context_id" / Hex (Int32ul ),
203203 "unk_8" / Hex (Int32ul ),
204204 "microsequence_ptr" / Hex (Int64ul ), # Command list
@@ -240,11 +240,11 @@ class WorkCommand3D(ConstructClass):
240240 "unk_918" / Int64ul ,
241241 "unk_920" / Int32ul ,
242242 "unk_924" / Int32ul ,
243- Ver ("13.0 beta4 " , "unk_928_0" / Int32ul ),
244- Ver ("13.0 beta4 " , "unk_928_4" / Int8ul ),
245- Ver ("13.0 beta4 " , "ts_flag" / TsFlag ),
246- Ver ("13.0 beta4 " , "unk_5e6" / Default (Int16ul , 0 )),
247- Ver ("13.0 beta4 " , "unk_5e8" / Default (HexDump (Bytes (0x20 )), bytes (0x20 ))),
243+ Ver ("V >= V13_0B4 " , "unk_928_0" / Int32ul ),
244+ Ver ("V >= V13_0B4 " , "unk_928_4" / Int8ul ),
245+ Ver ("V >= V13_0B4 " , "ts_flag" / TsFlag ),
246+ Ver ("V >= V13_0B4 " , "unk_5e6" / Default (Int16ul , 0 )),
247+ Ver ("V >= V13_0B4 " , "unk_5e8" / Default (HexDump (Bytes (0x20 )), bytes (0x20 ))),
248248 "pad_928" / Default (HexDump (Bytes (0x18 )), bytes (0x18 )),
249249 )
250250
@@ -281,7 +281,7 @@ class WorkCommandTA(ConstructClass):
281281 subcon = Struct (
282282 "addr" / Tell ,
283283 "magic" / Const (0x0 , Hex (Int32ul )),
284- Ver ("13.0 beta4 " , "counter" / Int64ul ),
284+ Ver ("V >= V13_0B4 " , "counter" / Int64ul ),
285285 "context_id" / Hex (Int32ul ),
286286 "unk_8" / Hex (Int32ul ),
287287 "event_control_addr" / Hex (Int64ul ),
@@ -322,13 +322,13 @@ class WorkCommandTA(ConstructClass):
322322 "unk_5d0" / Int32ul ,
323323 "unk_5d4" / Int8ul ,
324324 "pad_5d5" / Default (HexDump (Bytes (0x3 )), bytes (0x3 )),
325- Ver ("13.0 beta4 " , "unk_5e0" / Int32ul ),
326- Ver ("13.0 beta4 " , "unk_5e4" / Int8ul ),
327- Ver ("13.0 beta4 " , "ts_flag" / TsFlag ),
328- Ver ("13.0 beta4 " , "unk_5e6" / Default (Int16ul , 0 )),
329- Ver ("13.0 beta4 " , "unk_5e8" / Default (HexDump (Bytes (0x18 )), bytes (0x18 ))),
325+ Ver ("V >= V13_0B4 " , "unk_5e0" / Int32ul ),
326+ Ver ("V >= V13_0B4 " , "unk_5e4" / Int8ul ),
327+ Ver ("V >= V13_0B4 " , "ts_flag" / TsFlag ),
328+ Ver ("V >= V13_0B4 " , "unk_5e6" / Default (Int16ul , 0 )),
329+ Ver ("V >= V13_0B4 " , "unk_5e8" / Default (HexDump (Bytes (0x18 )), bytes (0x18 ))),
330330 "pad_5d8" / Default (HexDump (Bytes (0x8 )), bytes (0x8 )),
331- Ver ("13.0 beta4 " , "pad_5e0" / Default (HexDump (Bytes (0x18 )), bytes (0x18 ))),
331+ Ver ("V >= V13_0B4 " , "pad_5e0" / Default (HexDump (Bytes (0x18 )), bytes (0x18 ))),
332332 )
333333
334334class UnknownWorkCommand (ConstructClass ):
0 commit comments