diff options
author | 2011-07-09 18:15:21 +0000 | |
---|---|---|
committer | 2011-07-09 18:15:21 +0000 | |
commit | 6c5a5519a95c7c8252e7c41cbcfb59ce054c21fd (patch) | |
tree | 5787762e53763e7ce39259cff98c40b2a3b2f981 /src/emu/cpu/sh4/sh4comn.c | |
parent | f4cc77547b98d5124acad7d86b44f0370f7e64a5 (diff) |
Added the new set
Diffstat (limited to 'src/emu/cpu/sh4/sh4comn.c')
-rw-r--r-- | src/emu/cpu/sh4/sh4comn.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/emu/cpu/sh4/sh4comn.c b/src/emu/cpu/sh4/sh4comn.c index 88e57e43612..6097ece9251 100644 --- a/src/emu/cpu/sh4/sh4comn.c +++ b/src/emu/cpu/sh4/sh4comn.c @@ -932,6 +932,9 @@ WRITE32_HANDLER( sh4_internal_w ) case SCBRR2: break; + case SCSPTR2: //trips often in aristocrat mk-6 + break; + default: logerror("sh4_internal_w: Unmapped write %08x, %08x @ %08x\n", 0xfe000000+((offset & 0x3fc0) << 11)+((offset & 0x3f) << 2), data, mem_mask); break; |