mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
sfbonus.c - Commented out an error display which caused excessive printf spam.
This commit is contained in:
parent
f5730e89ef
commit
1d3630ae62
@ -514,7 +514,7 @@ static WRITE8_HANDLER( sfbonus_videoram_w )
|
||||
}
|
||||
else
|
||||
{
|
||||
printf("access vram at %04x\n",offset);
|
||||
//printf("access vram at %04x\n",offset);
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user