summaryrefslogtreecommitdiff
path: root/68kinst.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2016-11-05 00:23:11 -0700
committerMichael Pavone <pavone@retrodev.com>2016-11-05 00:23:11 -0700
commitdd260c76cde35ba8ad5508f03163216f359d00e1 (patch)
treef3d3d57224ec08a2d08d53175f3722c74eadd697 /68kinst.h
parente895e82ba2f3cb0d47212e05740d51be5e8324b5 (diff)
Get Jaguar video interrupt working
Diffstat (limited to '68kinst.h')
-rw-r--r--68kinst.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/68kinst.h b/68kinst.h
index d5f5365..3d3ecef 100644
--- a/68kinst.h
+++ b/68kinst.h
@@ -329,7 +329,8 @@ typedef enum {
VECTOR_TRAP_12,
VECTOR_TRAP_13,
VECTOR_TRAP_14,
- VECTOR_TRAP_15
+ VECTOR_TRAP_15,
+ VECTOR_USER0 = 64
} m68k_vector;
typedef int (*format_label_fun)(char * dst, uint32_t address, void * data);