From 7f2d4587bb92f3e2068615f207d1e1fd4d622a4e Mon Sep 17 00:00:00 2001 From: Angelo Salese Date: Fri, 5 Aug 2011 02:24:26 +0000 Subject: [PATCH] Port from MESS, nw --- src/mame/video/stvvdp2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/video/stvvdp2.c b/src/mame/video/stvvdp2.c index 6d9e3a57919..135b6cabd67 100644 --- a/src/mame/video/stvvdp2.c +++ b/src/mame/video/stvvdp2.c @@ -5470,7 +5470,7 @@ static void stv_vdp2_draw_back(running_machine &machine, bitmap_t *bitmap, const interlace = (STV_VDP2_LSMD == 3)+1; - popmessage("Back screen %08x %08x %08x",STV_VDP2_BDCLMD,STV_VDP2_BKCLMD,STV_VDP2_BKTA); + //popmessage("Back screen %08x %08x %08x",STV_VDP2_BDCLMD,STV_VDP2_BKCLMD,STV_VDP2_BKTA); /* draw black if BDCLMD and DISP are cleared */ if(!(STV_VDP2_BDCLMD) && !(STV_VDP2_DISP))