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

Improve memcheck to report CPU and check Xoseram memory #466

Merged
merged 1 commit into from
Nov 18, 2024
Merged

Conversation

harrowm
Copy link
Collaborator

@harrowm harrowm commented Nov 17, 2024

Improve memcheck utility:

  • report CPU and CPU speed from sdb block (and remove local asm code which didn't report 68030 correctly). I used the same format/approach as the firmware as far as I can tell.
  • fix issue with XoseRAM that the RAM block is adjacent to the ROM block and this caused the code to try to memcheck the ROM causing bus errors.
  • Change order of reading memory blocks so that the report comes out in ascending order (:o)

Copy link
Collaborator

@XarkLabs XarkLabs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like some needed improvements.

@XarkLabs XarkLabs merged commit 0b47331 into develop Nov 18, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

2 participants