summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6800/6800dasm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/m6800/6800dasm.cpp')
-rw-r--r--src/devices/cpu/m6800/6800dasm.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/devices/cpu/m6800/6800dasm.cpp b/src/devices/cpu/m6800/6800dasm.cpp
index f55c6543790..7b5e1227425 100644
--- a/src/devices/cpu/m6800/6800dasm.cpp
+++ b/src/devices/cpu/m6800/6800dasm.cpp
@@ -7,16 +7,6 @@
*
* I'm afraid to put my name on it, but I feel obligated:
* This code written by Aaron Giles (agiles@sirius.com) for the MAME project
- *
- * History:
- * 990314 HJB
- * The disassembler knows about valid opcodes for M6800/1/2/3/8 and HD63701.
- * 990302 HJB
- * Changed the string array into a table of opcode names (or tokens) and
- * argument types. This second try should give somewhat better results.
- * Named the undocumented HD63701YO opcodes $12 and $13 'asx1' and 'asx2',
- * since 'add contents of stack to x register' is what they do.
- *
*/
#include "emu.h"