mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
Fix clang error: private field m_porta_latch is not used [-Werror,-Wunused-private-field] (nw)
This commit is contained in:
parent
b575f0d00a
commit
0777e03e0f
@ -20,10 +20,6 @@ private:
|
||||
DECLARE_WRITE16_MEMBER(porta_w) override;
|
||||
DECLARE_WRITE16_MEMBER(portb_w) override;
|
||||
DECLARE_WRITE16_MEMBER(portc_w) override;
|
||||
|
||||
uint16_t m_porta_latch;
|
||||
uint16_t m_portb_latch;
|
||||
uint16_t m_portc_latch;
|
||||
};
|
||||
|
||||
static INPUT_PORTS_START( tvtouch )
|
||||
|
Loading…
Reference in New Issue
Block a user