summaryrefslogtreecommitdiff
path: root/Source/Core/DSPCore
diff options
context:
space:
mode:
authorhrydgard <hrydgard@gmail.com>2009-06-28 11:47:39 +0000
committerhrydgard <hrydgard@gmail.com>2009-06-28 11:47:39 +0000
commit7c92dada85f70a11db784bf4b7491f963d740b0b (patch)
tree8f05d30757f0df21548b893e1f69cfa4af0ce92d /Source/Core/DSPCore
parentf49e479d09949dd230a1b719a82b2234a9fcfccd (diff)
added an AX disasm with (few) comments. Moved some code around to prepare to share some breakpoint code between the ppc and dsp
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3566 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DSPCore')
-rw-r--r--Source/Core/DSPCore/Src/DSPInterpreter.cpp2
-rw-r--r--Source/Core/DSPCore/Src/DSPStacks.cpp1
2 files changed, 1 insertions, 2 deletions
diff --git a/Source/Core/DSPCore/Src/DSPInterpreter.cpp b/Source/Core/DSPCore/Src/DSPInterpreter.cpp
index 3c8050e5e5..c205641b27 100644
--- a/Source/Core/DSPCore/Src/DSPInterpreter.cpp
+++ b/Source/Core/DSPCore/Src/DSPInterpreter.cpp
@@ -31,7 +31,7 @@
#include "DSPCore.h"
#include "DSPAnalyzer.h"
-#include "gdsp_interface.h"
+#include "DSPHWInterface.h"
#include "DSPIntUtil.h"
namespace DSPInterpreter {
diff --git a/Source/Core/DSPCore/Src/DSPStacks.cpp b/Source/Core/DSPCore/Src/DSPStacks.cpp
index af9f74c18d..7c69e63732 100644
--- a/Source/Core/DSPCore/Src/DSPStacks.cpp
+++ b/Source/Core/DSPCore/Src/DSPStacks.cpp
@@ -26,7 +26,6 @@
#include "Common.h"
#include "DSPCore.h"
-// #include "DSPInterpreter.h"
#include "DSPStacks.h"
// Stacks. The stacks are outside the DSP RAM, in dedicated hardware.