summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices
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/devices
parent65238350c713151e1dc9a3b4f1e2966295173990 (diff)
Separate TX-0 from PDP-1; separate some SoC types in build
Diffstat (limited to 'src/devices')
-rw-r--r--src/devices/cpu/tx0/tx0.cpp (renamed from src/devices/cpu/pdp1/tx0.cpp)0
-rw-r--r--src/devices/cpu/tx0/tx0.h (renamed from src/devices/cpu/pdp1/tx0.h)6
-rw-r--r--src/devices/cpu/tx0/tx0dasm.cpp (renamed from src/devices/cpu/pdp1/tx0dasm.cpp)0
-rw-r--r--src/devices/cpu/tx0/tx0dasm.h (renamed from src/devices/cpu/pdp1/tx0dasm.h)4
4 files changed, 5 insertions, 5 deletions
diff --git a/src/devices/cpu/pdp1/tx0.cpp b/src/devices/cpu/tx0/tx0.cpp
index 1ad69693168..1ad69693168 100644
--- a/src/devices/cpu/pdp1/tx0.cpp
+++ b/src/devices/cpu/tx0/tx0.cpp
diff --git a/src/devices/cpu/pdp1/tx0.h b/src/devices/cpu/tx0/tx0.h
index e2d2cd86229..51c729bd743 100644
--- a/src/devices/cpu/pdp1/tx0.h
+++ b/src/devices/cpu/tx0/tx0.h
@@ -1,7 +1,7 @@
// license:BSD-3-Clause
// copyright-holders:Raphael Nabet
-#ifndef MAME_CPU_PDP1_TX0_H
-#define MAME_CPU_PDP1_TX0_H
+#ifndef MAME_CPU_TX0_TX0_H
+#define MAME_CPU_TX0_TX0_H
#pragma once
@@ -159,4 +159,4 @@ private:
DECLARE_DEVICE_TYPE(TX0_64KW, tx0_64kw_device)
DECLARE_DEVICE_TYPE(TX0_8KW, tx0_8kw_device)
-#endif // MAME_CPU_PDP1_TX0_H
+#endif // MAME_CPU_TX0_TX0_H
diff --git a/src/devices/cpu/pdp1/tx0dasm.cpp b/src/devices/cpu/tx0/tx0dasm.cpp
index 34d49194ed3..34d49194ed3 100644
--- a/src/devices/cpu/pdp1/tx0dasm.cpp
+++ b/src/devices/cpu/tx0/tx0dasm.cpp
diff --git a/src/devices/cpu/pdp1/tx0dasm.h b/src/devices/cpu/tx0/tx0dasm.h
index ae97e2bcc1d..ff9b82e3a5e 100644
--- a/src/devices/cpu/pdp1/tx0dasm.h
+++ b/src/devices/cpu/tx0/tx0dasm.h
@@ -1,8 +1,8 @@
// license:BSD-3-Clause
// copyright-holders:Raphael Nabet
-#ifndef MAME_CPU_PDP1_TX0DASM_H
-#define MAME_CPU_PDP1_TX0DASM_H
+#ifndef MAME_CPU_TX0_TX0DASM_H
+#define MAME_CPU_TX0_TX0DASM_H
#pragma once