mirror of
https://github.com/holub/mame
synced 2025-06-23 21:06:38 +03:00
Merge branch 'release0217' into mainline-master
This commit is contained in:
commit
15dc4bcd52
@ -54,12 +54,15 @@ private:
|
|||||||
|
|
||||||
struct saa1099_noise
|
struct saa1099_noise
|
||||||
{
|
{
|
||||||
saa1099_noise() { }
|
saa1099_noise() { (void)pad; }
|
||||||
|
|
||||||
/* vars to simulate the noise generator output */
|
/* vars to simulate the noise generator output */
|
||||||
double counter = 0.0;
|
double counter = 0.0;
|
||||||
double freq = 0.0;
|
double freq = 0.0;
|
||||||
u32 level = 0xffffffffU; // noise polynomial shifter
|
u32 level = 0xffffffffU; // noise polynomial shifter
|
||||||
|
|
||||||
|
private:
|
||||||
|
u32 pad; // pad out structure to multiple of sizeof(double)
|
||||||
};
|
};
|
||||||
|
|
||||||
void envelope_w(int ch);
|
void envelope_w(int ch);
|
||||||
|
Loading…
Reference in New Issue
Block a user