decomp16: decompress 16bit LZ
authorAlan Cox <alan@linux.intel.com>
Mon, 29 Dec 2014 22:18:37 +0000 (22:18 +0000)
committerAlan Cox <alan@linux.intel.com>
Mon, 29 Dec 2014 22:18:37 +0000 (22:18 +0000)
commit3b22ffe6026ccbdc6da6391a479470c750d907b4
treec376dbc285bb958ff85b08e1234583ef3c1a5015
parent69964b82366777d2f3c59e670e62777edbc636b9
decomp16: decompress 16bit LZ

This is going to give most Z80 boxes a bit of a battering if it works at all.
Committing this more because it'll be an excellent way to test pipes and
abuse the system for stress testing.
Applications/util/Makefile
Applications/util/decomp16.c [new file with mode: 0644]