diff options
Diffstat (limited to 'src/mame/drivers/marywu.cpp')
-rw-r--r-- | src/mame/drivers/marywu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/marywu.cpp b/src/mame/drivers/marywu.cpp index 2c9c6209f61..0908ff18d91 100644 --- a/src/mame/drivers/marywu.cpp +++ b/src/mame/drivers/marywu.cpp @@ -46,7 +46,7 @@ private: void io_map(address_map &map); void program_map(address_map &map); - uint8_t m_selected_7seg_module; + uint8_t m_selected_7seg_module = 0; virtual void machine_start() override; output_finder<32> m_digits; output_finder<30> m_leds; |