summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video
diff options
context:
space:
mode:
author Angelo Salese <angelosa@users.noreply.github.com>2011-08-05 16:36:54 +0000
committer Angelo Salese <angelosa@users.noreply.github.com>2011-08-05 16:36:54 +0000
commit8b578569e712cb8b7df27f646f9934e0b9871f18 (patch)
tree19c21d99a4a8a91639e6afd0ea64ae24b85ac8a9 /src/mame/video
parenta8d2b6f539e6a9cf49a6cd3684a305d5eed992a5 (diff)
Port from MESS, nw
Diffstat (limited to 'src/mame/video')
-rw-r--r--src/mame/video/stvvdp2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/stvvdp2.c b/src/mame/video/stvvdp2.c
index 135b6cabd67..3f838d18a98 100644
--- a/src/mame/video/stvvdp2.c
+++ b/src/mame/video/stvvdp2.c
@@ -4337,9 +4337,9 @@ static void stv_vdp2_check_tilemap(running_machine &machine, bitmap_t *bitmap, c
popmessage("Special Color Calculation enable %04x, contact MAMEdev",STV_VDP2_SFCCMD);
/* Cleopatra Fortune Transparent Shadow */
+ /* Pretty Fighter X Back & Transparent Shadow*/
//if(STV_VDP2_SDCTL & 0x0120)
- if(STV_VDP2_SDCTL & 0x0020)
- popmessage("%s shadow select bit enabled, contact MAMEdev",STV_VDP2_SDCTL & 0x100 ? "Transparent" : "Back");
+ // popmessage("%s shadow select bit enabled, contact MAMEdev",STV_VDP2_SDCTL & 0x100 ? "Transparent" : "Back");
/* Langrisser III bit 3 normal, bit 1 during battle field */
if(STV_VDP2_SFSEL & ~0xa)