summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/m6502/t6510.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/m6502/t6510.c')
-rw-r--r--src/emu/cpu/m6502/t6510.c27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/emu/cpu/m6502/t6510.c b/src/emu/cpu/m6502/t6510.c
new file mode 100644
index 00000000000..21aea777b31
--- /dev/null
+++ b/src/emu/cpu/m6502/t6510.c
@@ -0,0 +1,27 @@
+/*****************************************************************************
+ *
+ * tbl6510.c
+ * 6510 opcode functions and function pointer table
+ *
+ * Copyright (c) 1998,1999,2000 Juergen Buchmueller, all rights reserved.
+ *
+ * - This source code is released as freeware for non-commercial purposes.
+ * - You are free to use and redistribute this code in modified or
+ * unmodified form, provided you list me in the credits.
+ * - If you modify this source code, you must add a notice to each modified
+ * source file that it has been changed. If you're a nice person, you
+ * will clearly mark each change too. :)
+ * - If you wish to use this for commercial purposes, please contact me at
+ * pullmoll@t-online.de
+ * - The author of this copywritten work reserves the right to change the
+ * terms of its usage and license at any time, including retroactively
+ * - This entire notice must remain in the source code.
+ *
+ * - Opcode information based on an Intel 386 '6510.asm' core
+ * written by R.F. van Ee (1993)
+ * - Cycle counts are guesswork :-)
+ *
+ *****************************************************************************/
+
+#define insn6510 insn6502
+