summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pachifev.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pachifev.cpp')
-rw-r--r--src/mame/drivers/pachifev.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/drivers/pachifev.cpp b/src/mame/drivers/pachifev.cpp
index b615ad0de8d..95aecf46607 100644
--- a/src/mame/drivers/pachifev.cpp
+++ b/src/mame/drivers/pachifev.cpp
@@ -106,10 +106,12 @@ private:
int m_previous_power;
int m_cnt;
+#if USE_MSM
uint32_t m_adpcm_pos;
uint8_t m_adpcm_idle;
uint8_t m_trigger;
uint8_t m_adpcm_data;
+#endif
DECLARE_WRITE8_MEMBER(controls_w);
DECLARE_READ8_MEMBER(controls_r);
virtual void machine_start() override;