summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/voodoo_regs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/voodoo_regs.h')
-rw-r--r--src/devices/video/voodoo_regs.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/devices/video/voodoo_regs.h b/src/devices/video/voodoo_regs.h
index ba3582acb58..539991553eb 100644
--- a/src/devices/video/voodoo_regs.h
+++ b/src/devices/video/voodoo_regs.h
@@ -1001,7 +1001,13 @@ public:
static constexpr u32 reg_nccTable = 0x324/4; // W F
// constructor
- voodoo_regs()
+ voodoo_regs() :
+ m_starts(0), m_startt(0),
+ m_startw(0),
+ m_dsdx(0), m_dtdx(0),
+ m_dwdx(0),
+ m_dsdy(0), m_dtdy(0),
+ m_dwdy(0)
{
for (int index = 0; index < std::size(m_regs); index++)
m_regs[index].u = 0;