Skip to content

How to read m68k VBR from Python? #2128

Open
@DavidBuchanan314

Description

@DavidBuchanan314

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions