]> git.sur5r.net Git - cc65/blobdiff - src/sp65/bitmap.h
Added VIC2 sprites as output format. Started to code the processing pipeline:
[cc65] / src / sp65 / bitmap.h
index 4fe56f752e9b065589c84f30124b50217d9fef60..5c111a27bb49b1a021fd63a21043c7449db201a4 100644 (file)
 
 
 
+/* Safety limit for the bitmap sizes */
+#define BM_MAX_WIDTH    4096U
+#define BM_MAX_HEIGHT   4096U
+
 /* Safety limit for the size of the bitmap in pixels */
 #define BM_MAX_SIZE     4194304UL