summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/3do.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/3do.cpp')
-rw-r--r--src/mame/machine/3do.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mame/machine/3do.cpp b/src/mame/machine/3do.cpp
index 9f1ef4208da..e66ed76f6ee 100644
--- a/src/mame/machine/3do.cpp
+++ b/src/mame/machine/3do.cpp
@@ -61,8 +61,12 @@ Expansion bus stuff:
#include "emu.h"
#include "includes/3do.h"
+
#include "cpu/arm7/arm7core.h"
+
#include "debugger.h"
+#include "screen.h"
+
#define VERBOSE 1
#define LOG(x) do { if (VERBOSE) printf x; } while (0)