summaryrefslogtreecommitdiff
path: root/apps/codecs/libgme/ay_emu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libgme/ay_emu.c')
-rw-r--r--apps/codecs/libgme/ay_emu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/libgme/ay_emu.c b/apps/codecs/libgme/ay_emu.c
index b537883a6d..e961797dd3 100644
--- a/apps/codecs/libgme/ay_emu.c
+++ b/apps/codecs/libgme/ay_emu.c
@@ -359,7 +359,7 @@ void Sound_set_tempo( struct Ay_Emu *this, int t )
359 this->play_period = (blip_time_t) ((p * FP_ONE_TEMPO) / t); 359 this->play_period = (blip_time_t) ((p * FP_ONE_TEMPO) / t);
360} 360}
361 361
362void fill_buf( struct Ay_Emu *this ) ICODE_ATTR;; 362void fill_buf( struct Ay_Emu *this );;
363blargg_err_t Ay_start_track( struct Ay_Emu *this, int track ) 363blargg_err_t Ay_start_track( struct Ay_Emu *this, int track )
364{ 364{
365 clear_track_vars( this ); 365 clear_track_vars( this );
@@ -543,7 +543,7 @@ blargg_err_t Track_seek( struct Ay_Emu *this, long msec )
543 return Track_skip( this, time - this->out_time ); 543 return Track_skip( this, time - this->out_time );
544} 544}
545 545
546blargg_err_t play_( struct Ay_Emu *this, long count, sample_t* out ) ICODE_ATTR; 546blargg_err_t play_( struct Ay_Emu *this, long count, sample_t* out );
547static blargg_err_t skip_( struct Ay_Emu *this, long count ) 547static blargg_err_t skip_( struct Ay_Emu *this, long count )
548{ 548{
549 // for long skip, mute sound 549 // for long skip, mute sound