summaryrefslogtreecommitdiff
path: root/apps/codecs/libgme/nsf_emu.h
diff options
context:
space:
mode:
authorAndree Buschmann <AndreeBuschmann@t-online.de>2011-08-31 09:15:04 +0000
committerAndree Buschmann <AndreeBuschmann@t-online.de>2011-08-31 09:15:04 +0000
commit5cfec213509f7d9e3e3e0f2b97288a010899dbd9 (patch)
tree432957ad5dc8b45baf98e99bbe62979d804cf1f9 /apps/codecs/libgme/nsf_emu.h
parent7e14b935dfdcd808cfb0703d19a43efd11eeef16 (diff)
downloadrockbox-5cfec213509f7d9e3e3e0f2b97288a010899dbd9.tar.gz
rockbox-5cfec213509f7d9e3e3e0f2b97288a010899dbd9.zip
Declare several libgme functions static.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30394 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libgme/nsf_emu.h')
-rw-r--r--apps/codecs/libgme/nsf_emu.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/codecs/libgme/nsf_emu.h b/apps/codecs/libgme/nsf_emu.h
index adb5b8e153..dccfa8c5d5 100644
--- a/apps/codecs/libgme/nsf_emu.h
+++ b/apps/codecs/libgme/nsf_emu.h
@@ -209,11 +209,9 @@ static inline void Sound_set_gain( struct Nsf_Emu* this, int g )
209 209
210blargg_err_t run_clocks( struct Nsf_Emu* this, blip_time_t* duration, int ); 210blargg_err_t run_clocks( struct Nsf_Emu* this, blip_time_t* duration, int );
211 211
212void map_memory( struct Nsf_Emu* this );
213void write_bank( struct Nsf_Emu* this, int index, int data ); 212void write_bank( struct Nsf_Emu* this, int index, int data );
214int cpu_read( struct Nsf_Emu* this, addr_t ); 213int cpu_read( struct Nsf_Emu* this, addr_t );
215void cpu_write( struct Nsf_Emu* this, addr_t, int ); 214void cpu_write( struct Nsf_Emu* this, addr_t, int );
216void push_byte( struct Nsf_Emu* this, int );
217addr_t get_addr( byte const [] ); 215addr_t get_addr( byte const [] );
218bool run_cpu_until( struct Nsf_Emu* this, nes_time_t end ); 216bool run_cpu_until( struct Nsf_Emu* this, nes_time_t end );
219 217