]> git.sur5r.net Git - cc65/history - src/sp65/bitmap.c
Remove the bitmap type since it is not really needed and complicate things.
[cc65] / src / sp65 / bitmap.c
2012-03-11 uzRemove the bitmap type since it is not really needed...
2012-03-10 uzRemoved several memory leaks.
2012-03-09 uzAdded a dummy return to fix a watcom warning.
2012-03-09 uzAdded VIC2 sprites as output format. Started to code...
2012-03-05 uzStarted to add koala output format.
2012-02-27 uzRemove the "Tag" field in struct Bitmap since it is...
2012-02-26 uzNew function to create a bitmap slice.
2012-02-26 uzSome more work on reading pcx files.
2012-02-25 uzStarted to add PCX routines.
2012-02-25 uzStarted to code the front end base layer modules.