mirror of
https://github.com/holub/mame
synced 2025-10-07 17:27:06 +03:00
Nuke debug message (nw)
This commit is contained in:
parent
4efb459374
commit
338fb8b184
@ -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 )
|
||||||
|
Loading…
Reference in New Issue
Block a user