mirror of
https://github.com/holub/mame
synced 2025-06-20 19:26:42 +03:00
Fix clang build [-Werror,-Wunused-private-field] (nw)
This commit is contained in:
parent
167e11a9cf
commit
83e474aad4
@ -573,6 +573,9 @@ void piratesh_state::machine_start()
|
|||||||
save_item(NAME(m_mw_irq_control));
|
save_item(NAME(m_mw_irq_control));
|
||||||
save_item(NAME(m_sound_ctrl));
|
save_item(NAME(m_sound_ctrl));
|
||||||
save_item(NAME(m_sound_nmi_clk));
|
save_item(NAME(m_sound_nmi_clk));
|
||||||
|
#else
|
||||||
|
(void)m_sound_ctrl;
|
||||||
|
(void)m_sound_nmi_clk;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -297,8 +297,7 @@ private:
|
|||||||
uint8_t m_ipl;
|
uint8_t m_ipl;
|
||||||
uint8_t m_palet[3];
|
uint8_t m_palet[3];
|
||||||
uint8_t m_paltbl[8];
|
uint8_t m_paltbl[8];
|
||||||
uint16_t m_page;
|
uint8_t m_pcg_char, m_pcg_attr, m_char_change;
|
||||||
uint8_t m_pcg_char, m_pcg_attr, m_char_change, m_pcg_char0;
|
|
||||||
uint16_t m_pcg_offset[3];
|
uint16_t m_pcg_offset[3];
|
||||||
int m_char_count;
|
int m_char_count;
|
||||||
attotime m_time;
|
attotime m_time;
|
||||||
|
Loading…
Reference in New Issue
Block a user