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:
uz
2012-03-09 11:37:10 +00:00
parent 19ffc1ab08
commit 006be848f2
8 changed files with 317 additions and 28 deletions

View File

@@ -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