summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video/stvvdp1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/video/stvvdp1.c')
-rw-r--r--src/emu/video/stvvdp1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/video/stvvdp1.c b/src/emu/video/stvvdp1.c
index 4badc5408f9..2fc000a13ba 100644
--- a/src/emu/video/stvvdp1.c
+++ b/src/emu/video/stvvdp1.c
@@ -190,7 +190,7 @@ void saturn_state::stv_clear_framebuffer( int which_framebuffer )
start_y = STV_VDP1_EWLR_Y1 * (m_vdp1.framebuffer_double_interlace+1);
end_x = STV_VDP1_EWRR_X3 * ((STV_VDP1_TVM & 1) ? 16 : 8);
end_y = (STV_VDP1_EWRR_Y3+1) * (m_vdp1.framebuffer_double_interlace+1);
-// popmessage("%d %d %d %d %d",STV_VDP1_EWLR_X1,STV_VDP1_EWLR_Y1,STV_VDP1_EWRR_X3,STV_VDP1_EWRR_Y3,m_vdp1.framebuffer_double_interlace);
+// popmessage("%d %d %d %d %d",STV_VDP1_EWLR_X1,STV_VDP1_EWLR_Y1,STV_VDP1_EWRR_X3,STV_VDP1_EWRR_Y3,m_vdp1.framebuffer_double_interlace);
if(STV_VDP1_TVM & 1)
{
@@ -206,7 +206,7 @@ void saturn_state::stv_clear_framebuffer( int which_framebuffer )
}
if ( VDP1_LOG ) logerror( "Clearing %d framebuffer\n", m_vdp1.framebuffer_current_draw );
-// memset( m_vdp1.framebuffer[ which_framebuffer ], m_vdp1.ewdr, 1024 * 256 * sizeof(UINT16) * 2 );
+// memset( m_vdp1.framebuffer[ which_framebuffer ], m_vdp1.ewdr, 1024 * 256 * sizeof(UINT16) * 2 );
}