summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video
diff options
context:
space:
mode:
author Angelo Salese <angelosa@users.noreply.github.com>2011-08-04 20:29:41 +0000
committer Angelo Salese <angelosa@users.noreply.github.com>2011-08-04 20:29:41 +0000
commitcf132bdd451c8cef7d41d681268fefa2a2b80af2 (patch)
treec02fb5d64b4b58c6de15db1cb17ec2d9acc8f8d8 /src/mame/video
parent1a368905d0b36395547c7777a61193ada4bc62fa (diff)
Port from MESS, nw
Diffstat (limited to 'src/mame/video')
-rw-r--r--src/mame/video/stvvdp2.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mame/video/stvvdp2.c b/src/mame/video/stvvdp2.c
index 8d76ecf9a14..a09861c922f 100644
--- a/src/mame/video/stvvdp2.c
+++ b/src/mame/video/stvvdp2.c
@@ -4350,12 +4350,13 @@ static void stv_vdp2_check_tilemap(running_machine &machine, bitmap_t *bitmap, c
if(STV_VDP2_ZMCTL & 0x0202)
popmessage("Reduction enable %04x, contact MAMEdev",STV_VDP2_ZMCTL);
- /* Burning Rangers FMV and friends */
+ /* Burning Rangers and friends FMV, J.League Pro Soccer Club Wo Tsukurou!! backgrounds */
if(STV_VDP2_SCRCTL & 0x0101 && 0)
popmessage("Vertical cell scroll enable %04x, contact MAMEdev",STV_VDP2_SCRCTL);
/* Magical Drop III 0x200 -> color calculation window */
- if(STV_VDP2_WCTLD & 0x200a)
+ /* Ide Yousuke Meijin No Shin Jissen Mahjong 0x0303 */
+ if(STV_VDP2_WCTLD & 0x2008)
popmessage("Special window enabled %04x, contact MAMEdev",STV_VDP2_WCTLD);
/* Shining Force III, After Burner 2 (doesn't make a proper use tho?) */