dolphin/Source/Core/Core/HW/DSPHLE
Léo Lam bd03f2e46e DSP: Fix ACCOV not suspending accelerator reads
When an ACCOV is triggered, the accelerator stops reading back anything
and updating the current address until the YN2 register is set.

This is kept track of internally by the DSP; this state is not exposed
via any register.

However, we need to emulate this behaviour correctly because some
ucodes rely on it (notably AX GC); failure to emulate it will result
in reading past the end and start address for non-looped voices.
2017-09-24 20:48:29 +02:00
..
UCodes DSP: Fix ACCOV not suspending accelerator reads 2017-09-24 20:48:29 +02:00
DSPHLE.cpp Core: Remove unnecessary includes 2017-06-15 18:52:22 -04:00
DSPHLE.h Core: Remove unnecessary includes 2017-06-15 18:52:22 -04:00
MailHandler.cpp Core: include what you use 2017-06-07 01:20:48 -04:00
MailHandler.h DSP-HLE: cleanup PushMail argument names 2017-05-19 19:04:06 -07:00