summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-01-29 11:30:45 -0500
committer AJR <ajrhacker@users.noreply.github.com>2019-01-29 11:30:49 -0500
commit08bb5cacb09cccff9cb4093326912370ba6739b3 (patch)
treeb9d9df04148d3607851479298a36573e5e9b7efe
parentc9afcdbda59ed14d6d106fcbfedd3250374f7dc4 (diff)
spaceg.cpp: Eliminate unnecessary dependency on mw8080bw driver (nw)
-rw-r--r--src/mame/drivers/spaceg.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/drivers/spaceg.cpp b/src/mame/drivers/spaceg.cpp
index 6ae5771ac79..911c4c94902 100644
--- a/src/mame/drivers/spaceg.cpp
+++ b/src/mame/drivers/spaceg.cpp
@@ -164,10 +164,12 @@ Notes:
**************************************************************************************/
#include "emu.h"
-#include "includes/mw8080bw.h"
#include "cpu/z80/z80.h"
+#include "sound/samples.h"
+#include "sound/sn76477.h"
#include "emupal.h"
+#include "screen.h"
#include "speaker.h"