summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/sh4/sh4comn.c
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2011-10-08 18:03:57 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2011-10-08 18:03:57 +0000
commitec6a340d1ddd5dafb9765d48e47aa99743959a55 (patch)
treeaaf4e491481d14dba7047b7a2a0eee4bdae2827b /src/emu/cpu/sh4/sh4comn.c
parentdb67f05d6fa08fdf669a28ae75957995432eaf55 (diff)
More interrupt work by Haze (no whatsnew)
Diffstat (limited to 'src/emu/cpu/sh4/sh4comn.c')
-rw-r--r--src/emu/cpu/sh4/sh4comn.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/emu/cpu/sh4/sh4comn.c b/src/emu/cpu/sh4/sh4comn.c
index 45c767eaecf..340e318555f 100644
--- a/src/emu/cpu/sh4/sh4comn.c
+++ b/src/emu/cpu/sh4/sh4comn.c
@@ -188,10 +188,11 @@ static const int sh3_intevt2_exception_codes[] =
-1, /* D */
-1, /* E */
- -1, /* SH4_INTC_IRL0 */
- -1, /* SH4_INTC_IRL1 */
- -1, /* SH4_INTC_IRL2 */
- -1, /* SH4_INTC_IRL3 */
+ 0x600, /* SH4_INTC_IRL0 */
+ 0x620, /* SH4_INTC_IRL1 */
+ 0x640, /* SH4_INTC_IRL2 */
+ 0x660, /* SH4_INTC_IRL3 */
+ /* todo: SH3 should have lines 4+5 too? */
-1, /* HUDI */
-1, /* SH4_INTC_GPOI */