We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Current hardcoded values can lead to mapping problems, and changing it manually in a script is abit cumbersome.
Should implement:
The text was updated successfully, but these errors were encountered:
I recently did:
emu["sp"] = 0x20002000 emu.map_space(emu["sp"]-4096, emu["sp"])
which I wouldn't qualify as "cumbersome".
Sorry, something went wrong.
I think something is implemented here : https://github.com/jevinskie/emusca ( -> https://github.com/jevinskie/emusca/blob/fd838219904bded63e91a09953c3659bcb791b16/emusca.py#L350)
No branches or pull requests
Current hardcoded values can lead to mapping problems, and changing it manually in a script is abit cumbersome.
Should implement:
The text was updated successfully, but these errors were encountered: