(MESS) fixed clang warning about unused private field in src/mess/drivers/attache.c (nw)

This commit is contained in:
Oliver Stöneberg 2013-05-23 12:58:41 +00:00
parent 66b0648099
commit c812f64b36

View File

@ -198,7 +198,7 @@ private:
required_memory_bank m_membank8;
bool m_rom_active;
bool m_operation_enable;
//bool m_operation_enable;
UINT8 m_pio_porta;
UINT8 m_pio_portb;
UINT8 m_pio_select;