notaz.gp2x.de
/
libpicofe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de2b4cd
)
removed useless printf
author
notaz
<notasas@gmail.com>
Wed, 16 Apr 2008 19:07:08 +0000
(19:07 +0000)
committer
notaz
<notasas@gmail.com>
Wed, 16 Apr 2008 19:07:08 +0000
(19:07 +0000)
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@423
be3aeb3a
-fb24-0410-a615-
afba39da0efa
gp2x/940ctl.c
patch
|
blob
|
blame
|
history
diff --git
a/gp2x/940ctl.c
b/gp2x/940ctl.c
index
272b67b
..
f217dea
100644
(file)
--- a/
gp2x/940ctl.c
+++ b/
gp2x/940ctl.c
@@
-434,7
+434,7
@@
void YM2612Init_940(int baseclock, int rate)
\r
void YM2612ResetChip_940(void)
\r
{
\r
- printf("YM2612ResetChip_940()\n");
\r
+
//
printf("YM2612ResetChip_940()\n");
\r
if (shared_data == NULL) {
\r
printf("YM2612ResetChip_940: reset before init?\n");
\r
return;
\r