summaryrefslogtreecommitdiff
path: root/68kinst.h
diff options
context:
space:
mode:
Diffstat (limited to '68kinst.h')
-rw-r--r--68kinst.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/68kinst.h b/68kinst.h
index cab2574..d5f5365 100644
--- a/68kinst.h
+++ b/68kinst.h
@@ -26,12 +26,12 @@ typedef enum {
MOVEQ,
OR_DIV_SBCD,
SUB_SUBX,
- RESERVED,
+ A_LINE,
CMP_XOR,
AND_MUL_ABCD_EXG,
ADD_ADDX,
SHIFT_ROTATE,
- COPROC
+ F_LINE
} m68k_optypes;
typedef enum {
@@ -105,6 +105,8 @@ typedef enum {
M68K_TST,
M68K_UNLK,
M68K_INVALID,
+ M68K_A_LINE_TRAP,
+ M68K_F_LINE_TRAP,
#ifdef M68010
M68K_BKPT,
M68K_MOVE_FROM_CCR,