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

How to read m68k VBR from Python? #2128

Open
DavidBuchanan314 opened this issue Mar 9, 2025 · 1 comment
Open

How to read m68k VBR from Python? #2128

DavidBuchanan314 opened this issue Mar 9, 2025 · 1 comment

Comments

@DavidBuchanan314
Copy link

I see there's a helper method internal to the C implementation:

case M68K_CR_VBR:
return env->vbr;

Is there some way I can access the value from python? I believe this is necessary to implement interrupt properly (since I need to know where to dispatch to)

@wtdcode
Copy link
Member

wtdcode commented Mar 10, 2025

Implemented in d3674f8

You need to compile the python bindings to use before next release

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

No branches or pull requests

2 participants