summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/tms57002/57002dsm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/tms57002/57002dsm.cpp')
-rw-r--r--src/devices/cpu/tms57002/57002dsm.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/cpu/tms57002/57002dsm.cpp b/src/devices/cpu/tms57002/57002dsm.cpp
index 79a5dae5972..f39a823e075 100644
--- a/src/devices/cpu/tms57002/57002dsm.cpp
+++ b/src/devices/cpu/tms57002/57002dsm.cpp
@@ -51,7 +51,7 @@ offs_t tms57002_disassembler::disassemble(std::ostream &stream, offs_t pc, const
{
#define DASM3
-#include "cpu/tms57002/tms57002.hxx"
+#include "cpu/tms57002/tms57002d.hxx"
#undef DASM3
default:
@@ -67,7 +67,7 @@ offs_t tms57002_disassembler::disassemble(std::ostream &stream, offs_t pc, const
break;
#define DASM1
-#include "cpu/tms57002/tms57002.hxx"
+#include "cpu/tms57002/tms57002d.hxx"
#undef DASM1
default:
@@ -87,7 +87,7 @@ offs_t tms57002_disassembler::disassemble(std::ostream &stream, offs_t pc, const
break;
#define DASM2
-#include "cpu/tms57002/tms57002.hxx"
+#include "cpu/tms57002/tms57002d.hxx"
#undef DASM2
default: