summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/ay8910.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/ay8910.h')
-rw-r--r--src/devices/sound/ay8910.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/sound/ay8910.h b/src/devices/sound/ay8910.h
index 29a7ae674d4..63a8575f1fa 100644
--- a/src/devices/sound/ay8910.h
+++ b/src/devices/sound/ay8910.h
@@ -164,6 +164,7 @@ private:
uint32_t m_env_volume;
uint8_t m_hold,m_alternate,m_attack,m_holding;
int32_t m_rng;
+ uint8_t m_mode;
uint8_t m_env_step_mask;
/* init parameters ... */
int m_step;