diff --git a/platform/gp2x/940ctl.c b/platform/gp2x/940ctl.c index 272b67b9..f217dea6 100644 --- a/platform/gp2x/940ctl.c +++ b/platform/gp2x/940ctl.c @@ -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;