Removed a log

This commit is contained in:
Angelo Salese 2013-02-06 21:54:31 +00:00
parent 85bcb9e589
commit 27ff493685

View File

@ -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);
}
}