Added VIC2 sprites as output format. Started to code the processing pipeline:
--slice, --pop. git-svn-id: svn://svn.cc65.org/cc65/trunk@5582 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -53,6 +53,10 @@
|
||||
|
||||
|
||||
|
||||
/* 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user