-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
Update MegaFlashROM related ROMs booting procedure #126
Comments
That would be nice... if Konamiman has enought time... |
I could submit a PR if I could get Nextor to compile but I can't get it to work with WSL. |
@Steveneska What problem are you having with the build? Is it the same as #127? If we can sort out that issue then yes, please feel free to submit a pull request. |
No. I followed the build instructions, but it wasn't finding the tools (N80, L80...) in PATH even though I installed all the required tools and put them in the bin folder and made sure the bin folder was actually in PATH |
@Steveneska Can you please try running the following? (replacing
The makefile script will take the path of the N80, LK80 and LB80 tools from the environment variables of the same name if they exist, so if it's only a "tools not found" issue this should work for you. |
@Konamiman I did as you just instructed and still get the same error as previously:
I've tried with both flavors (framework dependent and self-contained) of N80, LIB80 and LK80 and got the same result |
Hi @Steveneska, could you please run the following command in your WSL console and paste the output here?
|
@Konamiman This is what I get: |
@Steveneska Mystery solved then: your N80 file isn't set as executable. You need to run the following:
and the same with LK80 and LB80. Then repeating the |
Yeah I get this now: Thank you for helping troubleshoot this and really sorry for the trouble, I'm very new to Linux and didn't know I could do this. |
I will try to compile my changes, test to see if they check out and report back to you |
Ran through this error while compiling Nextor with no modifications
|
@Steveneska Which version of sdcc are you using? Yoy need v4.2 or newer. |
@Konamiman I'm using version 4.0.0+dfsg-2. Says it's the newest Edit: Had to upgrade Ubuntu. Compiling works now. |
I'm not sure if this is the correct name for this enhancement but I've noticed that while the Sunrise ROMs with device driver 0.1.7 could boot in MODE 80 and apply the correct COLOR parameters as saved by the user, the MegaFlashROM related ROMs would ignore the user saved settings and still boot in MODE 40 with the computer default COLOR parameters. Could they be updated to reflect the same behavior as the Sunrise IDE ROMs with device driver 0.1.7?
The text was updated successfully, but these errors were encountered: