summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hvyunit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/hvyunit.cpp')
-rw-r--r--src/mame/drivers/hvyunit.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/drivers/hvyunit.cpp b/src/mame/drivers/hvyunit.cpp
index a13120f1e67..c88cfec5542 100644
--- a/src/mame/drivers/hvyunit.cpp
+++ b/src/mame/drivers/hvyunit.cpp
@@ -65,6 +65,8 @@ To Do:
#include "machine/gen_latch.h"
#include "sound/2203intf.h"
#include "video/kan_pand.h"
+#include "screen.h"
+#include "speaker.h"
@@ -89,7 +91,7 @@ public:
m_soundlatch(*this, "soundlatch"),
m_videoram(*this, "videoram"),
m_colorram(*this, "colorram")
- { }
+ { }
/* Devices */
required_device<cpu_device> m_mastercpu;