Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

68000 trace mode not implemented #282

Open
dmcoles opened this issue Jun 26, 2024 · 1 comment
Open

68000 trace mode not implemented #282

dmcoles opened this issue Jun 26, 2024 · 1 comment

Comments

@dmcoles
Copy link

dmcoles commented Jun 26, 2024

Trace mode is used by most debuggers to allow single stepping.

Without this function it is not possible to use Monam, Simbug, HRTMON etc to single step through code.

I understand that adding this functionality would most likely significantly reduce the performance of Emu68 so it could either be included as an option that can be enabled/disabled in EmuControl or if that is not possible then it could be included/excluded at build time based on #defines so we can switch between different builds of Emu68 according to specific needs.

@dmcoles
Copy link
Author

dmcoles commented Jun 27, 2024

potential implementation here:

master...dmcoles:Emu68:master

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant