mirror of
https://github.com/holub/mame
synced 2025-07-02 00:29:37 +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_previous_power;
|
||||||
int m_cnt;
|
int m_cnt;
|
||||||
|
|
||||||
|
#if USE_MSM
|
||||||
uint32_t m_adpcm_pos;
|
uint32_t m_adpcm_pos;
|
||||||
uint8_t m_adpcm_idle;
|
uint8_t m_adpcm_idle;
|
||||||
uint8_t m_trigger;
|
uint8_t m_trigger;
|
||||||
uint8_t m_adpcm_data;
|
uint8_t m_adpcm_data;
|
||||||
|
#endif
|
||||||
DECLARE_WRITE8_MEMBER(controls_w);
|
DECLARE_WRITE8_MEMBER(controls_w);
|
||||||
DECLARE_READ8_MEMBER(controls_r);
|
DECLARE_READ8_MEMBER(controls_r);
|
||||||
virtual void machine_start() override;
|
virtual void machine_start() override;
|
||||||
|
Loading…
Reference in New Issue
Block a user