Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

poc integration #37

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

poc integration #37

wants to merge 3 commits into from

Conversation

jpoikela
Copy link

@jpoikela jpoikela commented Aug 6, 2018

No description provided.

@jpoikela
Copy link
Author

jpoikela commented Aug 6, 2018

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

@ppeccin
Copy link
Owner

ppeccin commented Aug 6, 2018 via email

@jpoikela
Copy link
Author

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

@jpoikela
Copy link
Author

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

return null;
};

this.getLHAFilesSorted = function (lha) {
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could use getZIPFilesSorted() instead

@@ -209,6 +221,10 @@ wmsx.FileLoader = function(room) {
return diskDrive.loadAsDiskFromFiles(port, name, self.createTreeFromZip(zip), altPower, asExpansion); // throws
}

function tryLoadLhaAsDisk(name, lha, port, altPower, asExpansion) { // throws
Copy link
Author

@jpoikela jpoikela Aug 13, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could use tryLoadZipAsDisk() instead

@jpoikela
Copy link
Author

FileLoader.loadFromContentAsSlot still needs LHA handling

@ppeccin
Copy link
Owner

ppeccin commented Feb 10, 2020

Hey Jani!

Log time!
So, how is that? Anything usable?
I have some little time to look into this before closing the next release.

Anything I can use?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants