summaryrefslogtreecommitdiffstats
path: root/src/util/zbin.c
Commit message (Expand)AuthorAgeFilesLines
* [zbin] Fix compiler warning with GCC 9Michael Brown2019-01-211-6/+6
* [prefix] Use CRC32 to verify each block prior to decompressionMichael Brown2016-03-241-10/+42
* [zbin] Use LZMA compressionMichael Brown2015-02-251-10/+86
* [zbin] Fix size used for memset in alloc_output_fileDaniel P. Berrange2013-03-051-1/+1
* [romprefix] Add a dummy ROM header to cover the .mrom payloadMichael Brown2012-06-121-8/+62
* [build] Enable warnings when building utilitiesMichael Brown2012-04-101-2/+5
* [prefix] Add .text16.early sectionMichael Brown2010-04-201-5/+56
* [zbin] Fix 64-bit compilation warnings for util/zbin.cJoshua Oreman2009-10-201-8/+8
* [zbin] Fix compilation warnings for util/zbin.cThomas Miletich2009-10-171-5/+5
* [zbin] Change fixup semantics to support ROMs over 128k uncompressedJoshua Oreman2009-08-111-50/+76
* [build] Fix signed/unsigned division in util/zbin.cStefan Hajnoczi2009-04-261-4/+5
* [build] Round up SUBx deltasStefan Hajnoczi2009-04-151-7/+10
* [util] Add optional debug messages to zbin.cMichael Brown2008-10-101-0/+27
* [util] Avoid calling fclose(NULL) in zbin.cEygene Ryabinkin2008-09-041-1/+2
* Compressed ROM images now work.Michael Brown2007-07-161-0/+325