shithub: pokered

Download patch

ref: e7969293d3be7a9e903d1c96871595a3b8e65a50
parent: ba00264d8a640ccf5fb8fea55c1a9114122dd404
author: Rangi <remy.oukaour+rangi42@gmail.com>
date: Wed Jul 22 05:17:27 EDT 2020

tools/unnamed.py supports rgbds 0.4.1 object files

--- a/tools/unnamed.py
+++ b/tools/unnamed.py
@@ -81,7 +81,7 @@
     elif magic == b'RGB9':
         obj_ver = 10 + unpack_file("<I", f)[0]
 
-    if obj_ver not in [6, 10, 11, 12, 13]:
+    if obj_ver not in [6, 10, 11, 12, 13, 15]:
         print("Error: File '%s' is of an unknown format." % objfile, file=stderr)
         exit(1)