summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/rex6000.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/rex6000.cpp')
-rw-r--r--src/mame/drivers/rex6000.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/drivers/rex6000.cpp b/src/mame/drivers/rex6000.cpp
index 3de5b113e7d..893bb5860d9 100644
--- a/src/mame/drivers/rex6000.cpp
+++ b/src/mame/drivers/rex6000.cpp
@@ -37,6 +37,9 @@
#include "imagedev/snapquik.h"
#include "sound/beep.h"
#include "rendlay.h"
+#include "screen.h"
+#include "speaker.h"
+
#define MAKE_BANK(lo, hi) ((lo) | ((hi)<<8))