summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/polyplay.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/polyplay.h')
-rw-r--r--src/mame/includes/polyplay.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/polyplay.h b/src/mame/includes/polyplay.h
index 952183544c9..c14ab8d9520 100644
--- a/src/mame/includes/polyplay.h
+++ b/src/mame/includes/polyplay.h
@@ -79,8 +79,8 @@ private:
required_device<palette_device> m_palette;
/* audio */
- uint8_t m_flipflop1;
- uint8_t m_flipflop2;
+ uint8_t m_flipflop1 = 0;
+ uint8_t m_flipflop2 = 0;
required_device<speaker_sound_device> m_speaker1;
required_device<speaker_sound_device> m_speaker2;
output_finder<4> m_lamps;