diff options
Diffstat (limited to 'src/devices/cpu/m6800/6800dasm.cpp')
-rw-r--r-- | src/devices/cpu/m6800/6800dasm.cpp | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/src/devices/cpu/m6800/6800dasm.cpp b/src/devices/cpu/m6800/6800dasm.cpp index 8ced48044dc..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" @@ -45,7 +35,7 @@ const char *const m680x_disassembler::op_name_str[] = { /* * This table defines the opcodes: * byte meaning - * 0 token (menmonic) + * 0 token (mnemonic) * 1 addressing mode * 2 invalid opcode for 1:6800/6802/6808, 2:6801/6803, 4:HD63701 */ |