summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/apollo_dbg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/apollo_dbg.cpp')
-rw-r--r--src/mame/machine/apollo_dbg.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/machine/apollo_dbg.cpp b/src/mame/machine/apollo_dbg.cpp
index 208a563b7c3..345788256f2 100644
--- a/src/mame/machine/apollo_dbg.cpp
+++ b/src/mame/machine/apollo_dbg.cpp
@@ -13,7 +13,9 @@
#include "emu.h"
#include "debug/debugbuf.h"
#include "includes/apollo.h"
-#include "cpu/m68000/m68kcpu.h"
+#include "cpu/m68000/m68000.h"
+
+#if 0
//------------------------------------------------------
// TRAP 0
@@ -1168,3 +1170,4 @@ int apollo_debug_instruction_hook(m68000_base_device *device, offs_t curpc)
}
return 0;
}
+#endif