summaryrefslogtreecommitdiff
path: root/apps/codecs/libgme/nes_fme7_apu.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libgme/nes_fme7_apu.h')
-rw-r--r--apps/codecs/libgme/nes_fme7_apu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libgme/nes_fme7_apu.h b/apps/codecs/libgme/nes_fme7_apu.h
index 0d6bef0f3e..353d82d1df 100644
--- a/apps/codecs/libgme/nes_fme7_apu.h
+++ b/apps/codecs/libgme/nes_fme7_apu.h
@@ -63,7 +63,7 @@ static inline void Fme7_output( struct Nes_Fme7_Apu* this, struct Blip_Buffer* b
63static inline void Fme7_write_latch( struct Nes_Fme7_Apu* this, int data ) { this->latch = data; } 63static inline void Fme7_write_latch( struct Nes_Fme7_Apu* this, int data ) { this->latch = data; }
64 64
65// (addr & addr_mask) == data_addr 65// (addr & addr_mask) == data_addr
66void Fme7_run_until( struct Nes_Fme7_Apu* this, blip_time_t end_time ) ICODE_ATTR; 66void Fme7_run_until( struct Nes_Fme7_Apu* this, blip_time_t end_time );
67static inline void Fme7_write_data( struct Nes_Fme7_Apu* this, blip_time_t time, int data ) 67static inline void Fme7_write_data( struct Nes_Fme7_Apu* this, blip_time_t time, int data )
68{ 68{
69 if ( (unsigned) this->latch >= fme7_reg_count ) 69 if ( (unsigned) this->latch >= fme7_reg_count )