summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/harddriv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/harddriv.c')
-rw-r--r--src/mame/drivers/harddriv.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/drivers/harddriv.c b/src/mame/drivers/harddriv.c
index 0e316039153..6dff6221e9a 100644
--- a/src/mame/drivers/harddriv.c
+++ b/src/mame/drivers/harddriv.c
@@ -464,6 +464,8 @@ harddriv_state::harddriv_state(const machine_config &mconfig, const char *tag, d
m_dac(*this, "dac"),
m_duart(*this, "duartn68681"),
m_asic65(*this, "asic65"),
+ m_sound_int_state(0),
+ m_video_int_state(0),
m_palette(*this, "palette"),
m_slapstic_device(*this, "slapstic")
{