summaryrefslogtreecommitdiff
path: root/plugins/gme
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-10-20 17:16:28 +0200
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-10-20 17:16:28 +0200
commit140ee24190c6ee4bb989ba0b48993a6990b3f7cd (patch)
tree391c033968f9ffd2b82c43bf9e7fc8b68e6e2ced /plugins/gme
parent4317109356b808f7041793dd4b92f11e3bff9302 (diff)
gme: printf fix
Diffstat (limited to 'plugins/gme')
-rw-r--r--plugins/gme/game-music-emu-0.6pre/gme/Ay_Emu.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/gme/game-music-emu-0.6pre/gme/Ay_Emu.cpp b/plugins/gme/game-music-emu-0.6pre/gme/Ay_Emu.cpp
index 3266c305..7e651f2f 100644
--- a/plugins/gme/game-music-emu-0.6pre/gme/Ay_Emu.cpp
+++ b/plugins/gme/game-music-emu-0.6pre/gme/Ay_Emu.cpp
@@ -222,7 +222,6 @@ blargg_err_t Ay_Emu::start_track_( int track )
len = core.mem_size - addr;
}
check( len );
- printf ("blocks: %d\n", blocks);
byte const* in = get_data( file, blocks, 0 ); blocks += 2;
if (!in) {
break;