]> git.sur5r.net Git - cc65/history - src/sp65/main.c
Remove the bitmap type since it is not really needed and complicate things.
[cc65] / src / sp65 / main.c
2012-03-10 uzFree bitmaps and buffers before terminating.
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-03-10 uzNew option --list-conversions.
2012-03-10 uzMove attribute lookup into the output functions. Allow...
2012-03-10 uzImplemented main conversion module.
2012-03-09 uzAdded the main conversion module. New option --convert...
2012-03-09 uzAdded the write routine.
2012-03-09 uzAdded VIC2 sprites as output format. Started to code...
2012-03-05 uzFix FindInputFormat.
2012-03-04 uzAdded parsing of arguments to --read. The explicit...
2012-03-04 uzAdded a module to manage attribute/value pairs.
2012-02-27 uzAdded a new input layer that manages the different...
2012-02-26 uzSome more work on reading pcx files.
2012-02-25 uzStarted to add PCX routines.
2012-02-23 uzAdded base framework for the sp65 sprite and bitmap...