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

MBC3 RTC fixes #64

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

MBC3 RTC fixes #64

wants to merge 1 commit into from

Conversation

Dabomstew
Copy link
Member

Aiming to pass all tests in https://github.com/aaaaaa123456789/rtc3test . So far only the basic tests have been fixed.

@Dabomstew
Copy link
Member Author

Fixing the range tests will likely require a significant refactor, so parking this for now.

TiKevin83 added a commit to TiKevin83/gambatte-speedrun that referenced this pull request Nov 22, 2020
TiKevin83 added a commit to TASEmulators/gambatte-speedrun that referenced this pull request Nov 23, 2020
if (dataDh_ & 0x40)
haltTime_ = seconds;
else
time_.set(seconds, cc);
Copy link
Contributor

Choose a reason for hiding this comment

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

Just noting for whenever this gets picked up: the else block body in setS needs to stay as time_.reset(seconds, cc) to pass the subsecond writes tests.

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