summaryrefslogtreecommitdiffstatshomepage
path: root/trunk/src/emu/cpu/spc700/spc700ds.h
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/emu/cpu/spc700/spc700ds.h')
-rw-r--r--trunk/src/emu/cpu/spc700/spc700ds.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/trunk/src/emu/cpu/spc700/spc700ds.h b/trunk/src/emu/cpu/spc700/spc700ds.h
new file mode 100644
index 00000000000..8dcbf56b629
--- /dev/null
+++ b/trunk/src/emu/cpu/spc700/spc700ds.h
@@ -0,0 +1,26 @@
+#pragma once
+
+#ifndef __SPC700DS_H__
+#define __SPC700DS_H__
+/* ======================================================================== */
+/* =============================== COPYRIGHT ============================== */
+/* ======================================================================== */
+/*
+
+Sony SPC700 CPU Emulator V1.0
+
+Copyright Karl Stenerud
+All rights reserved.
+
+Permission is granted to use this source code for non-commercial purposes.
+To use this code for commercial purposes, you must get permission from the
+author (Karl Stenerud) at karl@higashiyama-unet.ocn.ne.jp.
+
+
+*/
+
+
+CPU_DISASSEMBLE( spc700 );
+
+
+#endif /* __SPC700DS_H__ */