summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2021-05-21 19:05:52 +0200
committer hap <happppp@users.noreply.github.com>2021-05-21 19:06:07 +0200
commit262aa23c89169e620f4d3f51b93e49ab744fd37e (patch)
treeb6e69497464c856bc78a9f9faebeee13758a319f /src/mame/includes
parent72437afd744bb24829e7b734821669f119e6778a (diff)
saitek_osa: added maestro/analyst B/C/D/D+/D++ module [hap, Berger, anonymous]
Diffstat (limited to 'src/mame/includes')
-rw-r--r--src/mame/includes/saitek_stratos.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/includes/saitek_stratos.h b/src/mame/includes/saitek_stratos.h
index ce23c1f6a46..23a0bf694fe 100644
--- a/src/mame/includes/saitek_stratos.h
+++ b/src/mame/includes/saitek_stratos.h
@@ -50,10 +50,10 @@ protected:
void set_cpu_freq();
void lcd_data_w(u8 data);
- bool m_power;
- bool m_lcd_ready;
- u8 m_lcd_count;
- u8 m_lcd_command;
+ bool m_power = false;
+ bool m_lcd_ready = false;
+ u8 m_lcd_count = 0;
+ u8 m_lcd_command = 0;
u8 m_lcd_data[0x40];
};