1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-27 04:54:54 +00:00
cc65/src/sp65
uz 4663245219 Change data generation for C output. The ident attribute is now optional.
Without it, just the data is output. With an identifier given, there will be
additional #defines for xxx_COLORS, xxx_WIDTH, xxx_HEIGHT, and the data is
places into an array with the given name.


git-svn-id: svn://svn.cc65.org/cc65/trunk@5662 b7a2c559-68d2-44c3-8de9-860c34a00d81
2012-05-28 11:35:44 +00:00
..
make
asm.c Pass the source image of the conversion down to the output function, so they 2012-03-15 17:02:12 +00:00
asm.h Pass the source image of the conversion down to the output function, so they 2012-03-15 17:02:12 +00:00
attr.c Removed the flags and optimized the Attr structure. 2012-03-10 22:10:45 +00:00
attr.h
bin.c Pass the source image of the conversion down to the output function, so they 2012-03-15 17:02:12 +00:00
bin.h Pass the source image of the conversion down to the output function, so they 2012-03-15 17:02:12 +00:00
bitmap.c New function GetBitmapName, inlined GetBitmapColors. 2012-03-11 11:38:37 +00:00
bitmap.h New function GetBitmapName, inlined GetBitmapColors. 2012-03-11 11:38:37 +00:00
c.c Change data generation for C output. The ident attribute is now optional. 2012-05-28 11:35:44 +00:00
c.h Pass the source image of the conversion down to the output function, so they 2012-03-15 17:02:12 +00:00
color.c
color.h
convert.c Added two more conversion targets: geos-bitmap, which will create a GEOS 2012-03-13 21:12:27 +00:00
convert.h New option --list-conversions. 2012-03-10 18:51:00 +00:00
error.c
error.h
fileio.c
fileio.h
geosbitmap.c
geosbitmap.h Added two more conversion targets: geos-bitmap, which will create a GEOS 2012-03-13 21:12:27 +00:00
geosicon.c
geosicon.h
input.c Move evaluation of attributes into the input routine. 2012-03-10 20:26:47 +00:00
input.h
koala.c Remove the bitmap type since it is not really needed and complicate things. 2012-03-11 11:10:41 +00:00
koala.h
lynxsprite.c
lynxsprite.h
main.c The program dumped core when read/write was used without a conversion of the 2012-04-22 21:57:28 +00:00
output.c Pass the source image of the conversion down to the output function, so they 2012-03-15 17:02:12 +00:00
output.h Pass the source image of the conversion down to the output function, so they 2012-03-15 17:02:12 +00:00
palette.c
palette.h New option --dump-palette. Fixed a double free in the cleanup code. 2012-03-11 11:25:38 +00:00
pcx.c
pcx.h
pixel.h
raw.c
raw.h
vic2sprite.c
vic2sprite.h