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