summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/m72.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/m72.h')
-rw-r--r--src/mame/includes/m72.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mame/includes/m72.h b/src/mame/includes/m72.h
index 03674c0c374..01d5e7ce927 100644
--- a/src/mame/includes/m72.h
+++ b/src/mame/includes/m72.h
@@ -60,12 +60,16 @@ public:
m_fg_tilemap(nullptr),
m_bg_tilemap(nullptr),
m_bg_tilemap_large(nullptr),
+ m_video_off(0),
m_fg_source(0),
m_bg_source(0),
m_m81_b_b_j3(*this, "JumperJ3"),
m_m82_rowscroll(0),
m_m82_tmcontrol(0)
- { }
+ {
+ m_scrollx[0] = m_scrollx[1] = 0;
+ m_scrolly[0] = m_scrolly[1] = 0;
+ }
void m72_base(machine_config &config);
void m72_audio_chips(machine_config &config);