Fix clang error: private field m_porta_latch is not used [-Werror,-Wunused-private-field] (nw)

This commit is contained in:
AJR 2020-02-18 23:00:53 -05:00
parent b575f0d00a
commit 0777e03e0f

View File

@ -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 )