summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/drcbex86.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/drcbex86.cpp')
-rw-r--r--src/devices/cpu/drcbex86.cpp13
1 files changed, 11 insertions, 2 deletions
diff --git a/src/devices/cpu/drcbex86.cpp b/src/devices/cpu/drcbex86.cpp
index f005ce5cb6a..d60060b0d26 100644
--- a/src/devices/cpu/drcbex86.cpp
+++ b/src/devices/cpu/drcbex86.cpp
@@ -82,16 +82,25 @@
**************************************************************************/
-#include <cstddef>
#include "emu.h"
+#include "drcbex86.h"
+
#include "debugger.h"
#include "emuopts.h"
#include "drcuml.h"
-#include "drcbex86.h"
+
+#include <cstddef>
+
namespace drc {
+
using namespace uml;
+using namespace asmjit;
+using namespace asmjit::x86;
+
+
+
//**************************************************************************
// DEBUGGING
//**************************************************************************