the chips that still do not have sample offset

- Lynx
- MMC5
- NES
- PCE
- QSound
- SegaPCM
- Swan
- VERA
- VRC6
- X1-010
This commit is contained in:
tildearrow 2024-04-24 00:34:15 -05:00
parent 41e59cee5f
commit 84437bf0e3
11 changed files with 25 additions and 16 deletions

View file

@ -28,7 +28,7 @@
class DivPlatformSegaPCM: public DivDispatch {
protected:
struct Channel: public SharedChannel<int> {
bool furnacePCM, isNewSegaPCM;
bool furnacePCM, isNewSegaPCM, setPos;
unsigned char chVolL, chVolR;
unsigned char chPanL, chPanR;
int macroVolMul;
@ -44,6 +44,7 @@ class DivPlatformSegaPCM: public DivDispatch {
SharedChannel<int>(127),
furnacePCM(false),
isNewSegaPCM(false),
setPos(false),
chVolL(127),
chVolR(127),
chPanL(127),