summaryrefslogtreecommitdiff
path: root/apps/codecs/libgme/gbs_emu.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libgme/gbs_emu.h')
-rw-r--r--apps/codecs/libgme/gbs_emu.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/codecs/libgme/gbs_emu.h b/apps/codecs/libgme/gbs_emu.h
index b73f106d8f..409cf2d6c2 100644
--- a/apps/codecs/libgme/gbs_emu.h
+++ b/apps/codecs/libgme/gbs_emu.h
@@ -196,9 +196,5 @@ static inline blip_time_t Time( struct Gbs_Emu* this )
196} 196}
197 197
198void Jsr_then_stop( struct Gbs_Emu* this, byte const [] ); 198void Jsr_then_stop( struct Gbs_Emu* this, byte const [] );
199void Write_io_inline( struct Gbs_Emu* this, int offset, int data, int base );
200void Write_io_( struct Gbs_Emu* this, int offset, int data );
201int Read_io( struct Gbs_Emu* this, int offset );
202void Write_io( struct Gbs_Emu* this, int offset, int data );
203 199
204#endif 200#endif