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

Debugger state and disassembler not working properly when running from cart. #238

Closed
ejaquay opened this issue Dec 21, 2024 · 1 comment
Closed

Comments

@ejaquay
Copy link
Contributor

ejaquay commented Dec 21, 2024

Debugger is not properly displaying cartridge code. SafeMemRead8 in tcc1014mmu is filtering the data. Do we need an allow cart read flag?

@ejaquay
Copy link
Contributor Author

ejaquay commented Dec 22, 2024

Modifed SafeMemRead8 to only filter port reads (0xFF00 and up) that are below 0xFF90 (see PR 239). It was decided that there is no harm in reading cart addresses that do not reference the filtered ports.

@ejaquay ejaquay closed this as completed Dec 22, 2024
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

1 participant