mirror of
https://github.com/holub/mame
synced 2025-04-26 18:23:08 +03:00
sega/powervr2.cpp: disable a printf
This commit is contained in:
parent
5c8a49c92c
commit
b458bf71c9
@ -3359,7 +3359,8 @@ void powervr2_device::pvr_accumulationbuffer_to_framebuffer(address_space &space
|
||||
break;
|
||||
|
||||
case 0x02:
|
||||
printf("pvr_accumulationbuffer_to_framebuffer buffer to tile at %d,%d - unsupported pack mode %02x (4444 ARGB)\n",x,y,packmode);
|
||||
// TODO: demofist character select
|
||||
//printf("pvr_accumulationbuffer_to_framebuffer buffer to tile at %d,%d - unsupported pack mode %02x (4444 ARGB)\n",x,y,packmode);
|
||||
break;
|
||||
|
||||
case 0x03: // 1555 ARGB 16 bit
|
||||
|
Loading…
Reference in New Issue
Block a user