Nuke debug message (nw)

This commit is contained in:
angelosa 2016-11-08 22:30:04 +01:00
parent 4efb459374
commit 338fb8b184

View File

@ -4688,6 +4688,7 @@ void saturn_state::stv_vdp2_copy_roz_bitmap(bitmap_rgb32 &bitmap,
line = &bitmap.pix32(vcnt); line = &bitmap.pix32(vcnt);
// TODO: nuke this spaghetti code
if ( !use_coeff_table || RP.dkax == 0 ) if ( !use_coeff_table || RP.dkax == 0 )
{ {
if ( use_coeff_table ) if ( use_coeff_table )
@ -4806,8 +4807,6 @@ void saturn_state::stv_vdp2_copy_roz_bitmap(bitmap_rgb32 &bitmap,
} }
else else
{ {
popmessage("%08x",STV_VDP2_RPRCTL);
for (hcnt = cliprect.min_x; hcnt <= cliprect.max_x; hcnt++ ) for (hcnt = cliprect.min_x; hcnt <= cliprect.max_x; hcnt++ )
{ {
switch( coeff_table_size ) switch( coeff_table_size )