-
Notifications
You must be signed in to change notification settings - Fork 71
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
base: master
Are you sure you want to change the base?
poc integration #37
Conversation
hmmm. I'll have to remove the formatting differences, and leave only the code changes |
Yes, please! It's too confusing the way it is now.
Paulo
…On Mon, Aug 6, 2018 at 11:14 AM Jani Poikela ***@***.***> wrote:
hmmm. I'll have to remove the formatting differences, and leave only the
code changes
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#37 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AArloJ7vjxpgZIgro1BbUVvEKZgEfxhbks5uOE9TgaJpZM4Vwd28>
.
|
f0f7ad3
to
4c0da20
Compare
I updated the LHA decoder and now also ROM loading works for example with ROM |
I would call it a breakthrough :) |
return null; | ||
}; | ||
|
||
this.getLHAFilesSorted = function (lha) { |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could use tryLoadZipAsDisk() instead
FileLoader.loadFromContentAsSlot still needs LHA handling |
Hey Jani! Log time! Anything I can use? |
No description provided.