summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/unidasm.cpp
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2020-11-19 20:54:24 -0500
committer AJR <ajrhacker@users.noreply.github.com>2020-11-19 20:54:24 -0500
commit0bdbb0aa2ebecdb0fef7772f1fffbd42b74bb0aa (patch)
tree1563f95b405f41b4059d07268c02ab778d509d36 /src/tools/unidasm.cpp
parent65238350c713151e1dc9a3b4f1e2966295173990 (diff)
Separate TX-0 from PDP-1; separate some SoC types in build
Diffstat (limited to 'src/tools/unidasm.cpp')
-rw-r--r--src/tools/unidasm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/unidasm.cpp b/src/tools/unidasm.cpp
index fd32fdf0932..0876cc84894 100644
--- a/src/tools/unidasm.cpp
+++ b/src/tools/unidasm.cpp
@@ -119,7 +119,6 @@ using util::BIT;
#include "cpu/pace/pacedasm.h"
#include "cpu/patinhofeio/patinho_feio_dasm.h"
#include "cpu/pdp1/pdp1dasm.h"
-#include "cpu/pdp1/tx0dasm.h"
#include "cpu/pdp8/pdp8dasm.h"
#include "cpu/pic16/pic16d.h"
#include "cpu/pic1670/pic1670d.h"
@@ -166,6 +165,7 @@ using util::BIT;
#include "cpu/tms7000/7000dasm.h"
#include "cpu/tms9900/9900dasm.h"
#include "cpu/tms9900/tms99com.h"
+#include "cpu/tx0/tx0dasm.h"
#include "cpu/ucom4/ucom4d.h"
#include "cpu/unsp/unspdasm.h"
#include "cpu/upd177x/upd177xd.h"