summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/tms1000/tms1000.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/tms1000/tms1000.h')
-rw-r--r--src/devices/cpu/tms1000/tms1000.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/devices/cpu/tms1000/tms1000.h b/src/devices/cpu/tms1000/tms1000.h
new file mode 100644
index 00000000000..8b042b78cf8
--- /dev/null
+++ b/src/devices/cpu/tms1000/tms1000.h
@@ -0,0 +1,10 @@
+// license:BSD-3-Clause
+// copyright-holders:Wilbert Pol, hap
+
+#ifndef _TMS1000_H_
+#define _TMS1000_H_
+
+#include "tms1k_base.h"
+
+
+#endif /* _TMS1000_H_ */