summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/special.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/special.cpp')
-rw-r--r--src/mame/drivers/special.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mame/drivers/special.cpp b/src/mame/drivers/special.cpp
index 479cdbffcc1..1530648d38c 100644
--- a/src/mame/drivers/special.cpp
+++ b/src/mame/drivers/special.cpp
@@ -11,8 +11,12 @@
#include "emu.h"
#include "includes/special.h"
+
#include "sound/volt_reg.h"
+#include "screen.h"
#include "softlist.h"
+#include "speaker.h"
+
/* Address maps */
static ADDRESS_MAP_START(specialist_mem, AS_PROGRAM, 8, special_state )