diff --git a/src/mame/video/stvvdp2.c b/src/mame/video/stvvdp2.c index 368b835dd31..6836e21f261 100644 --- a/src/mame/video/stvvdp2.c +++ b/src/mame/video/stvvdp2.c @@ -4477,7 +4477,8 @@ static void stv_vdp2_check_tilemap(running_machine &machine, bitmap_rgb32 &bitma /* Sega Rally 0x0155 */ /* Find Love 0x4400 */ /* Dragon Ball Z 0x3800 - 0x2c00 */ - if(STV_VDP2_SFPRMD & ~0x7d75) + /* Assault Suit Leynos 2 0x0200*/ + if(STV_VDP2_SFPRMD & ~0x7f75) popmessage("Special Priority Mode enabled %04x, contact MAMEdev",STV_VDP2_SFPRMD); } }