From 338fb8b184886384ca90805d696b20ecc8731796 Mon Sep 17 00:00:00 2001 From: angelosa Date: Tue, 8 Nov 2016 22:30:04 +0100 Subject: [PATCH] Nuke debug message (nw) --- src/devices/video/stvvdp2.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/devices/video/stvvdp2.cpp b/src/devices/video/stvvdp2.cpp index 44d7b35118b..617252c0ee4 100644 --- a/src/devices/video/stvvdp2.cpp +++ b/src/devices/video/stvvdp2.cpp @@ -4688,6 +4688,7 @@ void saturn_state::stv_vdp2_copy_roz_bitmap(bitmap_rgb32 &bitmap, line = &bitmap.pix32(vcnt); + // TODO: nuke this spaghetti code if ( !use_coeff_table || RP.dkax == 0 ) { if ( use_coeff_table ) @@ -4805,9 +4806,7 @@ void saturn_state::stv_vdp2_copy_roz_bitmap(bitmap_rgb32 &bitmap, } } else - { - popmessage("%08x",STV_VDP2_RPRCTL); - + { for (hcnt = cliprect.min_x; hcnt <= cliprect.max_x; hcnt++ ) { switch( coeff_table_size )