summaryrefslogtreecommitdiff
path: root/apps/codecs/libgme/kss_scc_apu.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libgme/kss_scc_apu.h')
-rw-r--r--apps/codecs/libgme/kss_scc_apu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/libgme/kss_scc_apu.h b/apps/codecs/libgme/kss_scc_apu.h
index 26425b38c7..bb20d1d64a 100644
--- a/apps/codecs/libgme/kss_scc_apu.h
+++ b/apps/codecs/libgme/kss_scc_apu.h
@@ -42,10 +42,10 @@ static inline void Scc_set_output( struct Scc_Apu* this, int index, struct Blip_
42} 42}
43 43
44// Emulates to time t, then writes data to reg 44// Emulates to time t, then writes data to reg
45void Scc_write( struct Scc_Apu* this, blip_time_t time, int addr, int data ) ICODE_ATTR; 45void Scc_write( struct Scc_Apu* this, blip_time_t time, int addr, int data );
46 46
47// Emulates to time t, then subtracts t from the current time. 47// Emulates to time t, then subtracts t from the current time.
48// OK if previous write call had time slightly after t. 48// OK if previous write call had time slightly after t.
49void Scc_end_frame( struct Scc_Apu* this, blip_time_t end_time ) ICODE_ATTR; 49void Scc_end_frame( struct Scc_Apu* this, blip_time_t end_time );
50 50
51#endif 51#endif