mirror of
https://github.com/holub/mame
synced 2025-07-23 02:01:08 +03:00
saitek_stratos.cpp: Fix clang build [-Werror, -Wunused-private-field] (nw)
This commit is contained in:
parent
30b4b9e034
commit
752d51a80b
@ -71,9 +71,9 @@ private:
|
||||
uint32_t ind_leds;
|
||||
bool m_lcd_written;
|
||||
|
||||
u8 m_lcd_address;
|
||||
u8 m_lcd_ram[0x100];
|
||||
u8 m_lcd_latch;
|
||||
//u8 m_lcd_address;
|
||||
//u8 m_lcd_ram[0x100];
|
||||
//u8 m_lcd_latch;
|
||||
|
||||
u8 m_lcd_data;
|
||||
void show_leds();
|
||||
|
Loading…
Reference in New Issue
Block a user