Jani Poikela

Results 22 comments of Jani Poikela

I made a PR, but it's still a work in progress.. still only the lh0 and lh5 decoders.. and not clean code, but a something to try out, if interested.....

no need to hurry, beamride.lzh seems to be one of the rare cases that actually work..

I had time to clean the PR now, so the diff is clean.. sorry for my mistake..

I run the embedded version, and load the file like this: ?DISKA_FILES_URL=http://localhost:8000/beamride.lzh&BASIC_BRUN=rider.bin I have python script serving the files locally

I have not found an LZH file that would use other compression method than lh0 or lh5.. still I should include the decoders as soon I find a sample file...

hmmm. I'll have to remove the formatting differences, and leave only the code changes

I updated the LHA decoder and now also ROM loading works for example with ROM http://www.msxarchive.nl/pub/msx/games/roms/msx1/1942.lzh

I would call it a breakthrough :) the code for LHA decoder is 16k minified jsLHA in github has the code, call 'grunt' to build it

FileLoader.loadFromContentAsSlot still needs LHA handling

for anyone who ends up here, use Pyramid instead: http://docs.pylonsproject.org/projects/pyramid/en/latest/index.html