-
Notifications
You must be signed in to change notification settings - Fork 0
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
Program resets calculator on fx-9750GIII #2
Comments
It's not compatible with the newer calculators as one of the memory addresses I used to store some data is now used by the OS. It wouldn't be too much of a problem to modify the emulator to support them but it could impact performance quite a bit. For reference, it's used in theses areas (I think i forgot some places too, it's been almost 3 years) Line 16 in 9177627
Lines 31 to 33 in 9177627
Line 57 in 9177627
Lines 68 to 69 in 9177627
Lines 38 to 41 in 9177627
And is defined in the "sections.ld" file. You could just remove the attribute and reduce the sizes of the rombanks and lcd cache to try to fit everything into normal memory but i don't know if it will run any good. |
Could you try? |
I don't think it's compatible, but i'll take a shot in the dark. Is it compatible, or will it ever be? Thanks :)
The text was updated successfully, but these errors were encountered: