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

GoldenEye crashes with LLE audio enabled #15

Open
hulkholden opened this issue Sep 24, 2023 · 0 comments
Open

GoldenEye crashes with LLE audio enabled #15

hulkholden opened this issue Sep 24, 2023 · 0 comments

Comments

@hulkholden
Copy link
Owner

GoldenEye runs well with LLE audio disabled (skipAudioTaskEmulation = true) but seems to crash after a minute or so with it enabled.

I've noticed that it seems very sensitive to timing issues. For instance, at some point the COUNT register was being incremented at 2x the expected rate (once per instruction rather than per 2 instructions) and the RSP seemed to get ahead of the CPU and overflow some internal buffers (wrapping around in dmem) and corrupt internal state. Since fixing that issue the RSP no longer seems to crash but the game appears to become deadlocked (nothing running on the RSP).

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