disabled excessive printf logging with 32x_scd (nw)

This commit is contained in:
Oliver Stöneberg 2013-07-17 12:48:33 +00:00
parent ecb2f5d5ac
commit 1061633c94

View File

@ -1187,7 +1187,7 @@ READ16_MEMBER( sega_segacd_device::segacd_sub_dataram_part2_r )
{
if ((scd_rammode&2)==RAM_MODE_2MEG)
{
printf("ILLEGAL segacd_sub_dataram_part2_r in mode 0\n"); // not mapped to anything in mode 0
//printf("ILLEGAL segacd_sub_dataram_part2_r in mode 0\n"); // not mapped to anything in mode 0
return 0x0000;
}
else if ((scd_rammode&2)==RAM_MODE_1MEG)