summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pipeline.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pipeline.cpp')
-rw-r--r--src/mame/drivers/pipeline.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/mame/drivers/pipeline.cpp b/src/mame/drivers/pipeline.cpp
index b7298c672b2..40cce978752 100644
--- a/src/mame/drivers/pipeline.cpp
+++ b/src/mame/drivers/pipeline.cpp
@@ -76,6 +76,9 @@ Stephh's notes (based on the games Z80 code and some tests) :
#include "sound/2203intf.h"
+#include "screen.h"
+#include "speaker.h"
+
class pipeline_state : public driver_device
{
@@ -88,8 +91,8 @@ public:
, m_palette(*this, "palette")
, m_vram1(*this, "vram1")
, m_vram2(*this, "vram2")
- {
- }
+ {
+ }
DECLARE_WRITE8_MEMBER(vram2_w);
DECLARE_WRITE8_MEMBER(vram1_w);