mirror of
https://github.com/holub/mame
synced 2025-07-06 02:18:09 +03:00
disabled excessive printf logging with 32x_scd (nw)
This commit is contained in:
parent
ecb2f5d5ac
commit
1061633c94
@ -1187,7 +1187,7 @@ READ16_MEMBER( sega_segacd_device::segacd_sub_dataram_part2_r )
|
|||||||
{
|
{
|
||||||
if ((scd_rammode&2)==RAM_MODE_2MEG)
|
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;
|
return 0x0000;
|
||||||
}
|
}
|
||||||
else if ((scd_rammode&2)==RAM_MODE_1MEG)
|
else if ((scd_rammode&2)==RAM_MODE_1MEG)
|
||||||
|
Loading…
Reference in New Issue
Block a user