summaryrefslogtreecommitdiff
path: root/apps/codecs/libgme/nes_oscs.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libgme/nes_oscs.h')
-rw-r--r--apps/codecs/libgme/nes_oscs.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/apps/codecs/libgme/nes_oscs.h b/apps/codecs/libgme/nes_oscs.h
index a358e01786..8d7f4ae817 100644
--- a/apps/codecs/libgme/nes_oscs.h
+++ b/apps/codecs/libgme/nes_oscs.h
@@ -153,13 +153,13 @@ struct Nes_Dmc
153}; 153};
154 154
155void Dmc_start( struct Nes_Dmc* this ); 155void Dmc_start( struct Nes_Dmc* this );
156void Dmc_write_register( struct Nes_Dmc* this, int, int ) ICODE_ATTR; 156void Dmc_write_register( struct Nes_Dmc* this, int, int );
157void Dmc_run( struct Nes_Dmc* this, nes_time_t, nes_time_t ) ICODE_ATTR; 157void Dmc_run( struct Nes_Dmc* this, nes_time_t, nes_time_t );
158void Dmc_recalc_irq( struct Nes_Dmc* this ) ICODE_ATTR; 158void Dmc_recalc_irq( struct Nes_Dmc* this );
159void Dmc_fill_buffer( struct Nes_Dmc* this ) ICODE_ATTR; 159void Dmc_fill_buffer( struct Nes_Dmc* this );
160void Dmc_reload_sample( struct Nes_Dmc* this ) ICODE_ATTR; 160void Dmc_reload_sample( struct Nes_Dmc* this );
161void Dmc_reset( struct Nes_Dmc* this ) ICODE_ATTR; 161void Dmc_reset( struct Nes_Dmc* this );
162 162
163int Dmc_count_reads( struct Nes_Dmc* this, nes_time_t, nes_time_t* ) ICODE_ATTR; 163int Dmc_count_reads( struct Nes_Dmc* this, nes_time_t, nes_time_t* );
164 164
165#endif 165#endif