mirror of
https://github.com/holub/mame
synced 2025-07-01 08:18:59 +03:00
Fix clang unused private field errors (nw)
This commit is contained in:
parent
7e653f28ad
commit
00c7cdb3ce
@ -80,8 +80,6 @@ private:
|
|||||||
void cumana68k_mem(address_map &map);
|
void cumana68k_mem(address_map &map);
|
||||||
|
|
||||||
bool m_bEnabled;
|
bool m_bEnabled;
|
||||||
int m_fdc_ie;
|
|
||||||
int m_fdc_drq;
|
|
||||||
uint8_t m_pia_sasi_pb;
|
uint8_t m_pia_sasi_pb;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user