summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/saitek_stratos.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/saitek_stratos.cpp')
-rw-r--r--src/mame/drivers/saitek_stratos.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/saitek_stratos.cpp b/src/mame/drivers/saitek_stratos.cpp
index 8c09af2c0f1..4e29699ad97 100644
--- a/src/mame/drivers/saitek_stratos.cpp
+++ b/src/mame/drivers/saitek_stratos.cpp
@@ -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();