mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
removed useless printf
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@423 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
e91e512009
commit
daec725334
1 changed files with 1 additions and 1 deletions
|
@ -434,7 +434,7 @@ void YM2612Init_940(int baseclock, int rate)
|
|||
|
||||
void YM2612ResetChip_940(void)
|
||||
{
|
||||
printf("YM2612ResetChip_940()\n");
|
||||
//printf("YM2612ResetChip_940()\n");
|
||||
if (shared_data == NULL) {
|
||||
printf("YM2612ResetChip_940: reset before init?\n");
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue