mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +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)
|
||||
{
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user