summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/ms6102.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ms6102.cpp')
-rw-r--r--src/mame/drivers/ms6102.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ms6102.cpp b/src/mame/drivers/ms6102.cpp
index a9dc17d9a51..72168560a13 100644
--- a/src/mame/drivers/ms6102.cpp
+++ b/src/mame/drivers/ms6102.cpp
@@ -104,7 +104,7 @@ private:
void crtc_w(offs_t offset, u8 data);
u8 misc_status_r();
- u16 m_dmaaddr;
+ u16 m_dmaaddr = 0;
void kbd_uart_clock_w(u8 data);