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

test: Check ROM size #124

Merged
merged 2 commits into from
Nov 20, 2023
Merged

test: Check ROM size #124

merged 2 commits into from
Nov 20, 2023

Conversation

duhow
Copy link
Collaborator

@duhow duhow commented Nov 5, 2023

Created by #121 , this ensures the behaviour does not change in the future.

@Fubukimaru
Copy link
Owner

This bug was not a bug. It's the way asMSX works. The behaviour is correct as .BIOS writes bytes in the ROM (the header), therefore you must initialize first the program counter with .PAGE or .ORG. The documentation was updated accordingly to cover this.

However, we could maintain at least the part that is able to check sizes in case it is interesting for future tests!

@duhow
Copy link
Collaborator Author

duhow commented Nov 6, 2023

Exactly as you said, that's why I added the test to prevent any regression or unexpected change in the future.

@Fubukimaru Fubukimaru self-requested a review November 20, 2023 15:30
Copy link
Owner

@Fubukimaru Fubukimaru left a comment

Choose a reason for hiding this comment

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

All ok

@Fubukimaru Fubukimaru merged commit 2bd274b into master Nov 20, 2023
9 checks 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.

None yet

2 participants