summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/chihiro.cpp
diff options
context:
space:
mode:
author yz70s <yz70s@users.noreply.github.com>2016-08-03 12:24:10 +0200
committer yz70s <yz70s@users.noreply.github.com>2016-08-03 12:58:55 +0200
commit4b5b14829ce7bc4633bde384d4f297e98c785e1c (patch)
treeab38a2f8cb1fc72e5d34ca6672267c5853601401 /src/mame/video/chihiro.cpp
parentae0e3fbf570a3eda623c4c729fce78684b190dd3 (diff)
chihiro.cpp: games hotd3 and vcop3 boot too, mj2c throws an exception (nw)
Diffstat (limited to 'src/mame/video/chihiro.cpp')
-rw-r--r--src/mame/video/chihiro.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/video/chihiro.cpp b/src/mame/video/chihiro.cpp
index dfe867e78cc..4fea75339c1 100644
--- a/src/mame/video/chihiro.cpp
+++ b/src/mame/video/chihiro.cpp
@@ -4657,6 +4657,9 @@ WRITE32_MEMBER(nv2a_renderer::geforce_w)
((*dmaput == 0x045cd000) && (*dmaget == 0x07f4d000)) || // only for scg06nt
((*dmaput == 0x0494c000) && (*dmaget == 0x07f4d000)) || // only for wangmid
((*dmaput == 0x05acd000) && (*dmaget == 0x07f4d000)) || // only for ghostsqu
+ ((*dmaput == 0x0574d000) && (*dmaget == 0x07f4d000)) || // only for mj2c
+ ((*dmaput == 0x07ca3000) && (*dmaget == 0x07f4d000)) || // only for hotd3
+ ((*dmaput == 0x063cd000) && (*dmaget == 0x07f4d000)) || // only for vcop3
((*dmaput == 0x07dca000) && (*dmaget == 0x07f4d000))) // only for crtaxihr
{
*dmaget = *dmaput;