summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/spc700/spc700ds.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/spc700/spc700ds.h')
-rw-r--r--src/emu/cpu/spc700/spc700ds.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/emu/cpu/spc700/spc700ds.h b/src/emu/cpu/spc700/spc700ds.h
new file mode 100644
index 00000000000..a0972449764
--- /dev/null
+++ b/src/emu/cpu/spc700/spc700ds.h
@@ -0,0 +1,27 @@
+#ifndef HEADER__SPC700DS
+#define HEADER__SPC700DS
+/* ======================================================================== */
+/* =============================== COPYRIGHT ============================== */
+/* ======================================================================== */
+/*
+
+Sony SPC700 CPU Emulator V1.0
+
+Copyright (c) 2000 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.
+
+
+*/
+
+#include "cpuintrf.h"
+
+offs_t spc700_dasm(char *buffer, offs_t pc, const UINT8 *oprom, const UINT8 *opram);
+
+#define spc700_read_8_disassembler(addr) program_read_byte_8(addr)
+
+
+#endif /* HEADER__SPC700DS */