]> git.sur5r.net Git - cc65/history - src/sp65/pcx.c
Removed the flags and optimized the Attr structure.
[cc65] / src / sp65 / pcx.c
2012-03-10 uzRemoved several memory leaks.
2012-03-10 uzFixed two compiler warnings.
2012-03-10 uzMove evaluation of attributes into the input routine.
2012-02-27 uzRemove the "Tag" field in struct Bitmap since it is...
2012-02-27 uzAdded a new input layer that manages the different...
2012-02-26 uzUse only as many palette entries as there are colors...
2012-02-26 uzFirst version of PCX reading routine is completed but...
2012-02-26 uzSome more work on reading pcx files.
2012-02-25 uzStarted to add PCX routines.