mirror of
https://github.com/holub/mame
synced 2025-06-30 16:00:01 +03:00
Fix clang build [-Werror,-Wunused-private-field] (nw)
This commit is contained in:
parent
e99969f333
commit
3776f3d0a8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user