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

Separate APU from Memory #34

Merged
merged 5 commits into from
Sep 1, 2024
Merged

Conversation

v1bh475u
Copy link

@v1bh475u v1bh475u commented Sep 1, 2024

Audio read-write has been modified to desired condition and is working fine to pass first 2 tests and the 3rd test up to test case 11.

@Demigod345 Demigod345 changed the base branch from master to demigod/audio-tests September 1, 2024 06:24
src/audio.cpp Show resolved Hide resolved
src/audio.cpp Outdated Show resolved Hide resolved
src/gameBoy.cpp Outdated Show resolved Hide resolved
@Demigod345 Demigod345 changed the title Mordern audio readwrite Separate APU from Memory Sep 1, 2024
src/audio.cpp Outdated
Comment on lines 66 to 70
if (!mMap)
{
throw std::runtime_error("MemoryMap not set in APU");
}
else

Choose a reason for hiding this comment

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

early return

@Demigod345 Demigod345 merged commit 4e837a7 into demigod/audio-tests Sep 1, 2024
4 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.

2 participants