mirror of
https://github.com/holub/mame
synced 2025-05-29 17:13:05 +03:00
(MESS) disabled unused private fields reported by clang (nw)
This commit is contained in:
parent
a07d222d26
commit
8098ca75ce
@ -784,7 +784,7 @@ private:
|
|||||||
TIMER_CALLBACK_MEMBER(bdma_timer_exp);
|
TIMER_CALLBACK_MEMBER(bdma_timer_exp);
|
||||||
|
|
||||||
cpu_device *m_cpu;
|
cpu_device *m_cpu;
|
||||||
s3c44b0_memcon_t m_memcon;
|
//s3c44b0_memcon_t m_memcon;
|
||||||
s3c44b0_irq_t m_irq;
|
s3c44b0_irq_t m_irq;
|
||||||
s3c44b0_dma_t m_zdma[2];
|
s3c44b0_dma_t m_zdma[2];
|
||||||
s3c44b0_dma_t m_bdma[2];
|
s3c44b0_dma_t m_bdma[2];
|
||||||
@ -797,7 +797,7 @@ private:
|
|||||||
s3c44b0_iic_t m_iic;
|
s3c44b0_iic_t m_iic;
|
||||||
s3c44b0_iis_t m_iis;
|
s3c44b0_iis_t m_iis;
|
||||||
s3c44b0_gpio_t m_gpio;
|
s3c44b0_gpio_t m_gpio;
|
||||||
s3c44b0_rtc_t m_rtc;
|
//s3c44b0_rtc_t m_rtc;
|
||||||
s3c44b0_adc_t m_adc;
|
s3c44b0_adc_t m_adc;
|
||||||
s3c44b0_cpuwrap_t m_cpuwrap;
|
s3c44b0_cpuwrap_t m_cpuwrap;
|
||||||
devcb_resolved_read32 m_port_r;
|
devcb_resolved_read32 m_port_r;
|
||||||
|
@ -60,8 +60,8 @@ private:
|
|||||||
int m_buswidth;
|
int m_buswidth;
|
||||||
int m_dmarq[4];
|
int m_dmarq[4];
|
||||||
emu_timer* m_timer[4];
|
emu_timer* m_timer[4];
|
||||||
int m_in_progress[4];
|
//int m_in_progress[4];
|
||||||
int m_transfer_size[4];
|
//int m_transfer_size[4];
|
||||||
int m_base;
|
int m_base;
|
||||||
devcb_resolved_write_line m_out_hreq_func;
|
devcb_resolved_write_line m_out_hreq_func;
|
||||||
devcb_resolved_write_line m_out_eop_func;
|
devcb_resolved_write_line m_out_eop_func;
|
||||||
|
Loading…
Reference in New Issue
Block a user