mirror of
https://github.com/tildearrow/furnace.git
synced 2024-12-05 02:37:26 +00:00
Merge branch 'master' of https://github.com/tildearrow/furnace into es5506_alt
This commit is contained in:
commit
b88970ff95
2 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,7 @@ class DivPlatformRF5C68: public DivDispatch {
|
|||
SharedChannel<int>(255),
|
||||
audPos(0),
|
||||
sample(-1),
|
||||
wave(-1),
|
||||
panning(255),
|
||||
setPos(false),
|
||||
macroVolMul(64) {}
|
||||
|
|
|
@ -35,6 +35,7 @@ class DivPlatformYMZ280B: public DivDispatch {
|
|||
SharedChannel<int>(255),
|
||||
audPos(0),
|
||||
sample(-1),
|
||||
wave(-1),
|
||||
panning(8),
|
||||
setPos(false),
|
||||
isNewYMZ(false),
|
||||
|
|
Loading…
Reference in a new issue