mirror of
https://github.com/holub/mame
synced 2025-06-29 23:48:56 +03:00
(MESS) fixed clang warning about unused private field in src/mess/drivers/attache.c (nw)
This commit is contained in:
parent
66b0648099
commit
c812f64b36
@ -198,7 +198,7 @@ private:
|
|||||||
required_memory_bank m_membank8;
|
required_memory_bank m_membank8;
|
||||||
|
|
||||||
bool m_rom_active;
|
bool m_rom_active;
|
||||||
bool m_operation_enable;
|
//bool m_operation_enable;
|
||||||
UINT8 m_pio_porta;
|
UINT8 m_pio_porta;
|
||||||
UINT8 m_pio_portb;
|
UINT8 m_pio_portb;
|
||||||
UINT8 m_pio_select;
|
UINT8 m_pio_select;
|
||||||
|
Loading…
Reference in New Issue
Block a user